This commit is contained in:
唐明明
2021-09-24 16:46:02 +08:00
53 changed files with 4990 additions and 4338 deletions

View File

@@ -73,9 +73,16 @@
front_card: this.positive.path,
back_card: this.reverse.path,
}).then(res=>{
console.log(res)
uni.showModal({
title: '提示',
content: '个人认证信息已提交,请耐心等待审核',
showCancel: false,
confirmColor: '#8b64fd',
success: modalRes => {
this.$Router.back()
}
})
}).catch(err => {
console.log(err)
uni.showToast({
icon: 'none',
title: err.message