SGP: fix no credit, skip any credit keep prompt
This commit is contained in:
parent
f182ca01d7
commit
fa4cdc352c
3 changed files with 45 additions and 1 deletions
|
|
@ -461,6 +461,9 @@
|
|||
If SettingDisableTaobinCredit = "true" Then
|
||||
Var PayState4 = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR SettingDisableTaobinCredit
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
|
|
@ -1200,6 +1203,8 @@
|
|||
|
||||
Var CoinInFlag = 1
|
||||
|
||||
DEBUGVAR CoinInOK
|
||||
|
||||
|
||||
|
||||
If ViewBill > 0 Then
|
||||
|
|
@ -1894,18 +1899,26 @@ EndIf
|
|||
<X> 182 </X>
|
||||
<Y> 748 </Y>
|
||||
<State> alphaState3 </State>
|
||||
<Filename> Var( DirImage2 + "/img_popup12.png" )</Filename>
|
||||
<Filename> eval(
|
||||
If EnoughChange = "yes" Then
|
||||
Var return = DirImage2 + "/img_popup12.png"
|
||||
Else
|
||||
Var return = DirImage2 + "/img_popup12_NotEnoughCoin.png"
|
||||
EndIf
|
||||
) </Filename>
|
||||
</Image>
|
||||
|
||||
<Button>
|
||||
<X> 327 </X>
|
||||
<Y> 1208 </Y>
|
||||
<State> eval(
|
||||
DEBUGVAR SettingDisableTaobinCredit
|
||||
If SettingDisableTaobinCredit = "true" Then
|
||||
Var return = "Invisible"
|
||||
Else
|
||||
Var return = alphaState3
|
||||
EndIf
|
||||
DEBUGVAR return
|
||||
) </State>
|
||||
<Filename> Var( DirImage2 + "/bn_keep.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage2 + "/bp_keep.png" )</FilenamePress>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue