SGP: add disable use taobin credit
This commit is contained in:
parent
688553bab0
commit
52a8f96de6
1 changed files with 16 additions and 1 deletions
|
|
@ -452,6 +452,15 @@
|
||||||
Var PayState6 = "Invisible"
|
Var PayState6 = "Invisible"
|
||||||
|
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
;Disable taobin credit
|
||||||
|
|
||||||
|
Var TopRowY = 1276
|
||||||
|
Var BotRowY = 1499
|
||||||
|
|
||||||
|
If DisableTaobinCredit = "true" Then
|
||||||
|
Var PayState4 = "Invisible"
|
||||||
|
EndIf
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
||||||
<EventActionOk>
|
<EventActionOk>
|
||||||
|
|
@ -1504,7 +1513,13 @@ EndIf
|
||||||
; cash Singapore
|
; cash Singapore
|
||||||
<Button>
|
<Button>
|
||||||
<X> 439 </X>
|
<X> 439 </X>
|
||||||
<Y> 1499 </Y>
|
<Y> eval(
|
||||||
|
If DisableTaobinCredit = "true" Then
|
||||||
|
Var return = TopRowY
|
||||||
|
Else
|
||||||
|
Var return = BotRowY
|
||||||
|
EndIf
|
||||||
|
) </Y>
|
||||||
<State> PayState1</State>
|
<State> PayState1</State>
|
||||||
<Filename> FilenameShowbuttonCashBN </Filename>
|
<Filename> FilenameShowbuttonCashBN </Filename>
|
||||||
<FilenamePress> FilenameShowbuttonCashBP </FilenamePress>
|
<FilenamePress> FilenameShowbuttonCashBP </FilenamePress>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue