【fix】 修复错别字 她 -> 他

This commit is contained in:
tian.guangyuan
2020-03-27 16:19:01 +08:00
parent bfdaf01407
commit e2cb446052

View File

@@ -392,7 +392,7 @@ export default {
eduAge(num, age){
num = num-0;
if(num < age || num > 85){
this.$toast("您子女的教育年龄不能小于的年龄且不能超过85岁");
this.$toast("您子女的教育年龄不能小于的年龄且不能超过85岁");
return true
}
}