添加实名认证引导去app提示
This commit is contained in:
parent
9f8d96510a
commit
56a9837c9c
@ -137,6 +137,15 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async openDoorOperate(type) {
|
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) {
|
if(this.pending) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user