MYS: fix case switch app & cannot input number from 30/8
This commit is contained in:
parent
3f2d68fa03
commit
d1b3bc91d7
7 changed files with 2834 additions and 1 deletions
|
|
@ -6,6 +6,10 @@ If CountryName = "Australia" Then
|
|||
Var PageCollectPoint1 = "ROOT/taobin_project/inter/aus/xml/page_collect_point_1.lxml"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var PageCollectPoint1 = "ROOT/taobin_project/inter/mys/xml/page_collect_point_1.lxml"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
; ask-if-member-yet
|
||||
Var MemberPrompt = CountryRootPath + "xml/page_member_prompt.lxml"
|
||||
|
|
|
|||
|
|
@ -523,7 +523,6 @@
|
|||
|
||||
EndIf
|
||||
|
||||
WRITE_FILE "/mnt/sdcard/app_run_flag" "1"
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
|
@ -1718,6 +1717,7 @@ If alphaState = "Invisible" Then
|
|||
DEBUGVAR VendingCashless
|
||||
|
||||
Var ReqPayInfoFromCashOther = 2
|
||||
WRITE_FILE "/mnt/sdcard/app_run_flag" "1"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,10 @@ EndIf
|
|||
|
||||
If Tel2D = "09" Then
|
||||
Var Tel2DFlag = 1
|
||||
EndIf
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var VerifyFile = CountryRootPath + "/xml/verify_number.ev"
|
||||
|
||||
TRY VerifyFile
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue