正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -1306,7 +1306,7 @@ Page({ | @@ -1306,7 +1306,7 @@ Page({ | ||
1306 | children_name: id_info.name, | 1306 | children_name: id_info.name, |
1307 | commonbirthDate: that.data.commonbirthDate | 1307 | commonbirthDate: that.data.commonbirthDate |
1308 | } | 1308 | } |
1309 | - that.dealBrithDate(info.birthDay)//根据出生日期 计算 学前受教育时间 | 1309 | + that.dealBrithDate(id_info.birthDay)//根据出生日期 计算 学前受教育时间 |
1310 | if (format.getAge(birth_day) < 3) { | 1310 | if (format.getAge(birth_day) < 3) { |
1311 | that.showToast('子女年龄小于3岁,不可申报') | 1311 | that.showToast('子女年龄小于3岁,不可申报') |
1312 | } | 1312 | } |
请
注册
或
登录
后发表评论