Chnage
This commit is contained in:
parent
0b56f79b4d
commit
605112cd9f
22 changed files with 485 additions and 328 deletions
|
|
@ -186,19 +186,86 @@
|
|||
Var RoadShow = "false"
|
||||
EndIf
|
||||
|
||||
|
||||
; move to TRY actoin.
|
||||
Var RoadShow = "false"
|
||||
|
||||
; echo > /mnt/sdcard/free_mode_enable
|
||||
READ_FILE "/mnt/sdcard/free_mode_enable" free_mode_str
|
||||
STRCONTAIN "bonusbonus" free_mode_str free_mode_enable
|
||||
DEBUGVAR BoxID
|
||||
DEBUGVAR free_mode_enable
|
||||
If free_mode_enable = "true" Then
|
||||
If BoxID = 200434 Then
|
||||
Var RoadShow = "true"
|
||||
|
||||
If SystemDateMonthInt = 8 Then
|
||||
If SystemDateDayInt = 5 Then
|
||||
If BoxID = 201316 Then
|
||||
Var RoadShow = "true"
|
||||
EndIf
|
||||
If BoxID = 200435 Then
|
||||
Var RoadShow = "true"
|
||||
EndIf
|
||||
EndIf
|
||||
If SystemDateDayInt = 6 Then
|
||||
If BoxID = 201316 Then
|
||||
Var RoadShow = "true"
|
||||
EndIf
|
||||
If BoxID = 200435 Then
|
||||
Var RoadShow = "true"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
If BoxID = 200435 Then
|
||||
Var RoadShow = "true"
|
||||
|
||||
|
||||
If SystemDateMonthInt = 8 Then
|
||||
If SystemDateDayInt = 4 Then
|
||||
If BoxID = 33170 Then
|
||||
Var RoadShow = "true"
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; next gen move to TRY action
|
||||
Var matchBoxID = 0
|
||||
If BoxID = 201174 Then
|
||||
Var matchBoxID = 1
|
||||
EndIf
|
||||
If BoxID = 201188 Then
|
||||
Var matchBoxID = 1
|
||||
EndIf
|
||||
If BoxID = 201360 Then
|
||||
Var matchBoxID = 1
|
||||
EndIf
|
||||
If BoxID = 201374 Then
|
||||
Var matchBoxID = 1
|
||||
EndIf
|
||||
|
||||
DEBUGVAR matchBoxID
|
||||
|
||||
If SystemDateMonthInt = 8 Then
|
||||
If SystemDateDayInt = 4 Then
|
||||
If matchBoxID = 1 Then
|
||||
Var RoadShow = "true"
|
||||
EndIf
|
||||
EndIf
|
||||
If SystemDateDayInt = 5 Then
|
||||
If matchBoxID = 1 Then
|
||||
Var RoadShow = "true"
|
||||
EndIf
|
||||
EndIf
|
||||
If SystemDateDayInt = 6 Then
|
||||
If matchBoxID = 1 Then
|
||||
Var RoadShow = "true"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
If XMLProfile = "" Then
|
||||
CacheVarStr "get" XMLProfile
|
||||
|
|
@ -1138,8 +1205,6 @@
|
|||
Else
|
||||
Var EmergencyStop = "true"
|
||||
|
||||
;Open "ROOT/taobin_project/xml/page_show_error.xml"
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue