2024-08-07 09:21:34 +07:00
|
|
|
|
|
|
|
|
; default
|
|
|
|
|
Var PageCollectPoint1 = "ROOT/taobin_project/xml/page_collect_point_1.xml"
|
|
|
|
|
|
2024-10-01 15:05:26 +07:00
|
|
|
If InternationalEnable = 1 Then
|
|
|
|
|
Var PageCollectPoint1 = CountryRootPath + "/xml/page_collect_point_1.lxml"
|
2024-09-02 09:55:55 +07:00
|
|
|
EndIf
|
|
|
|
|
|
2024-08-07 09:21:34 +07:00
|
|
|
If CountryName = "Singapore" Then
|
|
|
|
|
; ask-if-member-yet
|
|
|
|
|
Var MemberPrompt = CountryRootPath + "xml/page_member_prompt.lxml"
|
|
|
|
|
If SettingIgnoreCollectPoint = 1 Then
|
|
|
|
|
Var PageCollectPoint1 = "ROOT/taobin_project/inter/sgp/xml/page_collect_point_1.lxml"
|
|
|
|
|
Else
|
|
|
|
|
Var PageCollectPoint1 = MemberPrompt
|
|
|
|
|
EndIf
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
Open PageCollectPoint1
|