fix state alpha2
This commit is contained in:
parent
8bcbdb4f6c
commit
9250e20a4b
1 changed files with 26 additions and 18 deletions
|
|
@ -438,6 +438,7 @@
|
|||
|
||||
If CoinInFlag = 0 Then
|
||||
;VendingQR OFF
|
||||
Var alphaState = "Invisible"
|
||||
EndIf
|
||||
|
||||
Var CoinInFlag = 1
|
||||
|
|
@ -558,6 +559,8 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If alphaState != "Enable" Then
|
||||
;Var PayState1 = "PressForever"
|
||||
;Var PayState2 = "Enable"
|
||||
;Var QRChannel = 0
|
||||
|
|
@ -573,6 +576,7 @@
|
|||
;Pay ServiceType TelephoneNumber ServiceCredit SuggestID SessionID2 ServiceAmount2 ServiceCharge Donate
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -586,6 +590,8 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If alphaState != "Enable" Then
|
||||
|
||||
If CoinInFlag = 0 Then
|
||||
If CancelFlag = 0 Then
|
||||
Var TelephoneNumber = ""
|
||||
|
|
@ -593,6 +599,8 @@
|
|||
Open "ROOT/taobin_project/xml/page_payment_code.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue