Fix ed
This commit is contained in:
parent
b11e33eb57
commit
7285e9dc72
4 changed files with 16 additions and 10 deletions
|
|
@ -4,6 +4,7 @@ If CatalogLayoutV3 = 1 Then
|
|||
Var layoutVersion = "v3/"
|
||||
EndIf
|
||||
|
||||
TRY "ROOT/taobin_project/inter/tha/xml/multi/menu_catalog_default_init.lxml"
|
||||
TRY "ROOT/taobin_project/xml/event/tricker.ev"
|
||||
|
||||
SAVELOG "=================== Control language and switch instance ========================="
|
||||
|
|
|
|||
|
|
@ -179,3 +179,8 @@
|
|||
|
||||
DEBUGVAR MenuVSelected2
|
||||
EndIf
|
||||
Var ButtonLanguageCurrentXPosition = 1015
|
||||
Var ButtonLanguageCurrentYPosition = 458 - 38
|
||||
|
||||
Var ButtonLanguageListXPosition = 990
|
||||
Var ButtonLanguageListYPosition = 450 - 38
|
||||
|
|
|
|||
|
|
@ -1322,7 +1322,7 @@
|
|||
|
||||
|
||||
; enable helper
|
||||
Var EnableHelperShow = 1
|
||||
Var EnableHelperShow = 0
|
||||
Var FromDrinkOk = 1
|
||||
If EnableHelperShow = 1 Then
|
||||
; enable btn_change_langs
|
||||
|
|
|
|||
|
|
@ -222,10 +222,11 @@
|
|||
Var ENABLE_CHINA = "Invisible"
|
||||
Var ENABLE_MALAY = "Invisible"
|
||||
Var ENABLE_MTC = "Invisible"
|
||||
|
||||
|
||||
TRY "ROOT/taobin_project/inter/tha/xml/multi/control_and_lang_swith.ev"
|
||||
EndIf
|
||||
If CountryName = "HongKong" Then
|
||||
If EnableMultiInstance = "true" Then
|
||||
Var ENABLE_UAE_DUBAI = "Invisible"
|
||||
Var ENABLE_THAI = "Invisible"
|
||||
Var ENABLE_JAPAN = "Invisible"
|
||||
|
|
@ -234,7 +235,6 @@
|
|||
Var ENABLE_MYANMAR = "Invisible"
|
||||
TRY "ROOT/taobin_project/inter/hkg/xml/multi/control_and_lang_swith.ev"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue