作者 lihongjuan

1

@@ -1068,35 +1068,35 @@ Page({ @@ -1068,35 +1068,35 @@ Page({
1068 1068
1069 return false 1069 return false
1070 } 1070 }
1071 - console.log(that.data.categories_id)  
1072 1071
1073 - if (that.data.categories_id == 5) {  
1074 - if (that.data.categories_name == '请选择') {  
1075 - wx.showToast({  
1076 - title: '请选择岗位分类',  
1077 - icon: "none"  
1078 - })  
1079 1072
1080 - return false  
1081 - }  
1082 - console.log(that.data.hangye) 1073 + // if (that.data.categories_id == 5) {
  1074 + // if (that.data.categories_name == '请选择') {
  1075 + // wx.showToast({
  1076 + // title: '请选择岗位分类',
  1077 + // icon: "none"
  1078 + // })
1083 1079
1084 - if (that.data.hangye == '请选择') {  
1085 - wx.showToast({  
1086 - title: '请选择行业',  
1087 - icon: "none"  
1088 - })  
1089 - return false  
1090 - } 1080 + // return false
  1081 + // }
  1082 + // console.log(that.data.hangye)
1091 1083
1092 - if (that.data.gangwei == '请选择') {  
1093 - wx.showToast({  
1094 - title: '请选择岗位',  
1095 - icon: "none"  
1096 - })  
1097 - return false  
1098 - }  
1099 - } else { 1084 + // if (that.data.hangye == '请选择') {
  1085 + // wx.showToast({
  1086 + // title: '请选择行业',
  1087 + // icon: "none"
  1088 + // })
  1089 + // return false
  1090 + // }
  1091 +
  1092 + // if (that.data.gangwei == '请选择') {
  1093 + // wx.showToast({
  1094 + // title: '请选择岗位',
  1095 + // icon: "none"
  1096 + // })
  1097 + // return false
  1098 + // }
  1099 + // }
1100 if (that.data.station_name == '') { 1100 if (that.data.station_name == '') {
1101 wx.showToast({ 1101 wx.showToast({
1102 title: '请输入岗位', 1102 title: '请输入岗位',
@@ -1104,7 +1104,7 @@ Page({ @@ -1104,7 +1104,7 @@ Page({
1104 }) 1104 })
1105 return false 1105 return false
1106 } 1106 }
1107 - } 1107 +
1108 1108
1109 1109
1110 if (that.data.logoitem == '') { 1110 if (that.data.logoitem == '') {
@@ -1152,22 +1152,22 @@ Page({ @@ -1152,22 +1152,22 @@ Page({
1152 1152
1153 console.log(that.data.gumoney) 1153 console.log(that.data.gumoney)
1154 1154
1155 - if (that.data.categories_id == 5) {  
1156 - if (that.data.eduname == '请选择') {  
1157 - wx.showToast({  
1158 - title: '请选择学历',  
1159 - icon: "none"  
1160 - })  
1161 - return false  
1162 - } 1155 + // if (that.data.categories_id == 5) {
  1156 + // if (that.data.eduname == '请选择') {
  1157 + // wx.showToast({
  1158 + // title: '请选择学历',
  1159 + // icon: "none"
  1160 + // })
  1161 + // return false
  1162 + // }
1163 1163
1164 - if (that.data.sexname == '请选择') {  
1165 - wx.showToast({  
1166 - title: '请选择性别',  
1167 - icon: "none"  
1168 - })  
1169 - return false  
1170 - } 1164 + // if (that.data.sexname == '请选择') {
  1165 + // wx.showToast({
  1166 + // title: '请选择性别',
  1167 + // icon: "none"
  1168 + // })
  1169 + // return false
  1170 + // }
1171 1171
1172 // if (that.data.detailaddress == '') { 1172 // if (that.data.detailaddress == '') {
1173 // wx.showToast({ 1173 // wx.showToast({
@@ -1176,7 +1176,7 @@ Page({ @@ -1176,7 +1176,7 @@ Page({
1176 // }) 1176 // })
1177 // return false 1177 // return false
1178 // } 1178 // }
1179 - } 1179 + // }
1180 1180
1181 1181
1182 1182
@@ -1265,7 +1265,7 @@ Page({ @@ -1265,7 +1265,7 @@ Page({
1265 1265
1266 if (that.data.gangweiyq == '') { 1266 if (that.data.gangweiyq == '') {
1267 wx.showToast({ 1267 wx.showToast({
1268 - title: '请输入岗位需求', 1268 + title: '请输入岗位描述',
1269 icon: 'none' 1269 icon: 'none'
1270 }) 1270 })
1271 1271