...
|
...
|
@@ -1068,35 +1068,35 @@ Page({ |
|
|
|
|
|
return false
|
|
|
}
|
|
|
console.log(that.data.categories_id)
|
|
|
|
|
|
if (that.data.categories_id == 5) {
|
|
|
if (that.data.categories_name == '请选择') {
|
|
|
wx.showToast({
|
|
|
title: '请选择岗位分类',
|
|
|
icon: "none"
|
|
|
})
|
|
|
|
|
|
return false
|
|
|
}
|
|
|
console.log(that.data.hangye)
|
|
|
// if (that.data.categories_id == 5) {
|
|
|
// if (that.data.categories_name == '请选择') {
|
|
|
// wx.showToast({
|
|
|
// title: '请选择岗位分类',
|
|
|
// icon: "none"
|
|
|
// })
|
|
|
|
|
|
if (that.data.hangye == '请选择') {
|
|
|
wx.showToast({
|
|
|
title: '请选择行业',
|
|
|
icon: "none"
|
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
// return false
|
|
|
// }
|
|
|
// console.log(that.data.hangye)
|
|
|
|
|
|
if (that.data.gangwei == '请选择') {
|
|
|
wx.showToast({
|
|
|
title: '请选择岗位',
|
|
|
icon: "none"
|
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
} else {
|
|
|
// if (that.data.hangye == '请选择') {
|
|
|
// wx.showToast({
|
|
|
// title: '请选择行业',
|
|
|
// icon: "none"
|
|
|
// })
|
|
|
// return false
|
|
|
// }
|
|
|
|
|
|
// if (that.data.gangwei == '请选择') {
|
|
|
// wx.showToast({
|
|
|
// title: '请选择岗位',
|
|
|
// icon: "none"
|
|
|
// })
|
|
|
// return false
|
|
|
// }
|
|
|
// }
|
|
|
if (that.data.station_name == '') {
|
|
|
wx.showToast({
|
|
|
title: '请输入岗位',
|
...
|
...
|
@@ -1104,7 +1104,7 @@ Page({ |
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (that.data.logoitem == '') {
|
...
|
...
|
@@ -1152,22 +1152,22 @@ Page({ |
|
|
|
|
|
console.log(that.data.gumoney)
|
|
|
|
|
|
if (that.data.categories_id == 5) {
|
|
|
if (that.data.eduname == '请选择') {
|
|
|
wx.showToast({
|
|
|
title: '请选择学历',
|
|
|
icon: "none"
|
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
// if (that.data.categories_id == 5) {
|
|
|
// if (that.data.eduname == '请选择') {
|
|
|
// wx.showToast({
|
|
|
// title: '请选择学历',
|
|
|
// icon: "none"
|
|
|
// })
|
|
|
// return false
|
|
|
// }
|
|
|
|
|
|
if (that.data.sexname == '请选择') {
|
|
|
wx.showToast({
|
|
|
title: '请选择性别',
|
|
|
icon: "none"
|
|
|
})
|
|
|
return false
|
|
|
}
|
|
|
// if (that.data.sexname == '请选择') {
|
|
|
// wx.showToast({
|
|
|
// title: '请选择性别',
|
|
|
// icon: "none"
|
|
|
// })
|
|
|
// return false
|
|
|
// }
|
|
|
|
|
|
// if (that.data.detailaddress == '') {
|
|
|
// wx.showToast({
|
...
|
...
|
@@ -1176,7 +1176,7 @@ Page({ |
|
|
// })
|
|
|
// return false
|
|
|
// }
|
|
|
}
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -1265,7 +1265,7 @@ Page({ |
|
|
|
|
|
if (that.data.gangweiyq == '') {
|
|
|
wx.showToast({
|
|
|
title: '请输入岗位需求',
|
|
|
title: '请输入岗位描述',
|
|
|
icon: 'none'
|
|
|
})
|
|
|
|
...
|
...
|
|