提交 4eb7bd0a7e57213adee52b8d590429ae03f18dea

作者 pangy
1 个父辈 564e4568

加3年

@@ -2519,7 +2519,8 @@ Page({ @@ -2519,7 +2519,8 @@ Page({
2519 this.showToast('请先完善子女生日信息') 2519 this.showToast('请先完善子女生日信息')
2520 return 2520 return
2521 } else{ 2521 } else{
2522 - var year = this.data.commonbirthDate.selected.substring(0, 4) - 3 2522 + var year = this.data.commonbirthDate.selected.substring(0, 4)
  2523 + year = parseInt(year) + 3
2523 var month = this.data.commonbirthDate.selected.substring(4, 7) 2524 var month = this.data.commonbirthDate.selected.substring(4, 7)
2524 this.handleStartDate(year+month, true) //处理受教育时间起的逻辑 2525 this.handleStartDate(year+month, true) //处理受教育时间起的逻辑
2525 } 2526 }
注册登录 后发表评论