Browse Source

fix:绑定房屋时路牌号提示修改

release
123456 3 years ago
parent
commit
00fb4f3d35
  1. 2
      epdc-resident-mp-yushan/subpages/family/pages/bindFamily/bindFamily.js

2
epdc-resident-mp-yushan/subpages/family/pages/bindFamily/bindFamily.js

@ -584,7 +584,7 @@ Page({
return
}
if (!this.data.fmData.road) {
this.showToast('请填写所在街道')
this.showToast('请填写路牌号')
return false
}
const houseAddress = this.data.houseInfo.gridName + '-'

Loading…
Cancel
Save