正在显示
2 个修改的文件
包含
6 行增加
和
5 行删除
... | ... | @@ -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) { | ... | ... |
请
注册
或
登录
后发表评论