mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 23:02:52 +08:00
【fix】 修复错别字 她 -> 他
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user