This commit is contained in:
kong 2020-10-12 19:09:05 +07:00
parent c723453e06
commit f1de7ba052
49 changed files with 2230 additions and 509 deletions

View file

@ -11,15 +11,45 @@
Var GetPayInfoFlag = 0
Var countDownRetrun = 30
CoinVending OFF
</EventOpen>
<Timeout> 30000 </Timeout>
<Timeout> 1000 </Timeout>
<EventTimeout>
If countDownRetrun > 0 Then
Var countDownRetrun = countDownRetrun - 1
EndIf
If countDownRetrun = 0 Then
Open "ROOT/taobin_project/xml/menu_back_to_main.xml"
EndIf
If CancelFlag = 1 Then
If ChangeOK = 1 Then
Var VendingDiscount = 0
Var VendingCampaign = 0
Var ServiceType = "credit"
Var SessionID2 = SelectDrink
Var ServiceCredit = "coffee"
Pay ServiceType TelephoneNumber ServiceCredit SuggestID SessionID2 ServiceAmount2 ServiceCharge Donate
Var ChangeOK = 0
Var CancelFlag = 0
EndIf
EndIf
Refresh
TimerReset
Open "ROOT/taobin_project/xml/menu_back_to_main.xml"
</EventTimeout>
<EventChangeStatus>
If ChangeStatus = "payout-end" Then
Var ChangeOK = 1
EndIf
</EventChangeStatus>
<Image>
<X> 0 </X>
@ -146,5 +176,16 @@
</EventClick>
</Button>
<Text>
<X> 0 </X>
<Y> 1886 </Y>
<Size> 20 </Size>
<Width> 1080</Width>
<Align> Center </Align>
<Font> RobotoBlack </Font>
<Color> 0x513C2F </Color>
<Value> countDownRetrun </Value>
</Text>
</Popup>