Backup
This commit is contained in:
parent
d793d19df7
commit
fcdc080d58
2 changed files with 19 additions and 4 deletions
|
|
@ -718,14 +718,10 @@
|
|||
Var CountryName = "Australia"
|
||||
EndIf
|
||||
|
||||
Var XButtonMember = 212
|
||||
Var YButtonMember = 1695
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If CountryName = "Malaysia" Then
|
||||
Var WebAppShow = "Invisible"
|
||||
EnableLanguage "ENG"
|
||||
|
|
@ -774,6 +770,9 @@
|
|||
If Not#LanguageLoaded = "" Then
|
||||
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/ids/menu/lang.tsv"
|
||||
EndIf
|
||||
|
||||
Var XButtonMember = 212
|
||||
Var YButtonMember = 1695
|
||||
EndIf
|
||||
|
||||
If CountryName = "Australia" Then
|
||||
|
|
@ -803,6 +802,9 @@
|
|||
|
||||
Var CountDownShowButton = 35
|
||||
|
||||
Var XButtonMember = 212
|
||||
Var YButtonMember = 1695
|
||||
|
||||
If Not#LanguageLoaded = "" Then
|
||||
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/aus/menu/lang.tsv"
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -11,6 +11,19 @@
|
|||
Var countClick = 0
|
||||
Var countClick2 = 0
|
||||
|
||||
READ_FILE "/mnt/sdcard/coffeevending/country/short" StrCountryShort
|
||||
DEBUGVAR StrCountryShort
|
||||
If StrCountryShort = "MYS" Then
|
||||
Var CountryName = "Malaysia"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
|
||||
If StrCountryShort = "AUS" Then
|
||||
Var CountryName = "Australia"
|
||||
Var show_eng = "true"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var DirImage = "ROOT/taobin_project/image/user_take_cup_en/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue