MYS: add box id for special video

This commit is contained in:
Pakin 2024-09-11 08:36:11 +07:00
parent 8d804f76a8
commit 13d987e549
3 changed files with 11 additions and 0 deletions

View file

@ -120,6 +120,10 @@ If BoxID = 210037 Then
Var UseSlideShowVideo = 1
EndIf
If BoxID = 210011 Then
Var UseSlideShowVideo = 1
EndIf
If BoxID = 200002 Then
Var UseSlideShowVideo = 1
EndIf

View file

@ -697,6 +697,10 @@
Var UseSlideShowVideo = 1
EndIf
If BoxID = 210011 Then
Var UseSlideShowVideo = 1
EndIf
If BoxID = 200002 Then
Var UseSlideShowVideo = 1
EndIf

View file

@ -18,6 +18,9 @@
If BoxID = 210037 Then
Open "ROOT/taobin_project/xml/sold_cup_count.xml"
EndIf
If BoxID = 210011 Then
Open "ROOT/taobin_project/xml/sold_cup_count.xml"
EndIf
EndIf