MYS: add box id for special video
This commit is contained in:
parent
8d804f76a8
commit
13d987e549
3 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -697,6 +697,10 @@
|
|||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 210011 Then
|
||||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
||||
If BoxID = 200002 Then
|
||||
Var UseSlideShowVideo = 1
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue