正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
| @@ -471,6 +471,10 @@ Page({ | @@ -471,6 +471,10 @@ Page({ | ||
| 471 | return | 471 | return |
| 472 | } | 472 | } |
| 473 | } | 473 | } |
| 474 | + if (this.data.countryData.selected.length < 1) { | ||
| 475 | + this.showtoast('请选择国籍'); | ||
| 476 | + return | ||
| 477 | + } | ||
| 474 | if (formdata.mobile.length > 0 && !format.isMobile(formdata.mobile)) { | 478 | if (formdata.mobile.length > 0 && !format.isMobile(formdata.mobile)) { |
| 475 | this.showtoast('手机号码有误'); | 479 | this.showtoast('手机号码有误'); |
| 476 | return | 480 | return |
请
注册
或
登录
后发表评论