提交 e1c704b39299992bccef903c7d11e957bab66ff0

作者 rachel
1 个父辈 8e4642f3

详细地址必填

@@ -1274,7 +1274,10 @@ Page({ @@ -1274,7 +1274,10 @@ Page({
1274 if (this.data.houseLocateInfo.address_value[0].length < 1) { 1274 if (this.data.houseLocateInfo.address_value[0].length < 1) {
1275 this.showToast('请选择住房地址') 1275 this.showToast('请选择住房地址')
1276 return 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 this.showToast('请选择证书类型') 1281 this.showToast('请选择证书类型')
1279 return 1282 return
1280 } else if (!formdata.certification_no || formdata.certification_no.length < 1) { 1283 } else if (!formdata.certification_no || formdata.certification_no.length < 1) {
注册登录 后发表评论