sale on out of service mode
This commit is contained in:
parent
2a666ba79a
commit
8c4c7fd928
3 changed files with 29 additions and 7 deletions
|
|
@ -43,6 +43,7 @@
|
|||
|
||||
Var ShowButtonClick = "Enable"
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var ShowButtonClick2 = "Enable"
|
||||
|
||||
;SAVELOG DisplayType
|
||||
|
||||
|
|
@ -87,6 +88,8 @@
|
|||
Var TaobinOnline = "false"
|
||||
STRCONTAIN "9501" MaterialAvailable TaobinOnline
|
||||
STRCONTAIN "9505" MaterialAvailable TermTemOnline
|
||||
|
||||
Var TaobinOnlineX = "true"
|
||||
|
||||
DEBUGVAR TaobinOnline
|
||||
DEBUGVAR TermTemOnline
|
||||
|
|
@ -96,7 +99,7 @@
|
|||
Var CAMPAIGN1 = "false"
|
||||
|
||||
|
||||
If TaobinOnline = "true" Then
|
||||
If TaobinOnlineX = "true" Then
|
||||
Var CountDownShowButton = 35
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page.mp4"
|
||||
|
|
@ -107,13 +110,20 @@
|
|||
Var VideoMainPage = "ROOT/termtem_project/video/termtem01.mp4"
|
||||
EndIf
|
||||
|
||||
If TaobinOnline = "false" Then
|
||||
If TaobinOnlineX = "false" Then
|
||||
If TermTemOnline = "false" Then
|
||||
; TODO
|
||||
Machine Initial
|
||||
Open "/ROOT/xml/outservice.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If NetworkStatus = "ACTIVATE" Then
|
||||
|
||||
Else
|
||||
Var ShowButtonClick2 = "Invisible"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -303,7 +313,7 @@
|
|||
;SAVELOG CountDownShowButton
|
||||
;SAVELOG ShowButtonClickFull
|
||||
|
||||
If TaobinOnline = "true" Then
|
||||
If TaobinOnlineX = "true" Then
|
||||
|
||||
If CountDownShowButton = 31 Then
|
||||
Var ShowButtonClickFull = "Enable"
|
||||
|
|
@ -401,7 +411,7 @@
|
|||
<EventEnd>
|
||||
;SAVELOG ShowButtonClick
|
||||
|
||||
If TaobinOnline = "true" Then
|
||||
If TaobinOnlineX = "true" Then
|
||||
Var CountDownShowButton = 35
|
||||
EndIf
|
||||
|
||||
|
|
@ -410,7 +420,7 @@
|
|||
EndIf
|
||||
|
||||
Var CountDownPauseVideo = 6
|
||||
If TaobinOnline = "true" Then
|
||||
If TaobinOnlineX = "true" Then
|
||||
TouchTapClose
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue