button
This commit is contained in:
parent
624728a898
commit
5da0481f53
5 changed files with 24 additions and 12 deletions
|
|
@ -221,10 +221,8 @@
|
|||
Var showRemaining !assigned StringFmt( RemainAmount, DisplayFormat, PreScaleConvertShow )
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
Var Seeker.PayWithQR = 0
|
||||
Var NoGotoMenupage = "false"
|
||||
If show_eng = "true" Then
|
||||
|
|
@ -461,6 +459,15 @@
|
|||
If SettingDisableTaobinCredit = "true" Then
|
||||
Var PayState4 = "Invisible"
|
||||
EndIf
|
||||
|
||||
If SettingDisableTaobinCode = "true" Then
|
||||
Var PayState2 = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
Var PayState5 = "Invisible"
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
<EventActionOk>
|
||||
|
|
@ -829,8 +836,12 @@
|
|||
|
||||
If RoadShow = "true" Then
|
||||
Else
|
||||
Var PayState3 = "Disable"
|
||||
Var PayState5 = "Disable"
|
||||
If PayState3 = "Enable" Then
|
||||
Var PayState3 = "Disable"
|
||||
EndIf
|
||||
If PayState5 = "Enable" Then
|
||||
Var PayState5 = "Disable"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var LOADING_STATE = "Invisible"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue