Do SGP and add file SGP, Merge pro rerun
This commit is contained in:
parent
a0334ca60e
commit
d2aa1a6e07
14 changed files with 2333 additions and 19 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<Height> 1920 </Height>
|
||||
|
||||
<EventOpen>
|
||||
Var InstanceTabOpenFile12 = "ROOT/taobin_project/xml/menutab/start_up_inst_dummy.xml"
|
||||
|
||||
</EventOpen>
|
||||
<Timeout> 10000 </Timeout>
|
||||
|
|
|
|||
|
|
@ -722,6 +722,10 @@
|
|||
Var CountryName = "Australia"
|
||||
EndIf
|
||||
|
||||
If StrCountryShort = "SGP" Then
|
||||
Var CountryName = "Singapore"
|
||||
EndIf
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
|
@ -745,6 +749,10 @@
|
|||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/usaNY/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/sgp/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR CountDownShowButton
|
||||
DEBUGVAR EventTurnOn
|
||||
|
|
@ -894,6 +902,46 @@
|
|||
EndIf
|
||||
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/sgp/video/script_video.ev"
|
||||
|
||||
Var WebAppShow = "Invisible"
|
||||
EnableLanguage "ENG"
|
||||
SetLanguage "ENG"
|
||||
LanguageControl "UpdateList" "-"
|
||||
|
||||
Var InternationalEnable = 1
|
||||
Var show_eng = "true"
|
||||
Var img_press_main_page = "ROOT/taobin_project/image/main_page_en/bp_main_page_start.png"
|
||||
|
||||
Var ShowNetworkProblemText = "Network error. Payment Cash only."
|
||||
|
||||
Var CountryRootPath = "ROOT/taobin_project/inter/sgp/"
|
||||
|
||||
ar TextPriceMenuSize = 12
|
||||
Var TextPriceMenuY = 264
|
||||
Var TextPriceMenuBlendX = 180
|
||||
Var TextPriceMenuHotX = 48
|
||||
Var ShowButtonClick2 = "Enable"
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
|
||||
Var PriceUnitText = ""
|
||||
|
||||
Var MemberButtonFileName = "ROOT/taobin_project/image/main_page_en/bp_main_page_member.png"
|
||||
Var show_eng_button_stage = "Invisible"
|
||||
|
||||
Var CountDownShowButton = 35
|
||||
|
||||
Var XButtonMember = 384
|
||||
Var YButtonMember = 1695
|
||||
|
||||
If Not#LanguageLoaded = "" Then
|
||||
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/sgp/menu/lang.tsv"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
DEBUGVAR InternationalEnable
|
||||
|
||||
|
||||
|
|
|
|||
2231
xml/page_payment_cash-SGP.xml
Normal file
2231
xml/page_payment_cash-SGP.xml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -28,6 +28,10 @@
|
|||
Open "ROOT/taobin_project/xml/page_payment_cash-AUS.xml"
|
||||
EndIf
|
||||
|
||||
If CountryName = "Singapore" Then
|
||||
Open "ROOT/taobin_project/xml/page_payment_cash-SGP.xml"
|
||||
EndIf
|
||||
|
||||
Var PreScaleCanculate = 1
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue