fix coinback dup
This commit is contained in:
parent
238397b8f6
commit
32543e454f
1 changed files with 3 additions and 1 deletions
|
|
@ -10,10 +10,11 @@
|
|||
Var Seeker = "curr"
|
||||
|
||||
If PayCredit = 0 Then
|
||||
Var PayCredit = 1
|
||||
CoinBack
|
||||
EndIf
|
||||
|
||||
Var PayCredit = 0
|
||||
;Var PayCredit = 0
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/page_payment_en/page_payment"
|
||||
|
|
@ -997,6 +998,7 @@
|
|||
Var Seeker = "next"
|
||||
Var MultiPayEnable = "false"
|
||||
CoinPause
|
||||
Var PayCredit = 0
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue