Backup
This commit is contained in:
parent
d793d19df7
commit
fcdc080d58
2 changed files with 19 additions and 4 deletions
|
|
@ -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