DO
This commit is contained in:
parent
ff5513ac76
commit
0ac8f8063c
13 changed files with 56 additions and 22 deletions
|
|
@ -81,12 +81,7 @@ EndIf
|
|||
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
If SystemDateDayInt = 24 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 25 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateDayInt = 26 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
|
|
@ -108,6 +103,37 @@ If SystemDateMonthInt = 7 Then
|
|||
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
If SystemDateMonthInt = 8 Then
|
||||
|
||||
If SystemDateDayInt = 1 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 2 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 3 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 4 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 5 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
If SystemDateDayInt = 6 Then
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
;/mnt/sdcard/oreo_for_free_limit
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
If SystemDateMonthInt = 7 Then
|
||||
If SystemDateDayInt > 19 Then
|
||||
If SystemDateDayInt < 30 Then
|
||||
|
|
@ -120,6 +146,8 @@ If SystemDateMonthInt = 7 Then
|
|||
EndIf
|
||||
|
||||
|
||||
|
||||
|
||||
If BoxID = 173149 Then
|
||||
Var MysteryProEnable = 0
|
||||
Var OreoWelcomeDrinkEnable = 1
|
||||
|
|
|
|||
|
|
@ -1157,7 +1157,7 @@
|
|||
Var adver_brewing_play_index = 1
|
||||
Var adver_brewing_count_down = 0
|
||||
|
||||
If brewing_adv_size = 8854143 Then
|
||||
If brewing_adv_size = 10307404 Then
|
||||
If Anniversary3VideoEnable = 1 Then
|
||||
Var adver_brewing_play_index = 1
|
||||
Var adver_brewing_count_down = 20
|
||||
|
|
|
|||
|
|
@ -233,7 +233,9 @@
|
|||
Var LivenessShowString = "Pass "
|
||||
Var load_gif_stage = "Enable"
|
||||
|
||||
CROP_IMAGE "/mnt/sdcard/camera1_alter.jpg" 170 FrameOfFaceCropImageYPosition 380 500 "/mnt/sdcard/camera1.jpg"
|
||||
;CROP_IMAGE "/mnt/sdcard/camera1_alter.jpg" 170 FrameOfFaceCropImageYPosition 380 500 "/mnt/sdcard/camera1.jpg"
|
||||
|
||||
CROP_IMAGE "/mnt/sdcard/camera1_alter.jpg" LivenessFramePositionX FrameOfFaceCropImageYPosition 200 200 "/mnt/sdcard/camera1.jpg"
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_face_compare.xml"
|
||||
EndIff
|
||||
|
|
@ -437,6 +439,8 @@
|
|||
<Image>
|
||||
<X> LivenessFramePositionX </X>
|
||||
<Y> FrameOfFaceYPosition </Y>
|
||||
<Width> 200 </Width>
|
||||
<Height> 200 </Height>
|
||||
<State> CameraStage </State>
|
||||
<Filename> "ROOT/taobin_project/image/liveness/bg3.png" </Filename>
|
||||
</Image>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue