preserve order, link to iden18
This commit is contained in:
parent
391b7922c2
commit
3f78409cc5
8 changed files with 504 additions and 18 deletions
|
|
@ -388,7 +388,7 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
If Only20 = "true" Then
|
||||
If Only18 = "true" Then
|
||||
DEBUGVAR SelectDrink
|
||||
MenuProfile SelectDrink "IsMenuInProfile"
|
||||
|
||||
|
|
@ -398,13 +398,18 @@
|
|||
DEBUGVAR IsMenuInProfile
|
||||
|
||||
If IsMenuInProfile = "true" Then
|
||||
|
||||
; Check profile
|
||||
|
||||
If EnableLiveness = "true" Then
|
||||
If EnableLiveness = "true" Then
|
||||
DEBUGVAR EnableLiveness
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
Open "ROOT/taobin_project/xml/page_adult_error.xml"
|
||||
; full
|
||||
Open "ROOT/taobin_project/xml/page_identity_verification.xml"
|
||||
Else
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
Open "ROOT/taobin_project/xml/page_identity_verification.xml"
|
||||
; Only IDCard
|
||||
Open "ROOT/taobin_project/xml/page_identity18_verification.xml"
|
||||
EndIf
|
||||
|
||||
Else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue