正在显示
1 个修改的文件
包含
7 行增加
和
5 行删除
... | ... | @@ -1205,11 +1205,13 @@ Page({ |
1205 | 1205 | return |
1206 | 1206 | } |
1207 | 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 | 1217 | if (this.data.mobile.length < 1) { | ... | ... |
请
注册
或
登录
后发表评论