提交 55dd1a8b5aedb5baaf2ea800620f3578e2183063

作者 pangy
1 个父辈 1a71f545

子女教育时间止 改为非必填

... ... @@ -313,10 +313,10 @@ Page({
313 313 },
314 314 studyEndDate: {
315 315 label: '受教育时间止',
316   - isrequre: true,
  316 + // isrequre: true,
317 317 bindtype: 'study_end_date',
318 318 selected: '',
319   - isblack: 'true',
  319 + // isblack: 'true',
320 320 values: ["是", "否"],
321 321 placeholder: '请选择时间',
322 322 onChange: 'onPickerSelect',
... ... @@ -1344,8 +1344,8 @@ Page({
1344 1344 return
1345 1345 }
1346 1346 if (this.data.studyEndDate.selected.length < 1) {
1347   - this.showToast('请选择受教育时间止')
1348   - return
  1347 + // this.showToast('请选择受教育时间止')
  1348 + // return
1349 1349 }else{
1350 1350 var activedDate = (Date.parse(new Date('2019-01-01')) / 1000)
1351 1351 if (this.data.studyEndDate.datelong < activedDate) {
... ...
... ... @@ -506,7 +506,8 @@ Page({
506 506 wx.showToast({
507 507 title: title,
508 508 duration: 2000,
509   - image: '/images/error.png'
  509 + icon:'none'
  510 + // image: '/images/error.png'
510 511 })
511 512 },
512 513
... ...
注册登录 后发表评论