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
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
Var Delay = 0
|
||||||
|
Var DelayCount = 0
|
||||||
|
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
@ -193,6 +194,8 @@
|
||||||
If RoadShow = "false" Then
|
If RoadShow = "false" Then
|
||||||
;CoinVending ON
|
;CoinVending ON
|
||||||
CoinVending XBILL
|
CoinVending XBILL
|
||||||
|
;Var CoinAmount = 0
|
||||||
|
Var Delay = 1
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -241,26 +244,50 @@
|
||||||
DEBUGVAR ExtendData
|
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
|
;Open "ROOT/taobin_project/xml/page_payment_cash.xml"
|
||||||
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
|
||||||
|
|
||||||
|
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
|
TimerReset
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue