fix bug PayCredit not Coinback

This commit is contained in:
miggaze 2022-04-12 19:16:28 +07:00
parent 64e9f2b4ab
commit 239354b338
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>