flat: 添加企业

This commit is contained in:
Apcallover
2024-04-12 10:06:09 +08:00
parent c325b0b0d1
commit a85d28e30f
4 changed files with 747 additions and 626 deletions

View File

@@ -49,7 +49,12 @@
let resData = await seeIsHaveCodep({idNumber})
uni.hideLoading()
if(resData.data.code === 200) {
resData.data.data ? resolve() : this.$api.msg('您未申请开通该功能,请联系工作人员')
if (false && resData.data.data) {
resolve()
} else {
// this.$api.msg('您未申请开通该功能,请联系工作人员')
this.navTo('/pages/recruit/subPage/enterpriceCertification/enterpriceCertification')
}
} else {
reject()
}