DO page_thankyouConti.xml add IceCleanStatus
This commit is contained in:
parent
c6ff761d37
commit
5da0eb4f8e
14 changed files with 6634 additions and 887 deletions
|
|
@ -152,7 +152,7 @@
|
|||
If PaySuccessWithDaemonTask = 1 Then
|
||||
If MakeContinue = 1 Then
|
||||
Var MakeContinue = 0
|
||||
Var Ignore
|
||||
|
||||
Var NextOrder = "false"
|
||||
|
||||
TransferVar "next" "curr"
|
||||
|
|
@ -319,6 +319,17 @@
|
|||
|
||||
EndIf
|
||||
|
||||
If IceCleanStatus = "wait" Then
|
||||
Var MachineMessageEnable = "Enable"
|
||||
If IceCleanCount > 0 Then
|
||||
Var MachineMessageValue = "กำลังเตรียมเครื่อง " + IceCleanCount
|
||||
Else
|
||||
Var MachineMessageValue = "กำลังเตรียมเครื่อง "
|
||||
EndIf
|
||||
Else
|
||||
Var MachineMessageEnable = "Invisible"
|
||||
EndIf
|
||||
|
||||
Var ShowCountDownBrewing = CountDownBrewing
|
||||
Refresh
|
||||
TimerReset
|
||||
|
|
@ -390,4 +401,18 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
<Text>
|
||||
<X> 5 </X>
|
||||
<Y> 1868 </Y>
|
||||
<State> MachineMessageEnable</State>
|
||||
<Size> 24 </Size>
|
||||
<Align> Center </Align>
|
||||
<Width> 1080 </Width>
|
||||
<Font> RobotoRegular </Font>
|
||||
<Color> 0xDE794E </Color>
|
||||
<Value> MachineMessageValue </Value>
|
||||
</Text>
|
||||
|
||||
|
||||
</Popup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue