Merge branch 'master' of forthrd.ddns.net:/1TBHDD/ikong/taobin_project

This commit is contained in:
miggaze 2021-12-01 11:26:49 +07:00
commit 255354cc69
4 changed files with 23 additions and 7 deletions

View file

@ -522,6 +522,7 @@
Var web_readyOK = web_ready
Var web_telnumOK = web_telnum
Var web_app_prepar = "true"
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
OpenInst 2 "/mnt/sdcard/coffeevending/taobin_project/xml/page_payment.xml"
@ -668,10 +669,21 @@
<Value> ShowNetworkProblemText </Value>
</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>
<X> 895 </X>
<Y> 1110 </Y>
<Width> 178 </Width>
<Color> "0xeae6e1" </Color>
<Height> 178 </Height>
<State> WebAppShow </State>
<Service> testservice </Service>

View file

@ -75,13 +75,12 @@
If lidAndStrawOldPageIgnore = "true" Then
Var lidAndStrawOldPageIgnore = "false"
;If lidAndStrawOldPageIgnore = "true" Then
; Var lidAndStrawOldPageIgnore = "false"
Open "ROOT/taobin_project/xml/page_brewing3.xml"
EndIf
;EndIf
Var LidState = Lid1Status
;Lid1Status

View file

@ -86,6 +86,11 @@
Var MachineStage = "-"
Var PayReference = ""
If web_app_prepar = "true" Then
Var web_app_prepar = "false"
__CMD "ui-load-playlist" 0 SelectDrink "-"
EndIf