update page_show_error aus
This commit is contained in:
parent
438d01f074
commit
691483cf13
25 changed files with 479 additions and 67 deletions
13
xml/sometime/script_open_page_show_error.ev
Normal file
13
xml/sometime/script_open_page_show_error.ev
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Open "ROOT/taobin_project/xml/page_show_error.lxml"
|
||||
EndIf
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue