添加重复注册申请提示
parent
db5d46a4f1
commit
6755baf621
|
@ -168,9 +168,14 @@
|
|||
this.showApply = true;
|
||||
}else if(url=='workerApply'){
|
||||
if(uni.getStorageSync('worksite_id')){
|
||||
if(this.userInfo.checking == 1) {
|
||||
this.$toolAll.tools.showToast('入职审核中,请等待审核');
|
||||
}else {
|
||||
uni.navigateTo({
|
||||
url:'/pages/worker/sign/sign?userType=worker&apply=join'
|
||||
})
|
||||
}
|
||||
|
||||
}else{
|
||||
this.$toolAll.tools.showToast('不在可申请范围内');
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -387,9 +387,13 @@ var _default = {
|
|||
this.showApply = true;
|
||||
} else if (url == 'workerApply') {
|
||||
if (uni.getStorageSync('worksite_id')) {
|
||||
if (this.userInfo.checking == 1) {
|
||||
this.$toolAll.tools.showToast('入职审核中,请等待审核');
|
||||
} else {
|
||||
uni.navigateTo({
|
||||
url: '/pages/worker/sign/sign?userType=worker&apply=join'
|
||||
});
|
||||
}
|
||||
} else {
|
||||
this.$toolAll.tools.showToast('不在可申请范围内');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue