fix qr web
This commit is contained in:
commit
6c4c8f38c2
10 changed files with 86 additions and 12 deletions
|
|
@ -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
|
||||
|
|
@ -556,9 +558,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
|
||||
|
|
@ -617,9 +619,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
|
||||
|
|
@ -670,7 +672,7 @@
|
|||
<Y> 1110 </Y>
|
||||
<Width> 178 </Width>
|
||||
<Height> 178 </Height>
|
||||
<State> "Enable" </State>
|
||||
<State> WebAppShow </State>
|
||||
<Service> testservice </Service>
|
||||
</QRCode>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue