ignore old verify

This commit is contained in:
Pakin 2023-11-06 14:15:23 +07:00
parent d73f5e9e76
commit ba515e192a
3 changed files with 105 additions and 43 deletions

View file

@ -388,35 +388,24 @@
EndIf
EndIf
; If RestrictedDrink = "true" Then
; DEBUGVAR RestrictedDrink
; OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
; Open "ROOT/taobin_project/xml/page_identity_verification.xml"
; Else
; ;DEBUGVAR UserSelectProductCode.Price
; ; DEBUGVAR HalfPrice
; ;DEBUGVAR PriceDrink
; ;If HalfPrice = "true" Then
; ; Var PriceDrinkTmp = UserSelectProductCode.Price
; ; Var PriceDrink = PriceDrinkTmp
; ;EndIf
; OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
; Open "ROOT/taobin_project/xml/page_payment.xml"
; EndIf
If Only18 = "true" Then
DEBUGVAR SelectDrink
MenuProfile SelectDrink "IsMenuInProfile"
; disable old verification
Var AdultState1 = "Invisible"
DEBUGVAR IsMenuInProfile
If IsMenuInProfile = "true" Then
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_identity_verification.xml"
;If EnableLiveness = "true" Then
;EndIf
Else
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_payment.xml"