THAI: added consent promote tesla

This commit is contained in:
Kenta420 2024-06-14 17:34:37 +07:00
parent cfea8f828d
commit b8ace53da3
3 changed files with 21 additions and 16 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 KiB

View file

@ -29,6 +29,11 @@
PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_thai/Please_press_accept_consent.mp3" PlayLong "/mnt/sdcard/coffeevending/taobin_project/sound_thai/Please_press_accept_consent.mp3"
EndIf EndIf
Var consentImg = "/img_popup2.png"
If CheckMemberPageCampaign = 1 Then
Var consentImg = "/img_popup3.png"
EndIf
</EventOpen> </EventOpen>
<Timeout> 1000 </Timeout> <Timeout> 1000 </Timeout>
<EventTimeout> <EventTimeout>
@ -85,29 +90,29 @@
; ;
<Image> ;<Image>
<X> 751 </X> ;<X> 751 </X>
<Y> 413 </Y> ;<Y> 413 </Y>
<Filename> IMG_CNT </Filename> ;<Filename> IMG_CNT </Filename>
</Image> ;</Image>
; ;
; ;
<Text> ;<Text>
<X> XPosiShowCountDownBrew </X> ;<X> XPosiShowCountDownBrew </X>
<Y> 470 </Y> ;<Y> 470 </Y>
<Align> End </Align> ;<Align> End </Align>
<Width> 153 </Width> ;<Width> 153 </Width>
<Size> 88 </Size> ;<Size> 88 </Size>
<Font> RobotoBold </Font> ;<Font> RobotoBold </Font>
<Color> 0x513C2F </Color> ;<Color> 0x513C2F </Color>
<Value> ShowCountDownBrewing </Value> ;<Value> ShowCountDownBrewing </Value>
</Text> ;</Text>
<Image> <Image>
<X> 158 </X> <X> 158 </X>
<Y> 481 </Y> <Y> 481 </Y>
<Filename> Var( DirImage + "/img_popup2.png") </Filename> <Filename> Var( DirImage + consentImg) </Filename>
</Image> </Image>