fix xml and image
This commit is contained in:
parent
8ac3b19851
commit
84eec5f8ad
6 changed files with 22 additions and 8 deletions
|
|
@ -33,6 +33,9 @@
|
|||
Var number9 = ""
|
||||
Var number10 = ""
|
||||
|
||||
Var Ext1a = ""
|
||||
Var GetAccFlag = 0
|
||||
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
|
|
@ -72,7 +75,7 @@
|
|||
|
||||
<EventActionOk>
|
||||
|
||||
|
||||
If GetAccFlag = 1 Then
|
||||
If Ext1a = "ok" Then
|
||||
Var CoffeeCredit = Ext1b
|
||||
INT CoffeeCredit
|
||||
|
|
@ -119,10 +122,11 @@
|
|||
|
||||
Open "ROOT/taobin_project/xml/page_payment_storeCredit2.xml"
|
||||
Else
|
||||
Var ShowErrorText = "Enable"
|
||||
;Var ShowErrorText = "Enable"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
|
||||
|
|
@ -130,7 +134,9 @@
|
|||
</EventActionOk>
|
||||
|
||||
<EventActionError>
|
||||
Var ShowErrorText = "Enable"
|
||||
If GetAccFlag = 1 Then
|
||||
Var ShowErrorText = "Enable"
|
||||
EndIf
|
||||
Refresh
|
||||
</EventActionError>
|
||||
|
||||
|
|
@ -653,7 +659,7 @@
|
|||
</Image>
|
||||
|
||||
<Image>
|
||||
<X> 330 </X>
|
||||
<X> 152 </X>
|
||||
<Y> 942 </Y>
|
||||
<State> ShowErrorText </State>
|
||||
<Refresh> "Enable" </Refresh>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue