Merge branch 'master' of forthrd.ddns.net:/1TBHDD/ikong/taobin_project
This commit is contained in:
commit
255354cc69
4 changed files with 23 additions and 7 deletions
|
|
@ -522,6 +522,7 @@
|
||||||
Var web_readyOK = web_ready
|
Var web_readyOK = web_ready
|
||||||
Var web_telnumOK = web_telnum
|
Var web_telnumOK = web_telnum
|
||||||
|
|
||||||
|
Var web_app_prepar = "true"
|
||||||
|
|
||||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||||
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
|
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
|
||||||
|
|
@ -668,10 +669,21 @@
|
||||||
<Value> ShowNetworkProblemText </Value>
|
<Value> ShowNetworkProblemText </Value>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
|
;<QRCode>
|
||||||
|
;<X> 795 </X>
|
||||||
|
;<Y> 1010 </Y>
|
||||||
|
;<Width> 278 </Width>
|
||||||
|
;<Color> "0xeae6e1" </Color>
|
||||||
|
;<Height> 278 </Height>
|
||||||
|
;<State> WebAppShow </State>
|
||||||
|
;<Service> testservice </Service>
|
||||||
|
;</QRCode>
|
||||||
|
|
||||||
<QRCode>
|
<QRCode>
|
||||||
<X> 895 </X>
|
<X> 895 </X>
|
||||||
<Y> 1110 </Y>
|
<Y> 1110 </Y>
|
||||||
<Width> 178 </Width>
|
<Width> 178 </Width>
|
||||||
|
<Color> "0xeae6e1" </Color>
|
||||||
<Height> 178 </Height>
|
<Height> 178 </Height>
|
||||||
<State> WebAppShow </State>
|
<State> WebAppShow </State>
|
||||||
<Service> testservice </Service>
|
<Service> testservice </Service>
|
||||||
|
|
|
||||||
|
|
@ -75,13 +75,12 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If lidAndStrawOldPageIgnore = "true" Then
|
;If lidAndStrawOldPageIgnore = "true" Then
|
||||||
Var lidAndStrawOldPageIgnore = "false"
|
; Var lidAndStrawOldPageIgnore = "false"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||||
EndIf
|
;EndIf
|
||||||
|
|
||||||
Var LidState = Lid1Status
|
Var LidState = Lid1Status
|
||||||
;Lid1Status
|
;Lid1Status
|
||||||
|
|
|
||||||
|
|
@ -86,6 +86,11 @@
|
||||||
Var MachineStage = "-"
|
Var MachineStage = "-"
|
||||||
|
|
||||||
Var PayReference = ""
|
Var PayReference = ""
|
||||||
|
|
||||||
|
If web_app_prepar = "true" Then
|
||||||
|
Var web_app_prepar = "false"
|
||||||
|
__CMD "ui-load-playlist" 0 SelectDrink "-"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -95,8 +95,8 @@
|
||||||
Var RandomPromotionMyworld = 0
|
Var RandomPromotionMyworld = 0
|
||||||
Var RandomSalePackage = 0
|
Var RandomSalePackage = 0
|
||||||
|
|
||||||
Var XMLPageVersion = "5.78"
|
Var XMLPageVersion = "5.79"
|
||||||
Var XMLPageVersionInt = 578
|
Var XMLPageVersionInt = 579
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
<Text>
|
<Text>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue