|
|
@ -504,6 +504,11 @@ Page({ |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
toAddResi(){ |
|
|
|
wx.navigateTo({ |
|
|
|
url: `/subpages/addResi/pages/addResi/addResi`, |
|
|
|
}) |
|
|
|
}, |
|
|
|
getTableFwData: async function () { |
|
|
|
this.setData({ |
|
|
|
loadFwMoreVisible: true, |
|
|
@ -526,6 +531,7 @@ Page({ |
|
|
|
fwTypes: arr |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
await houseSearch({ ...this.data.params1, searchKey: this.data.keyWord }).then(res => { |
|
|
|
const { code, data } = res; |
|
|
|
if (code == 0) { |
|
|
@ -535,7 +541,7 @@ Page({ |
|
|
|
}) |
|
|
|
if (this.data.tableFwData.length == 0) { |
|
|
|
this.setData({ |
|
|
|
loadFwMoreVisible: false, |
|
|
|
loadFwMoreVisible: true, |
|
|
|
loadFwMoreType: 'none', |
|
|
|
nodatafw: true |
|
|
|
}) |
|
|
|