Merge branch 'master' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project

This commit is contained in:
kong 2022-04-18 09:27:24 +07:00
commit da6032504a
2 changed files with 15 additions and 3 deletions

View file

@ -13,6 +13,8 @@
CoinBack
EndIf
Var PayCredit = 0
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/page_payment_en/page_payment"
Var DirImage2 = "ROOT/taobin_project/image/topping2_en"

View file

@ -119,9 +119,6 @@
TimerReset
</EventTimeout>
<EventIDCard>
</EventIDCard>
<EventActionOk>
If ReqAdddata22 = 1 Then
@ -206,6 +203,19 @@
If ViewBill > 0 Then
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
</EventCoin>