Merge branch 'masterpiece' of ssh://192.168.10.159:/1TBHDD/ikong/taobin_project into masterpiece
This commit is contained in:
commit
4967c577a8
1 changed files with 13 additions and 1 deletions
|
|
@ -2733,7 +2733,19 @@
|
|||
<Button>
|
||||
<X> X_CASH2 </X>
|
||||
<Y> 1276 </Y>
|
||||
<State> PayState3</State>
|
||||
<State>
|
||||
eval(
|
||||
Var shouldEnable = "Disable"
|
||||
If KBA_CashOtherEnable = "true" Then
|
||||
Var shouldEnable = "Enable"
|
||||
Else
|
||||
If EnableCashOtherAll = "true" Then
|
||||
Var shouldEnable = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
Var return = shouldEnable
|
||||
)
|
||||
</State>
|
||||
<Filename> Var( DirImage + "/bn_prompt_pay.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_prompt_pay.png") </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bd_prompt_pay.png") </FilenameDisable>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue