Fix:2988 【商城小程序】所有县城的租售资讯--增加“全部”分类,首次进入页面时,默认显示“全部”分类,展示所有店铺

This commit is contained in:
modendeveloper
2025-01-08 20:05:08 +08:00
parent 77953ad6fe
commit ed006c46c5
+1 -1
View File
@@ -780,7 +780,7 @@ export default {
countyFamousDataId: this.id
}
getSaleList(params).then(res => {
this.saleList = res.data || []
this.saleList = [{name: '全部', id: ''}].concat(res.data || [])
})
},
goStore(item) {