flat: 修改全职岗位和零工岗位问题
This commit is contained in:
@@ -31,11 +31,15 @@
|
||||
},
|
||||
computed: {
|
||||
...mapState({
|
||||
idNumber: (state) => state.auth.authInfo.idNumber
|
||||
idNumber: (state) => {
|
||||
console.log(state.auth.authInfo, 'auth.authInfo')
|
||||
return state.auth.authInfo.idNumber
|
||||
}
|
||||
}),
|
||||
},
|
||||
methods: {
|
||||
next(type) {
|
||||
next(type) {
|
||||
// return this.$api.msg('该功能正在完善中')
|
||||
switch (type) {
|
||||
case 0:
|
||||
this.isHaveCode(this.idNumber).then(() => {
|
||||
@@ -63,7 +67,10 @@
|
||||
if (resData.data.code === 200) {
|
||||
if (resData.data.data.haveCode) {
|
||||
resolve()
|
||||
} else {
|
||||
} else {
|
||||
|
||||
return this.$api.msg('系统正在建设中')
|
||||
|
||||
switch (resData.data.data.reviewStatus) {
|
||||
case 0:
|
||||
this.$api.msg('您提交的认证信息正在审核中')
|
||||
|
||||
Reference in New Issue
Block a user