DO
This commit is contained in:
parent
c32782eb35
commit
5fda196adc
27 changed files with 9303 additions and 36 deletions
|
|
@ -319,20 +319,20 @@
|
|||
|
||||
|
||||
Var DiscountWithIdentifyState = "Invisible"
|
||||
Var BackToSchoolForFreeButtonState = "Invisible"
|
||||
Var WelcomeDrinkButtonState = "Invisible"
|
||||
|
||||
|
||||
DEBUGVAR Price5Active
|
||||
DEBUGVAR EnableLiveness
|
||||
DEBUGVAR DiscountWithIdentifyState
|
||||
DEBUGVAR BackToSchoolForFreeEnable
|
||||
DEBUGVAR WelcomeDrinkEnable
|
||||
|
||||
If BackToSchoolForFreeEnable = 1 Then
|
||||
Var BackToSchoolForFreeEnable = 0
|
||||
Var BackToSchoolForFreeButtonState = "Enable"
|
||||
If OreoWelcomeDrinkFromClick = 1 Then
|
||||
Var OreoWelcomeDrinkFromClick = 0
|
||||
Var WelcomeDrinkButtonState = "Enable"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR BackToSchoolForFreeButtonState
|
||||
DEBUGVAR WelcomeDrinkButtonState
|
||||
|
||||
If EnableLiveness = "true" Then
|
||||
If CameraCount = 1 Then
|
||||
|
|
@ -4251,7 +4251,7 @@
|
|||
|
||||
; free oreo
|
||||
<Button>
|
||||
<State> BackToSchoolForFreeButtonState </State>
|
||||
<State> WelcomeDrinkButtonState </State>
|
||||
<X> 673 </X>
|
||||
<Y> 1785 </Y>
|
||||
<Filename> Var( DirImage + "/bn_childrenFree.png" ) </Filename>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue