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

@ -8,7 +8,11 @@
Var CheckCupStateDoorCupClose = ""
If InternationalEnable = 1 Then
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.lxml"
If CountryName = "Australia" Then
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/inter/aus/xml/page_show_error.lxml"
Else
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.lxml"
EndIf
Else
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_show_error.xml"
EndIf