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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue