Merge branch 'master' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project
This commit is contained in:
commit
fa40d4cb59
1 changed files with 44 additions and 17 deletions
|
|
@ -122,7 +122,8 @@
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
Var Delay = 0
|
||||
Var DelayCount = 0
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
|
@ -193,6 +194,8 @@
|
|||
If RoadShow = "false" Then
|
||||
;CoinVending ON
|
||||
CoinVending XBILL
|
||||
;Var CoinAmount = 0
|
||||
Var Delay = 1
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -241,26 +244,50 @@
|
|||
DEBUGVAR ExtendData
|
||||
|
||||
|
||||
If web_readyOK = "true" Then
|
||||
;If web_readyOK = "true" Then
|
||||
;
|
||||
; Var Seeker.selected_a_drink = SelectDrink
|
||||
; Var Seeker.ServiceAmount2 = PriceDrink
|
||||
; Var PayAmount = PriceDrink
|
||||
;
|
||||
; If web_payment = "CODE" Then
|
||||
; Open "ROOT/taobin_project/xml/page_payment_code.xml"
|
||||
; EndIf
|
||||
;
|
||||
; If web_payment = "CREDIT" Then
|
||||
; Open "ROOT/taobin_project/xml/page_payment_credit.xml"
|
||||
; EndIf
|
||||
;
|
||||
;EndIf
|
||||
|
||||
Var Seeker.selected_a_drink = SelectDrink
|
||||
Var Seeker.ServiceAmount2 = PriceDrink
|
||||
Var PayAmount = PriceDrink
|
||||
|
||||
If web_payment = "CODE" Then
|
||||
Open "ROOT/taobin_project/xml/page_payment_code.xml"
|
||||
EndIf
|
||||
|
||||
If web_payment = "CREDIT" Then
|
||||
Open "ROOT/taobin_project/xml/page_payment_credit.xml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
|
||||
;Open "ROOT/taobin_project/xml/page_payment_cash.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
If Delay = 1 Then
|
||||
Var DelayCount = DelayCount + 1
|
||||
|
||||
If DelayCount >= 2 Then
|
||||
If web_readyOK = "true" Then
|
||||
|
||||
Var Seeker.selected_a_drink = SelectDrink
|
||||
Var Seeker.ServiceAmount2 = PriceDrink
|
||||
Var PayAmount = PriceDrink
|
||||
|
||||
If web_payment = "CODE" Then
|
||||
Open "ROOT/taobin_project/xml/page_payment_code.xml"
|
||||
EndIf
|
||||
|
||||
If web_payment = "CREDIT" Then
|
||||
Open "ROOT/taobin_project/xml/page_payment_credit.xml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
TimerReset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue