This commit is contained in:
miggaze 2021-02-03 15:20:44 +07:00
parent 4ab194fd45
commit bacc71b24d
15 changed files with 30 additions and 12 deletions

View file

@ -27,9 +27,12 @@
Var ReqFlag = 0
Var Xtext = 246
If show_eng = "true" Then
Var DirImage = "ROOT/taobin_project/image/collectiing_en"
Var Xtext = 246
Else
Var DirImage = "ROOT/taobin_project/image/collectiing"
EndIf
@ -525,6 +528,8 @@
Var ShowTextNumber3 = "Invisible"
Var ShowTextNumber4 = "Invisible"
Var PinNumber = ""
Var ShowErrorText = "Invisible"
Var ReqFlag = 1
@ -725,15 +730,15 @@
<Y> 945 </Y>
<Refresh> "Enable" </Refresh>
<State> ShowErrorText </State>
<Filename> "ROOT/taobin_project/image/collectiing/text_show_notfound.png" </Filename>
<Filename> Var( DirImage + "/text_show_notfound.png") </Filename>
</Image>
<Image>
<X> 246 </X>
<X> Xtext </X>
<Y> 945 </Y>
<Refresh> "Enable" </Refresh>
<State> ShowSentSmsText </State>
<Filename> "ROOT/taobin_project/image/collectiing/text_show_sentSMS.png" </Filename>
<Filename> Var( DirImage + "/text_show_sentSMS.png") </Filename>
</Image>