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
|
||||
12-03-03-0011
|
||||
12-03-03-0010
|
||||
12-04-02-0014
|
||||
12-03-03-0009
|
||||
12-03-03-0002
|
||||
12-02-03-0004
|
||||
|
|
|
|||
|
|
|
@ -28,7 +28,9 @@
|
|||
|
||||
Cart "DeleteMenuID" "ALL"
|
||||
Var MultiPayEnable = "true"
|
||||
Var ShoppyPayEnable = "true"
|
||||
Var ShoppyPayEnable = "false"
|
||||
Var WebAppEnable = "true"
|
||||
Var WebAppShow = "Enable"
|
||||
Var PayType = ""
|
||||
|
||||
; On open
|
||||
|
|
@ -548,9 +550,9 @@
|
|||
If CocktailShow = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog_cocktail.xml"
|
||||
Else
|
||||
If TaobinOnline = "true" Then
|
||||
;If TaobinOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
;EndIf
|
||||
|
||||
|
||||
If TermTemOnline = "true" Then
|
||||
|
|
@ -609,9 +611,9 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
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"
|
||||
EndIf
|
||||
;EndIf
|
||||
If TermTemOnline = "true" Then
|
||||
OpenInst 2 "/mnt/sdcard/coffeevending/termtem_project/xml/page_tt_catalog.xml"
|
||||
EndIf
|
||||
|
|
@ -662,7 +664,7 @@
|
|||
<Y> 1110 </Y>
|
||||
<Width> 178 </Width>
|
||||
<Height> 178 </Height>
|
||||
<State> "Enable" </State>
|
||||
<State> WebAppShow </State>
|
||||
<Service> testservice </Service>
|
||||
</QRCode>
|
||||
|
||||
|
|
|
|||
|
|
@ -397,7 +397,7 @@
|
|||
<Y> QRCODE99_Y</Y>
|
||||
<Width> 178 </Width>
|
||||
<Height> 178 </Height>
|
||||
<State> "Enable" </State>
|
||||
<State> WebAppShow </State>
|
||||
<Service> testservice </Service>
|
||||
</QRCode>
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,51 @@
|
|||
DEBUGVAR CART2_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>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -178,9 +223,23 @@
|
|||
<Sound> "ROOT/sounds/codebuttom.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<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>
|
||||
</Button>
|
||||
|
|
@ -271,7 +330,6 @@
|
|||
<Color> 0x513C2F </Color>
|
||||
<Refresh> "Enable" </Refresh>
|
||||
<Value> TelephoneNumber </Value>
|
||||
<Format> Telnum-mask-1 </Format>
|
||||
</Text>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -95,8 +95,8 @@
|
|||
Var RandomPromotionMyworld = 0
|
||||
Var RandomSalePackage = 0
|
||||
|
||||
Var XMLPageVersion = "5.77"
|
||||
Var XMLPageVersionInt = 577
|
||||
Var XMLPageVersion = "5.78"
|
||||
Var XMLPageVersionInt = 578
|
||||
</EventOpen>
|
||||
|
||||
<Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue