提交 f8d685b5875d08197698a899eeab8ab0b0656ec8

作者 pangy
1 个父辈 b8b1d18d

this 引起的bug

... ... @@ -1267,7 +1267,7 @@ Page({
1267 1267 commonbirthDate: that.data.commonbirthDate
1268 1268 }
1269 1269 if (format.getAge(birth_day) < 3) {
1270   - this.showToast('子女年龄小于3岁,不可申报')
  1270 + that.showToast('子女年龄小于3岁,不可申报')
1271 1271 }
1272 1272 } else if (that.idcard_belong == 'spouse_id_card_no') {
1273 1273 that.data.loverbirthDate.selected = birth_day
... ... @@ -1286,7 +1286,7 @@ Page({
1286 1286 olderbirthDate: that.data.olderbirthDate
1287 1287 }
1288 1288 if (format.getAge(birth_day) < 60) {
1289   - this.showToast('被赡养人年龄不足60岁,不可申报')
  1289 + that.showToast('被赡养人年龄不足60岁,不可申报')
1290 1290 }
1291 1291 } else if (that.idcard_belong == 'medical_id_card_no') {
1292 1292 that.data.commonbirthDate.selected = birth_day
... ...
注册登录 后发表评论