提交 904e8b07a1e59395816b0ab1a5455fa29548c921

作者 wangyu
1 个父辈 4d264076

优化

@@ -96,7 +96,7 @@ Page({ @@ -96,7 +96,7 @@ Page({
96 this.showToast("证件号码有误") 96 this.showToast("证件号码有误")
97 return; 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 this.showToast("请选择出生日期") 100 this.showToast("请选择出生日期")
101 return; 101 return;
102 } 102 }
注册登录 后发表评论