2024-05-07 11:22:47 +07:00
|
|
|
If InternationalEnable = 1 Then
|
|
|
|
|
If MachineStage = "close-maintenance" Then
|
|
|
|
|
RootLayoutVisible 3 "hide"
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
|
|
If CountryName = "Australia" Then
|
|
|
|
|
Open "ROOT/taobin_project/inter/aus/xml/page_show_error.lxml"
|
|
|
|
|
Else
|
2024-08-15 15:40:04 +07:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2024-05-07 11:22:47 +07:00
|
|
|
EndIf
|
|
|
|
|
Else
|
|
|
|
|
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
|
|
|
|
EndIf
|