This commit is contained in:
pichet 2023-02-23 13:59:43 +07:00
parent 64facb1596
commit c037b79c00
17 changed files with 24 additions and 1 deletions

View file

@ -27,8 +27,13 @@
<EventTimeout>
Var Timeout = Timeout + 1
If Timeout > 10 Then
If Timeout > 5 Then
; goto lid straw
If PromotionIDCurrentOrder = 2 Then
Open "ROOT/taobin_project/xml/page_display_Promo1Get1Free.xml"
EndIf
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
EndIf
@ -75,6 +80,10 @@
<Volume> SoundVolume </Volume>
<EventClick>
; goto lid straw
If PromotionIDCurrentOrder = 2 Then
Open "ROOT/taobin_project/xml/page_display_Promo1Get1Free.xml"
EndIf
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
</EventClick>