noExSugar 60%, 18up 30%, 18upLV 30%
This commit is contained in:
parent
80a4103bc7
commit
dc37ae096d
4 changed files with 5771 additions and 546 deletions
|
|
@ -917,6 +917,35 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
; New profile: Y18, Y18+Live, NoSugarStepRight2
|
||||
|
||||
DEBUGVAR XMLProfile
|
||||
; test
|
||||
; Var XMLProfile = "y18IDCardLive"
|
||||
; Var XMLProfile = "SugarBreak"
|
||||
STRCONTAIN "y18IDCardLive" XMLProfile Y18IDCARDLIVE_ENABLE
|
||||
STRCONTAIN "y18IDCard" XMLProfile Y18IDCARD_ENABLE
|
||||
STRCONTAIN "SugarBreak" XMLProfile SugarBreakEnable
|
||||
|
||||
If Y18IDCARDLIVE_ENABLE = "true" Then
|
||||
Var EnableLiveness = "true"
|
||||
Var Only18 = "true"
|
||||
EndIf
|
||||
|
||||
If Y18IDCARD_ENABLE = "true" Then
|
||||
Var Only18 = "true"
|
||||
EndIf
|
||||
|
||||
; Only get 1,2,3
|
||||
If SugarBreakEnable = "true" Then
|
||||
Var NoSugarStepRight2 = "true"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR EnableLiveness
|
||||
DEBUGVAR Only18
|
||||
DEBUGVAR NoSugarStepRight2
|
||||
|
||||
Var NETCORE_LOST_COUNT_UP = 0
|
||||
|
||||
</EventOpen>
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -51,6 +51,15 @@
|
|||
Open "ROOT/taobin_project/xml/page_topping_select8.xml"
|
||||
EndIf
|
||||
|
||||
If Only18 = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_topping_select7_copy.xml"
|
||||
Else
|
||||
If NoSugarStepRight2 = "true" Then
|
||||
Open "ROOT/taobin_project/xml/page_topping_select7_copy.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If BoxID = 200001 Then
|
||||
;Open "ROOT/taobin_project/xml/page_topping_select8.xml"
|
||||
EndIf
|
||||
|
|
|
|||
5187
xml/page_topping_select7_copy.xml
Normal file
5187
xml/page_topping_select7_copy.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue