Browse Source

对接接口

master
前端-胡立永 3 months ago
parent
commit
a9f620e96d
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      pages/subPack/human/human.vue

+ 3
- 2
pages/subPack/human/human.vue View File

@ -334,7 +334,7 @@
// //
clockVerifyFace(){ clockVerifyFace(){
this.$api('clockVerifyFace',
this.$api('clockVerifyFace',
this.form, res => { this.form, res => {
if(res.code == 200){ if(res.code == 200){
uni.showToast({ uni.showToast({
@ -343,7 +343,8 @@
}) })
this.isVerifyFace = true this.isVerifyFace = true
}else{ }else{
uni.navigateBack(-1)
this.tempImg = ''
this.form.pic = ''
} }
}) })
}, },


Loading…
Cancel
Save