Merge branch 'master' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project
This commit is contained in:
commit
da6032504a
2 changed files with 15 additions and 3 deletions
|
|
@ -13,6 +13,8 @@
|
||||||
CoinBack
|
CoinBack
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
Var PayCredit = 0
|
||||||
|
|
||||||
If show_eng = "true" Then
|
If show_eng = "true" Then
|
||||||
Var DirImage = "ROOT/taobin_project/image/page_payment_en/page_payment"
|
Var DirImage = "ROOT/taobin_project/image/page_payment_en/page_payment"
|
||||||
Var DirImage2 = "ROOT/taobin_project/image/topping2_en"
|
Var DirImage2 = "ROOT/taobin_project/image/topping2_en"
|
||||||
|
|
|
||||||
|
|
@ -119,9 +119,6 @@
|
||||||
TimerReset
|
TimerReset
|
||||||
</EventTimeout>
|
</EventTimeout>
|
||||||
|
|
||||||
<EventIDCard>
|
|
||||||
</EventIDCard>
|
|
||||||
|
|
||||||
|
|
||||||
<EventActionOk>
|
<EventActionOk>
|
||||||
If ReqAdddata22 = 1 Then
|
If ReqAdddata22 = 1 Then
|
||||||
|
|
@ -206,6 +203,19 @@
|
||||||
|
|
||||||
If ViewBill > 0 Then
|
If ViewBill > 0 Then
|
||||||
CoinVending BILLREJECT
|
CoinVending BILLREJECT
|
||||||
|
Else
|
||||||
|
|
||||||
|
|
||||||
|
Var PayState1 = "PressForever"
|
||||||
|
Var PayState2 = "Enable"
|
||||||
|
Var QRChannel = 0
|
||||||
|
Var Seeker.CodeChannel = 0
|
||||||
|
If CART_COUNT >= 1 Then
|
||||||
|
Open "ROOT/taobin_project/xml/page_payment_cashMore.xml"
|
||||||
|
Else
|
||||||
|
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
|
||||||
|
EndIf
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
</EventCoin>
|
</EventCoin>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue