diff --git a/pages/subPack/human/human.vue b/pages/subPack/human/human.vue index e38df22..4163688 100644 --- a/pages/subPack/human/human.vue +++ b/pages/subPack/human/human.vue @@ -334,7 +334,7 @@ // 人脸核验 clockVerifyFace(){ - this.$api('clockVerifyFace', + this.$api('clockVerifyFace', this.form, res => { if(res.code == 200){ uni.showToast({ @@ -343,7 +343,8 @@ }) this.isVerifyFace = true }else{ - uni.navigateBack(-1) + this.tempImg = '' + this.form.pic = '' } }) },