HKG : Fix Page_show_error unknow stage
This commit is contained in:
parent
e0232bc7fe
commit
17b19f1d48
4 changed files with 44 additions and 3 deletions
|
|
@ -22,6 +22,9 @@
|
|||
If CountryName = "Thailand" Then
|
||||
Var CurrentPageShowError = 1
|
||||
EndIf
|
||||
If CountryName = "HongKong" Then
|
||||
Var CurrentPageShowError = 1
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
DEBUGVAR MachineStage
|
||||
|
|
@ -210,6 +213,38 @@
|
|||
DEBUGVAR MachineStage
|
||||
DEBUGVAR stop_now
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_en"
|
||||
If LanguageShow = "MSC" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MTC" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If MachineStage = "show-menu" Then
|
||||
If LanguageShow = "ENG" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "JAPAN" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "CHINA" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MALAY" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "UAE_DUBAI" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MYANMAR" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error_mmr"
|
||||
EndIf
|
||||
If LanguageShow = "MSC" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
If LanguageShow = "MTC" Then
|
||||
Var DirImage = CountryRootPath + "image/vending_error_en"
|
||||
EndIf
|
||||
EndIf
|
||||
If MachineStage = "mcu-upgrade" Then
|
||||
If LanguageShow = "THAI" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/vending_error"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue