merge master
This commit is contained in:
commit
ae15637ebb
8 changed files with 112 additions and 20 deletions
|
|
@ -17,9 +17,9 @@
|
|||
|
||||
;Var VendingQRCode = "ERROR"
|
||||
VendingQR ON
|
||||
Var QRCODE99 = ""
|
||||
;Var QRCODE99 = ""
|
||||
|
||||
CoinVending OFF
|
||||
;CoinVending OFF
|
||||
|
||||
Var ShowTextNumber = "Enable"
|
||||
Var ShowErrorText = "Invisible"
|
||||
|
|
@ -100,6 +100,8 @@
|
|||
|
||||
Else
|
||||
|
||||
Var FreeVendingCampaign = 1
|
||||
|
||||
If VendingCode = "C13" Then
|
||||
;Var GIFShowProcess = "ROOT/ui/page_05_loading/pic_loading_cup.gif"
|
||||
MakeDrinkV1 SelectDrink SelectSugarID
|
||||
|
|
@ -157,6 +159,7 @@
|
|||
|
||||
Var GetPayInfoFlag = 0
|
||||
Var CodeChannel = 0
|
||||
Var Tel_Confirm_State = "Disable"
|
||||
Refresh
|
||||
EndIf
|
||||
|
||||
|
|
@ -188,6 +191,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -209,6 +213,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -230,6 +235,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -251,6 +257,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -272,6 +279,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -293,6 +301,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -314,6 +323,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -335,6 +345,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -356,6 +367,7 @@
|
|||
If TelNumLen >= 8 Then
|
||||
Var Tel_Confirm_State = "Enable"
|
||||
EndIf
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -378,7 +390,7 @@
|
|||
|
||||
TimerReset
|
||||
Refresh
|
||||
|
||||
Var ShowErrorText = "Invisible"
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue