update page_show_error aus

This commit is contained in:
Kenta420 2024-05-07 11:22:47 +07:00
parent 438d01f074
commit 691483cf13
25 changed files with 479 additions and 67 deletions

View 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