add enable credit for mys

This commit is contained in:
Pakin 2024-01-30 17:12:56 +07:00
parent 88964df4ca
commit 3449fcc9cb
3 changed files with 371 additions and 0 deletions

View file

@ -805,6 +805,41 @@
</Text>
<Image>
<X> info2_startX </X>
<Y> info_12Y </Y>
<Filename> "ROOT/taobin_project/image/tab_1.png" </Filename>
<State> eval(
If CountryName = "Malaysia" Then
Var return = "Enable"
Else
Var return = "Invisible"
EndIf
) </State>
<EventClick>
Open "/mnt/sdcard/coffeevending/taobin_project/xml/page_enable_credit_card.xml"
</EventClick>
</Image>
<Text>
<X> info2_text_startX </X>
<Y> info_text_12Y </Y>
<Size> 30 </Size>
<Font> fontType1 </Font>
<Color> 0x000000 </Color>
<State> eval(
If CountryName = "Malaysia" Then
Var return = "Enable"
Else
Var return = "Invisible"
EndIf
) </State>
<Value> "Enable CreditCard" </Value>
</Text>
;<QRCode>
;<X> 930 </X>
;<Y> info_cancel_y </Y>