搜索
This commit is contained in:
@@ -256,7 +256,10 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
onSearch(text) {
|
onSearch(text) {
|
||||||
this.list = []
|
this.list = [];
|
||||||
|
this.$refs.waterfall.clear();
|
||||||
|
this.list1 = [];
|
||||||
|
this.list2 = [];
|
||||||
this.page = 1
|
this.page = 1
|
||||||
console.log('extentScene: ', this.where.extentScene);
|
console.log('extentScene: ', this.where.extentScene);
|
||||||
if (text == '0-100㎡') {
|
if (text == '0-100㎡') {
|
||||||
|
|||||||
@@ -221,7 +221,10 @@
|
|||||||
this.onSearch()
|
this.onSearch()
|
||||||
},
|
},
|
||||||
onSearch() {
|
onSearch() {
|
||||||
this.list = []
|
this.list = [];
|
||||||
|
this.$refs.waterfall.clear();
|
||||||
|
this.list1 = [];
|
||||||
|
this.list2 = [];
|
||||||
this.page = 1
|
this.page = 1
|
||||||
this.onRefreshList()
|
this.onRefreshList()
|
||||||
// this.$push('/sub_pages/member/member', this.where)
|
// this.$push('/sub_pages/member/member', this.where)
|
||||||
|
|||||||
Reference in New Issue
Block a user