flat: 审核
This commit is contained in:
@@ -216,11 +216,6 @@
|
||||
cityId: Number(this.formData.cityId),
|
||||
tradeId: Number(this.formData.tradeId),
|
||||
}
|
||||
let resData = await addInviteCompanyAuth(params)
|
||||
console.log(resData)
|
||||
if (resData.data.code === 200) {
|
||||
_this.$api.msg('已完成企业信息认证')
|
||||
}
|
||||
const _this = this
|
||||
this.$refs.formOne.validate().then(async (res) => {
|
||||
let params = {
|
||||
@@ -233,8 +228,10 @@
|
||||
}
|
||||
let resData = await addInviteCompanyAuth(params)
|
||||
if (resData.data.code === 200) {
|
||||
_this.$api.msg('已完成企业信息认证')
|
||||
uni.navigateBack()
|
||||
uni.navigateBack(1)
|
||||
_this.$api.sleep(1000).then(() => {
|
||||
_this.$api.msg('已完成企业信息认证')
|
||||
})
|
||||
}
|
||||
}).catch(errors => {
|
||||
console.log(errors)
|
||||
|
||||
Reference in New Issue
Block a user