提交 c93ec7649041efb6a57df517bbad5303debddd13

作者 pangy
1 个父辈 1f5b10ee

优化中文名

@@ -1205,11 +1205,13 @@ Page({ @@ -1205,11 +1205,13 @@ Page({
1205 return 1205 return
1206 } 1206 }
1207 if (this.data.other_name.length > 0) { 1207 if (this.data.other_name.length > 0) {
1208 - var regname = (this.data.nameText == '中文名') ? regname_c : regname_e  
1209 - this.data.other_name = this.data.other_name.replace(/(^\s*)|(\s*$)/g, "");  
1210 - if (!regname.test(this.data.other_name)) {  
1211 - this.showtoast('请输入正确' + this.data.nameText);  
1212 - return 1208 + if (this.data.cardtypeData.selected != '居民身份证' && this.data.cardtypeData.selected != '中国护照'){
  1209 + var regname = (this.data.nameText == '中文名') ? regname_c : regname_e
  1210 + this.data.other_name = this.data.other_name.replace(/(^\s*)|(\s*$)/g, "");
  1211 + if (!regname.test(this.data.other_name)) {
  1212 + this.showtoast('请输入正确的' + this.data.nameText);
  1213 + return
  1214 + }
1213 } 1215 }
1214 } 1216 }
1215 if (this.data.mobile.length < 1) { 1217 if (this.data.mobile.length < 1) {
注册登录 后发表评论