This commit is contained in:
wanlop run 2024-01-31 21:30:53 +07:00
parent 7085ebb683
commit eec8c551dc
10 changed files with 43 additions and 20 deletions

View file

@ -906,6 +906,7 @@
Var text5Img = "/text5.png"
;inter-image
If CountryName = "Malaysia" Then
Var text5Img = "/text5-MYR.png"
EndIf

View file

@ -180,6 +180,7 @@
DEBUGVAR Seeker.TNumberTaobinMember
If TaobinPDPA = 0 Then
;inter-xml-open
If CountryName = "Malaysia" Then
Open "ROOT/taobin_project/xml/page_collect_point_3.xml"
EndIf
@ -192,6 +193,10 @@
Open "ROOT/taobin_project/xml/page_collect_point_3.xml"
EndIf
If CountryName = "Singapore" Then
Open "ROOT/taobin_project/xml/page_collect_point_3.xml"
EndIf
Open "ROOT/taobin_project/xml/page_show_consent.xml"
EndIf

View file

@ -648,6 +648,7 @@
EndIf
;inter-from-consent
If CountryName = "Malaysia" Then
Var Seeker.FromConsent = 0
EndIf

View file

@ -57,6 +57,7 @@
Var img_popup2 = "/img_popup2.png"
Var img_popup3 = "/img_popup3.png"
;inter-image
If CountryName = "Malaysia" Then
Var img_popup2 = "/img_popup2-MYR.png"
Var img_popup3 = "/img_popup3-MYR.png"
@ -84,6 +85,15 @@
Var MemberState3 = "Invisible"
EndIf
If CountryName = "Singapore" Then
Var img_popup2 = "/img_popup2-SGP.png"
Var img_popup3 = "/img_popup3-SGP.png"
Var MemberState1 = "Enable"
Var MemberState2 = "Invisible"
Var MemberState3 = "Invisible"
EndIf

View file

@ -63,13 +63,14 @@
EndIf
;inter-xml-open
If CountryName = "Malaysia" Then
Open "ROOT/taobin_project/xml/page_drinkfail5.xml"
Else
Open "ROOT/taobin_project/xml/page_drinkfail2-2.xml"
EndIf
Else
;inter-xml-open
If CountryName = "Malaysia" Then
Open "ROOT/taobin_project/xml/page_drinkfail5.xml"
Else
@ -163,6 +164,7 @@
Var MaxNumber = 10
;inter-max-number
If CountryName = "Malaysia" Then
Var MaxNumber = 11
EndIf
@ -170,6 +172,11 @@
If CountryName = "Indonesia" Then
Var MaxNumber = 12
EndIf
If CountryName = "Singapore" Then
Var MaxNumber = 10
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>

View file

@ -64,25 +64,16 @@
Var PictureBegin = "txt_"
Var PictureEnd = "_en.png"
If CountryName = "Australia" Then
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
Var VideoFileBegin = "TaoBin2_draft02_art"
Var VideoFileEnd = ".mp4"
;inter-play-list
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
Var VideoFileBegin = "TaoBin2_draft02_art"
Var VideoFileEnd = ".mp4"
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/inter/aus/image/page_doing/"
Var PictureBegin = "txt_"
Var PictureEnd = "_en.png"
EndIf
Var PicturePath = CountryRootPath + "/image/page_doing/"
Var PictureBegin = "txt_"
Var PictureEnd = "_en.png"
If CountryName = "Malaysia" Then
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
Var VideoFileBegin = "TaoBin2_draft02_art"
Var VideoFileEnd = ".mp4"
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/inter/mys/image/page_doing/"
Var PictureBegin = "txt_"
Var PictureEnd = "_en.png"
EndIf
Else
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
Var VideoFileBegin = "TaoBin2_draft02_art"

View file

@ -167,6 +167,7 @@
Var remainCredit = "/remainCredit.png"
;inter-image
If CountryName = "Malaysia" Then
Var remainCredit = "/remainCredit-MYR.png"
EndIf