This commit is contained in:
kong 2021-11-30 13:52:43 +07:00
parent 270ee86c09
commit 1a60ddb6f8
10 changed files with 76 additions and 13 deletions

View file

@ -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>