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

This commit is contained in:
kong 2021-11-17 15:14:04 +07:00
commit bb903990e2
3 changed files with 21 additions and 5 deletions

View file

@ -104,7 +104,7 @@
SAVELOG next_ready
Var next_ready = "false"
;Var next_ready = "false"
Var MultiGo = 1
@ -220,7 +220,7 @@
Var Timeout = Timeout + 1
If Timeout > 5 Then
If Timeout > 30 Then
Var MultiGo = 1
EndIf
@ -316,6 +316,14 @@
</EventTimeout>
<EventChangeStatus>
If ChangeStatus = "payout-end" Then
Var MultiGo = 1
EndIf
</EventChangeStatus>
<Video>
<X> 0 </X>

View file

@ -137,7 +137,7 @@
Var Timeout = Timeout + 1
If Timeout > 5 Then
If Timeout > 30 Then
Var MultiGo = 1
EndIf
@ -262,7 +262,11 @@
</EventTimeout>
<EventChangeStatus>
If ChangeStatus = "payout-end" Then
Var MultiGo = 1
EndIf
</EventChangeStatus>
;<Image>
;<X> 0 </X>

View file

@ -56,7 +56,11 @@
If FlagWaitUpdateCoinAmount = 1 Then
If Timeout > 2 Then
Open "ROOT/taobin_project/xml/page_payment_cash.xml"
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