正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
... | ... | @@ -1274,7 +1274,10 @@ Page({ |
1274 | 1274 | if (this.data.houseLocateInfo.address_value[0].length < 1) { |
1275 | 1275 | this.showToast('请选择住房地址') |
1276 | 1276 | return |
1277 | - } else if (this.data.identifytypeData.selected.length < 1) { | |
1277 | + } else if (!formdata.house_detail_address || formdata.house_detail_address.length < 1) { | |
1278 | + this.showToast('请填写房屋详细地址') | |
1279 | + return | |
1280 | + }if (this.data.identifytypeData.selected.length < 1) { | |
1278 | 1281 | this.showToast('请选择证书类型') |
1279 | 1282 | return |
1280 | 1283 | } else if (!formdata.certification_no || formdata.certification_no.length < 1) { | ... | ... |
请
注册
或
登录
后发表评论