作者 lihongjuan

1

... ... @@ -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.hangye == '请选择') {
wx.showToast({
title: '请选择行业',
icon: "none"
})
return false
}
if (that.data.gangwei == '请选择') {
wx.showToast({
title: '请选择岗位',
icon: "none"
})
return false
}
} else {
// 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.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,31 +1152,31 @@ 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.sexname == '请选择') {
wx.showToast({
title: '请选择性别',
icon: "none"
})
return false
}
// if (that.data.detailaddress == '') {
// 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.detailaddress == '') {
// wx.showToast({
// title: '请选择详细地址',
// icon: "none"
// })
// return false
// }
// }
... ... @@ -1265,7 +1265,7 @@ Page({
if (that.data.gangweiyq == '') {
wx.showToast({
title: '请输入岗位需求',
title: '请输入岗位描述',
icon: 'none'
})
... ...