提交 c6ff4bbc60519978a594e4cc851e1a097678a562

作者 pangy
1 个父辈 5a09816b

国籍必选

@@ -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
注册登录 后发表评论