pre release
This commit is contained in:
parent
06d13549b5
commit
073bfb25fb
9 changed files with 7305 additions and 3081 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
Var img_press_main_page = "ROOT/taobin_project/image/main_page/bp_main_page_start.png"
|
||||
|
||||
Var CNTDOWN_PROTECT_SCREEN_BLANK = 180
|
||||
Var CNTDOWN_PROTECT_SCREEN_BLANK = 120
|
||||
DEBUGVAR SoundVolume
|
||||
|
||||
Var credit_card_enable = ""
|
||||
|
|
@ -1134,13 +1134,21 @@
|
|||
EndIf
|
||||
|
||||
If NoWaitMachineEnable = 1 Then
|
||||
If RecoveryRunning = "true" Then
|
||||
If InternationalEnable = 1 Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.lxml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
If stop_now = "true" Then
|
||||
If InternationalEnable = 1 Then
|
||||
Open "ROOT/taobin_project/xml/page_show_error.lxml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If MachineStage = "close-maintenance" Then
|
||||
If InternationalEnable = 1 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue