正在显示
1 个修改的文件
包含
13 行增加
和
0 行删除
... | ... | @@ -887,6 +887,19 @@ Page({ |
887 | 887 | this.showtoast('手机号码有误'); |
888 | 888 | return |
889 | 889 | } |
890 | + if (this.data.curAddress_haschanged || this.data.taxInfo.current_address.province_code) {//选择了地址 | |
891 | + if (formdata.current_address_detail.length < 1) { | |
892 | + this.showtoast('请填写详细居住地址'); | |
893 | + return | |
894 | + } | |
895 | + } | |
896 | + if (this.data.birthAddress_haschanged || this.data.taxInfo.huji_address.province_code) {//选择了地址 | |
897 | + if (formdata.huji_address_detail.length < 1) { | |
898 | + this.showtoast('请填写详细户籍地址'); | |
899 | + return | |
900 | + } | |
901 | + } | |
902 | + | |
890 | 903 | // if (formdata.email && formdata.email.length > 0 && !regEmail.test(formdata.email)) { |
891 | 904 | // this.showtoast('邮箱格式有误'); |
892 | 905 | // return | ... | ... |
请
注册
或
登录
后发表评论