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