add file
This commit is contained in:
parent
270ee86c09
commit
1a60ddb6f8
10 changed files with 76 additions and 13 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
BIN
image/page_drink/bn_strawberry_milk_smoothie.png
Normal file
BIN
image/page_drink/bn_strawberry_milk_smoothie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
image/page_drink_disable/bn_strawberry_milk_smoothie.png
Normal file
BIN
image/page_drink_disable/bn_strawberry_milk_smoothie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
image/page_drink_press/bn_strawberry_milk_smoothie.png
Normal file
BIN
image/page_drink_press/bn_strawberry_milk_smoothie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
image/page_drink_select/bn_strawberry_milk_smoothie.png
Normal file
BIN
image/page_drink_select/bn_strawberry_milk_smoothie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
|
|
@ -1,4 +1,7 @@
|
||||||
17/1/21
|
17/1/21
|
||||||
|
12-03-03-0011
|
||||||
|
12-03-03-0010
|
||||||
|
12-04-02-0014
|
||||||
12-03-03-0009
|
12-03-03-0009
|
||||||
12-03-03-0002
|
12-03-03-0002
|
||||||
12-02-03-0004
|
12-02-03-0004
|
||||||
|
|
|
||||||
|
|
|
@ -28,7 +28,9 @@
|
||||||
|
|
||||||
Cart "DeleteMenuID" "ALL"
|
Cart "DeleteMenuID" "ALL"
|
||||||
Var MultiPayEnable = "true"
|
Var MultiPayEnable = "true"
|
||||||
Var ShoppyPayEnable = "true"
|
Var ShoppyPayEnable = "false"
|
||||||
|
Var WebAppEnable = "true"
|
||||||
|
Var WebAppShow = "Enable"
|
||||||
Var PayType = ""
|
Var PayType = ""
|
||||||
|
|
||||||
; On open
|
; On open
|
||||||
|
|
@ -548,9 +550,9 @@
|
||||||
If CocktailShow = "true" Then
|
If CocktailShow = "true" Then
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
||||||
Else
|
Else
|
||||||
If TaobinOnline = "true" Then
|
;If TaobinOnline = "true" Then
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||||
EndIf
|
;EndIf
|
||||||
|
|
||||||
|
|
||||||
If TermTemOnline = "true" Then
|
If TermTemOnline = "true" Then
|
||||||
|
|
@ -609,9 +611,9 @@
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||||
If TaobinOnline = "true" Then
|
;If TaobinOnline = "true" Then
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||||
EndIf
|
;EndIf
|
||||||
If TermTemOnline = "true" Then
|
If TermTemOnline = "true" Then
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/termtem_project/xml/page_tt_catalog.xml"
|
OpenInst 2 "/mnt/sdcard/coffeevending/termtem_project/xml/page_tt_catalog.xml"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
@ -662,7 +664,7 @@
|
||||||
<Y> 1110 </Y>
|
<Y> 1110 </Y>
|
||||||
<Width> 178 </Width>
|
<Width> 178 </Width>
|
||||||
<Height> 178 </Height>
|
<Height> 178 </Height>
|
||||||
<State> "Enable" </State>
|
<State> WebAppShow </State>
|
||||||
<Service> testservice </Service>
|
<Service> testservice </Service>
|
||||||
</QRCode>
|
</QRCode>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
<Y> QRCODE99_Y</Y>
|
<Y> QRCODE99_Y</Y>
|
||||||
<Width> 178 </Width>
|
<Width> 178 </Width>
|
||||||
<Height> 178 </Height>
|
<Height> 178 </Height>
|
||||||
<State> "Enable" </State>
|
<State> WebAppShow </State>
|
||||||
<Service> testservice </Service>
|
<Service> testservice </Service>
|
||||||
</QRCode>
|
</QRCode>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,51 @@
|
||||||
DEBUGVAR CART2_PRICE
|
DEBUGVAR CART2_PRICE
|
||||||
DEBUGVAR CART3_PRICE
|
DEBUGVAR CART3_PRICE
|
||||||
|
|
||||||
|
|
||||||
|
Var $next.productCode = "xx-xx-nn-next"
|
||||||
|
Var $prev.productCode = "xx-xx-nn-prev"
|
||||||
|
Var $curr.productCode = "xx-xx-nn-curr"
|
||||||
|
|
||||||
|
Var $next.productPrice = 10
|
||||||
|
Var $prev.productPrice = 20
|
||||||
|
Var $curr.productPrice = 30
|
||||||
|
|
||||||
|
DEBUGVAR $next.productCode
|
||||||
|
DEBUGVAR $prev.productCode
|
||||||
|
DEBUGVAR $curr.productCode
|
||||||
|
|
||||||
|
DEBUGVAR $next.productPrice
|
||||||
|
DEBUGVAR $prev.productPrice
|
||||||
|
DEBUGVAR $curr.productPrice
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Var seeker = "next"
|
||||||
|
DEBUGVAR seeker
|
||||||
|
DEBUGVAR seeker.productCode
|
||||||
|
DEBUGVAR seeker.productPrice
|
||||||
|
|
||||||
|
Var seeker.productCode = "nn-nn-nn-setn"
|
||||||
|
DEBUGVAR seeker.productCode
|
||||||
|
DEBUGVAR seeker.productPrice
|
||||||
|
|
||||||
|
Var TelephoneNumber = seeker.productCode
|
||||||
|
|
||||||
|
Var seeker = "prev"
|
||||||
|
DEBUGVAR seeker
|
||||||
|
DEBUGVAR seeker.productCode
|
||||||
|
Var seeker.productPrice = 100
|
||||||
|
Var seeker.productCode = "-------------"
|
||||||
|
DEBUGVAR seeker.productCode
|
||||||
|
DEBUGVAR seeker.productPrice
|
||||||
|
|
||||||
|
; again
|
||||||
|
Var seeker = "next"
|
||||||
|
DEBUGVAR seeker
|
||||||
|
DEBUGVAR seeker.productCode
|
||||||
|
DEBUGVAR seeker.productPrice
|
||||||
|
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
<Timeout> 1000 </Timeout>
|
<Timeout> 1000 </Timeout>
|
||||||
<EventTimeout>
|
<EventTimeout>
|
||||||
|
|
@ -178,9 +223,23 @@
|
||||||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
DEBUGVAR CART1_READY
|
|
||||||
DEBUGVAR CART2_READY
|
|
||||||
DEBUGVAR CART3_READY
|
Var seeker = "prev"
|
||||||
|
DEBUGVAR seeker
|
||||||
|
DEBUGVAR seeker.productCode
|
||||||
|
DEBUGVAR seeker.productPrice
|
||||||
|
|
||||||
|
TransferVar "prev" "next"
|
||||||
|
|
||||||
|
DEBUGVAR seeker
|
||||||
|
DEBUGVAR seeker.productCode
|
||||||
|
DEBUGVAR seeker.productPrice
|
||||||
|
|
||||||
|
Var seeker = "prev"
|
||||||
|
DEBUGVAR seeker
|
||||||
|
DEBUGVAR seeker.productCode
|
||||||
|
DEBUGVAR seeker.productPrice
|
||||||
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
@ -271,7 +330,6 @@
|
||||||
<Color> 0x513C2F </Color>
|
<Color> 0x513C2F </Color>
|
||||||
<Refresh> "Enable" </Refresh>
|
<Refresh> "Enable" </Refresh>
|
||||||
<Value> TelephoneNumber </Value>
|
<Value> TelephoneNumber </Value>
|
||||||
<Format> Telnum-mask-1 </Format>
|
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "5.77"
|
Var XMLPageVersion = "5.78"
|
||||||
Var XMLPageVersionInt = 577
|
Var XMLPageVersionInt = 578
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
<Text>
|
<Text>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue