AUS: Drink fail no more send problem & Added Test buy drink page
This commit is contained in:
parent
fdeb22bdaa
commit
ab99b4681f
10 changed files with 1104 additions and 4 deletions
|
|
@ -7,8 +7,12 @@
|
|||
; Reset here
|
||||
Var CheckCupStateDoorCupClose = ""
|
||||
|
||||
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
|
||||
If OpenRouteManTest = 1 Then
|
||||
Var routeManTest = CountryRootPath + "/xml/route_man_test.lxml"
|
||||
OpenInst 0 routeManTest
|
||||
Else
|
||||
OpenInst 0 "/mnt/sdcard/coffeevending/taobin_project/xml/page_board.xml"
|
||||
EndIf
|
||||
|
||||
If showMultiAds = "true" Then
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/sold_cup_count.xml"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
Open "ROOT/taobin_project/inter/sgp/xml/page_drinkfail_sg.lxml"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
Open "ROOT/taobin_project/inter/aus/xml/page_drinkfail_aus.lxml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If TelephoneNumberProblem = "" Then
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<Width> 1080 </Width>
|
||||
<Height> 1312 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<Background> "ROOT/image/BG1SLOT_TAB.bmp" </Background>
|
||||
<Background> "0xeae6e1" </Background>
|
||||
<EventOpen>
|
||||
; On open
|
||||
Machine AndroidTemperatureUpdateNow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue