release 5.87 removecup
This commit is contained in:
parent
e07d9ec840
commit
bc7813d74c
7 changed files with 314 additions and 61 deletions
|
|
@ -99,11 +99,21 @@
|
|||
Var TestLoopFailed = 0
|
||||
|
||||
;Var IgnoreNetCore = "false"
|
||||
;SAVELOG SaleProfile
|
||||
;DEBUGVAR SaleProfile
|
||||
|
||||
STRCONTAIN "whey" SaleProfile WheyShow
|
||||
STRCONTAIN "cocktail" SaleProfile CocktailShow
|
||||
;STRCONTAIN "roadshow" SaleProfile RoadShow
|
||||
;STRCONTAIN "roadshow" SaleProfile RoadShow
|
||||
|
||||
Var cock_tail_str = ""
|
||||
READ_FILE "/mnt/sdcard/cock_tail_enable" cock_tail_str
|
||||
STRCONTAIN "1" cock_tail_str cock_tail_enable
|
||||
If cock_tail_enable = "true" Then
|
||||
Var WheyShow = "false"
|
||||
Var CocktailShow = "true"
|
||||
Var roadshow = "true"
|
||||
EndIf
|
||||
|
||||
|
||||
Var TermTemOnline = "false"
|
||||
Var TaobinOnline = "false"
|
||||
|
|
@ -651,6 +661,25 @@
|
|||
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 778 </X>
|
||||
<Y> 632 </Y>
|
||||
<Filename> "ROOT/taobin_project/image/home/home/qr_bg.png" </Filename>
|
||||
</Image>
|
||||
|
||||
|
||||
<QRCode>
|
||||
<X> 843 </X>
|
||||
<Y> 98 </Y>
|
||||
<Width> 150 </Width>
|
||||
<Color> "0xeae6e1" </Color>
|
||||
<QRColor> "0x000000" </Color>
|
||||
<Height> 150 </Height>
|
||||
<State> WebAppShow </State>
|
||||
<Service> testservice </Service>
|
||||
</QRCode>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 780 </X>
|
||||
<Y> 630 </Y>
|
||||
|
|
@ -685,17 +714,6 @@
|
|||
<Value> ShowNetworkProblemText </Value>
|
||||
</Text>
|
||||
|
||||
<QRCode>
|
||||
<X> 895 </X>
|
||||
<Y> 1110 </Y>
|
||||
<Width> 178 </Width>
|
||||
<Color> "0xeae6e1" </Color>
|
||||
<QRColor> "0x000000" </Color>
|
||||
<Height> 178 </Height>
|
||||
<State> WebAppShow </State>
|
||||
<Service> testservice </Service>
|
||||
</QRCode>
|
||||
|
||||
|
||||
<Button>
|
||||
<X> 0 </X>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue