添加实名认证引导去app提示

This commit is contained in:
范鹏 2024-09-07 18:31:03 +08:00
parent 9f8d96510a
commit 56a9837c9c

View File

@ -137,6 +137,15 @@ export default {
}
},
async openDoorOperate(type) {
if(this.currentLockInfo.faceAuthentication === 1 &&
this.currentLockInfo.nextFaceValidateTime <= new Date().getTime()) {
uni.showModal({
title: '提示',
content: '开门前需进行实名认证小程序暂不支持请使用APP认证开门',
showCancel: false
})
return
}
if(this.pending) {
return
}