fix bug topview2 and page_collect_point_3_28.xml

This commit is contained in:
wanlop run 2025-02-07 11:21:40 +07:00
parent 46cd6603d0
commit 0793aaeeb6
91 changed files with 10797 additions and 1764 deletions

View file

@ -1,5 +1,5 @@
SAVELOG "RoadShow.ev 200435 201316 jan 25 "
SAVELOG "RoadShow.ev 200435 201316 173319 08 Feb "
Var RoadShow = "false"
@ -8,23 +8,26 @@ DEBUGVAR SystemDateDayInt
;DEBUGVAR SystemTimeMinuteInt
DEBUGVAR SystemTimeHourInt
Var RoadShowBoxID = 0
If SystemDateYearInt = 2025 Then
If SystemDateMonthInt = 1 Then
Var RoadShowBoxID = 0
If BoxID = 201316 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 200435 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 201316 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 200435 Then
Var RoadShowBoxID = 1
EndIf
If BoxID = 173319 Then
Var RoadShowBoxID = 1
EndIf
If SystemDateMonthInt = 2 Then
If RoadShowBoxID = 1 Then
If SystemDateDayInt = 25 Then
Var RoadShow = "true"
If SystemDateDayInt = 8 Then
Var RoadShow = "true"
EndIf
EndIf