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"
|
Var Seeker = "curr"
|
||||||
|
|
||||||
If PayCredit = 0 Then
|
If PayCredit = 0 Then
|
||||||
|
Var PayCredit = 1
|
||||||
CoinBack
|
CoinBack
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Var PayCredit = 0
|
;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"
|
||||||
|
|
@ -997,6 +998,7 @@
|
||||||
Var Seeker = "next"
|
Var Seeker = "next"
|
||||||
Var MultiPayEnable = "false"
|
Var MultiPayEnable = "false"
|
||||||
CoinPause
|
CoinPause
|
||||||
|
Var PayCredit = 0
|
||||||
|
|
||||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue