update page_show_error aus
This commit is contained in:
parent
438d01f074
commit
691483cf13
25 changed files with 479 additions and 67 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue