rename vars, SGP: try turn off credit storing if not enough change
This commit is contained in:
parent
fdeef4d6e6
commit
6b0c5db082
3 changed files with 104 additions and 7 deletions
|
|
@ -489,7 +489,7 @@
|
|||
Var TopRowY = 1276
|
||||
Var BotRowY = 1499
|
||||
|
||||
If DisableTaobinCredit = "true" Then
|
||||
If SettingDisableTaobinCredit = "true" Then
|
||||
Var PayState4 = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
|
@ -1548,7 +1548,7 @@ EndIf
|
|||
<Button>
|
||||
<X> 439 </X>
|
||||
<Y> eval(
|
||||
If DisableTaobinCredit = "true" Then
|
||||
If SettingDisableTaobinCredit = "true" Then
|
||||
Var return = TopRowY
|
||||
Else
|
||||
Var return = BotRowY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue