2020-09-17 17:35:58 +07:00
|
|
|
<?hurr
|
|
|
|
|
#include=menu_head.py
|
|
|
|
|
?>
|
2020-09-17 13:03:53 +07:00
|
|
|
|
2020-09-17 17:35:58 +07:00
|
|
|
<?hurr
|
2020-09-17 12:39:18 +07:00
|
|
|
|
|
|
|
|
product_code = []
|
2020-09-19 05:13:12 +07:00
|
|
|
|
2021-01-19 23:43:43 +07:00
|
|
|
product_code.append('best_seller_1')
|
|
|
|
|
product_code.append('best_seller_2')
|
|
|
|
|
product_code.append('best_seller_3')
|
|
|
|
|
product_code.append('best_seller_4')
|
|
|
|
|
product_code.append('best_seller_5')
|
|
|
|
|
product_code.append('best_seller_6')
|
|
|
|
|
product_code.append('best_seller_7')
|
|
|
|
|
product_code.append('best_seller_8')
|
|
|
|
|
product_code.append('best_seller_9')
|
|
|
|
|
product_code.append('best_seller_10')
|
|
|
|
|
product_code.append('best_seller_11')
|
|
|
|
|
product_code.append('best_seller_12')
|
|
|
|
|
product_code.append('best_seller_13')
|
|
|
|
|
product_code.append('best_seller_14')
|
|
|
|
|
product_code.append('best_seller_15')
|
|
|
|
|
product_code.append('best_seller_16')
|
|
|
|
|
|
2020-11-15 23:14:16 +07:00
|
|
|
menu_count = len( product_code)
|
2020-09-17 12:39:18 +07:00
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<Popup>
|
|
|
|
|
<Cache> "Enable" </Cache>
|
|
|
|
|
<Width> 1080 </Width>
|
|
|
|
|
<Height> 1920 </Height>
|
2022-05-05 23:15:44 +07:00
|
|
|
;<Background> "0xeae6e1" </Background>
|
2020-09-17 12:39:18 +07:00
|
|
|
<Volume> SoundVolume </Volume>
|
|
|
|
|
<EventOpen>
|
|
|
|
|
; On open
|
2022-02-18 22:23:47 +07:00
|
|
|
<?hurr
|
|
|
|
|
#include=menu_catalog_default_init.xml
|
|
|
|
|
?>
|
|
|
|
|
If SpiralOnline = "true" Then
|
|
|
|
|
Var Menu1Selected2 = "PressForever"
|
2020-11-01 19:18:47 +07:00
|
|
|
Else
|
2022-02-18 22:23:47 +07:00
|
|
|
; coffee show
|
|
|
|
|
Var Menu1Selected = "PressForever"
|
2022-02-15 10:29:57 +07:00
|
|
|
EndIf
|
2022-02-18 22:23:47 +07:00
|
|
|
|
2022-02-15 10:29:57 +07:00
|
|
|
|
2020-12-16 09:50:26 +07:00
|
|
|
|
|
|
|
|
SAVELOG PreviseXMLFileName2
|
2020-09-17 12:39:18 +07:00
|
|
|
|
2021-01-19 23:43:43 +07:00
|
|
|
Var Timeout = 0
|
2021-11-16 16:21:19 +07:00
|
|
|
|
|
|
|
|
Var showCart = "Invisible"
|
|
|
|
|
If MultiPayEnable = "true" Then
|
|
|
|
|
|
|
|
|
|
If CART_COUNT = 1 Then
|
|
|
|
|
Var showCart = "Enable"
|
|
|
|
|
Var cart_image_bn = DirImageCart + "/bn_cart1.png"
|
|
|
|
|
Var cart_image_bp = DirImageCart + "/bp_cart1.png"
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
If CART_COUNT = 2 Then
|
|
|
|
|
Var showCart = "Enable"
|
|
|
|
|
Var cart_image_bn = DirImageCart + "/bn_cart2.png"
|
|
|
|
|
Var cart_image_bp = DirImageCart + "/bp_cart2.png"
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If CART_COUNT = 3 Then
|
|
|
|
|
Open "ROOT/taobin_project/xml/page_payment_multi.xml"
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
2020-09-17 12:39:18 +07:00
|
|
|
</EventOpen>
|
2021-01-19 23:43:43 +07:00
|
|
|
|
2020-09-17 12:39:18 +07:00
|
|
|
|
2020-11-12 17:53:04 +07:00
|
|
|
<?hurr
|
|
|
|
|
#include=menu_catalog.xml
|
|
|
|
|
?>
|
2020-09-17 12:39:18 +07:00
|
|
|
|
2020-09-17 17:35:58 +07:00
|
|
|
<?hurr
|
|
|
|
|
#include=menu_gen.py
|
2020-09-17 12:39:18 +07:00
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-12-16 10:30:57 +07:00
|
|
|
<Button>
|
|
|
|
|
<X> 780 </X>
|
|
|
|
|
<Y> 500 </Y>
|
|
|
|
|
<State> buttonRemoveCup </State>
|
|
|
|
|
;<Color> "0x00BDFF" </Color>
|
|
|
|
|
<Interval> 500 </Interval>
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/main_page/bn_remove_cup.png" </Filename>
|
|
|
|
|
<Filename> "ROOT/taobin_project/image/main_page/bp_remove_cup.png" </Filename>
|
|
|
|
|
<EventClick>
|
|
|
|
|
Machine RemoveCup
|
|
|
|
|
Machine DoorLidOpen
|
|
|
|
|
</EventClick>
|
|
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
|
|
2020-09-17 12:39:18 +07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
</Popup>
|