|
|
@@ -112,7 +112,7 @@
|
|
|
|
|
|
|
|
|
this.$api.verifyFace(that.reqParm).then((res)=>{
|
|
|
- this.requestStatus=true
|
|
|
+ this.requestStatus=false
|
|
|
uni.hideLoading();
|
|
|
if(res.data.data.code == '500'){ //人脸不存在
|
|
|
let serviceObject = {}
|
|
|
@@ -133,7 +133,7 @@
|
|
|
})
|
|
|
}
|
|
|
}).catch((err) =>{
|
|
|
- this.requestStatus=true
|
|
|
+ this.requestStatus=false
|
|
|
uni.$u.toast('识别失败,请重新上传照片')
|
|
|
});
|
|
|
|