...
|
...
|
@@ -96,7 +96,7 @@ Page({ |
96
|
96
|
this.showToast("证件号码有误")
|
97
|
97
|
return;
|
98
|
98
|
}
|
99
|
|
- if (!this.data.birthday || this.data.birthday.length<1){
|
|
99
|
+ if (this.data.birthday.length < 1 || this.data.birthday_datelong!=1){
|
100
|
100
|
this.showToast("请选择出生日期")
|
101
|
101
|
return;
|
102
|
102
|
}
|
...
|
...
|
|