This commit is contained in:
miggaze 2021-02-03 15:20:44 +07:00
parent 4ab194fd45
commit bacc71b24d
15 changed files with 30 additions and 12 deletions

View file

@ -240,6 +240,7 @@
Var CheckCoupons = 0
Var MakeDrinkState = 0
</EventOpen>
@ -272,6 +273,8 @@
EndIf
EndIf
TimerReset
Refresh
</EventTimeout>
@ -287,7 +290,9 @@
<EventActionOk>
If CheckCoupons = 1 Then
Var MakeDrinkState = 1
Var CouponPage = 1
Open "ROOT/taobin_project/xml/page_check_member2.xml"
EndIf
</EventActionOk>