This commit is contained in:
kong 2023-09-21 20:42:16 +07:00
parent d793d19df7
commit fcdc080d58
2 changed files with 19 additions and 4 deletions

View file

@ -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/"