实名认证页返回都到列表页
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
:border="false"
|
:border="false"
|
||||||
:fixed="true"
|
:fixed="true"
|
||||||
:safe-area-inset-top="true"
|
:safe-area-inset-top="true"
|
||||||
@click-left="h5GoBack"
|
@click-left="goListPage"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<tip-bar :title="'应国家政策要求:从事货运行业的司机用户,身份证照片、驾驶证信息、行驶证信息、人车合影及承运资质信息必须进行实名认证。'"></tip-bar>
|
<tip-bar :title="'应国家政策要求:从事货运行业的司机用户,身份证照片、驾驶证信息、行驶证信息、人车合影及承运资质信息必须进行实名认证。'"></tip-bar>
|
||||||
@ -227,15 +227,17 @@
|
|||||||
})
|
})
|
||||||
localStorage.setItem("personAuditInfo",'')
|
localStorage.setItem("personAuditInfo",'')
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
// this.h5GoBack()
|
this.goListPage()
|
||||||
this.goPage('auditList',{
|
|
||||||
token:localStorage.getItem('token')
|
|
||||||
})
|
|
||||||
}, 100)
|
}, 100)
|
||||||
} else {
|
} else {
|
||||||
this.$toast('身份证信息识别错误')
|
this.$toast('身份证信息识别错误')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
goListPage(){
|
||||||
|
this.goPage('auditList',{
|
||||||
|
token:localStorage.getItem('token')
|
||||||
|
})
|
||||||
|
},
|
||||||
async getRegisterInfo(data) {
|
async getRegisterInfo(data) {
|
||||||
let res = await infoVerifyProgress( data)
|
let res = await infoVerifyProgress( data)
|
||||||
// console.log("res",res)
|
// console.log("res",res)
|
||||||
|
|||||||
Reference in New Issue
Block a user