...
This commit is contained in:
parent
ae9ff11323
commit
24e9506d16
4 changed files with 23 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 70 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 71 KiB |
|
|
@ -24,6 +24,16 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
If PromotionIDCurrentOrder = 2 Then
|
||||||
|
Var img_popup6 = "/img_popupOreo1.png"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
If PromotionIDCurrentOrder = 3 Then
|
||||||
|
Var img_popup6 = "/img_popupSongkarn1.png"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
|
|
@ -61,7 +71,7 @@
|
||||||
<Image>
|
<Image>
|
||||||
<X> 158 </X>
|
<X> 158 </X>
|
||||||
<Y> 665 </Y>
|
<Y> 665 </Y>
|
||||||
<Filename> Var( DirImage + "/img_popupOreo1.png") </Filename>
|
<Filename> Var( DirImage + img_popup6) </Filename>
|
||||||
</Image>
|
</Image>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -143,6 +143,17 @@
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
If PromotionIDCurrentOrder = 2 Then
|
||||||
|
Var text_x = "/text_4.png"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
If PromotionIDCurrentOrder = 3 Then
|
||||||
|
Var text_x = "/text_3.png"
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
|
||||||
</EventOpen>
|
</EventOpen>
|
||||||
<Timeout> 1000 </Timeout>
|
<Timeout> 1000 </Timeout>
|
||||||
<EventTimeout>
|
<EventTimeout>
|
||||||
|
|
@ -645,7 +656,7 @@
|
||||||
<Image>
|
<Image>
|
||||||
<X> 188 </X>
|
<X> 188 </X>
|
||||||
<Y> 699 </Y>
|
<Y> 699 </Y>
|
||||||
<Filename> Var( DirImage + "/text_3.png") </Filename>
|
<Filename> Var( DirImage + text_x ) </Filename>
|
||||||
</Image>
|
</Image>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue