SGP: add page_show_error
This commit is contained in:
parent
24251309bb
commit
c7f8da0535
2 changed files with 371 additions and 1 deletions
|
|
@ -6,7 +6,13 @@ If InternationalEnable = 1 Then
|
|||
If CountryName = "Australia" Then
|
||||
Open "ROOT/taobin_project/inter/aus/xml/page_show_error.lxml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_show_error.lxml"
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Open "ROOT/taobin_project/inter/sgp/xml/page_show_error.lxml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_show_error.lxml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue