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"
|
||||
|
||||
EndIf
|
||||
|
||||
;Disable taobin credit
|
||||
|
||||
Var TopRowY = 1276
|
||||
Var BotRowY = 1499
|
||||
|
||||
If DisableTaobinCredit = "true" Then
|
||||
Var PayState4 = "Invisible"
|
||||
EndIf
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
|
|
@ -1504,7 +1513,13 @@ EndIf
|
|||
; cash Singapore
|
||||
<Button>
|
||||
<X> 439 </X>
|
||||
<Y> 1499 </Y>
|
||||
<Y> eval(
|
||||
If DisableTaobinCredit = "true" Then
|
||||
Var return = TopRowY
|
||||
Else
|
||||
Var return = BotRowY
|
||||
EndIf
|
||||
) </Y>
|
||||
<State> PayState1</State>
|
||||
<Filename> FilenameShowbuttonCashBN </Filename>
|
||||
<FilenamePress> FilenameShowbuttonCashBP </FilenamePress>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue