feat: 新增楼层装修 更改部分买家端UI

This commit is contained in:
Yer
2023-07-06 17:21:38 +08:00
58 changed files with 4459 additions and 583 deletions

View File

@@ -53,11 +53,12 @@ export default {
params: { // 请求参数
pageNumber: 1,
pageSize: 100,
type: 'GOODS'
type: this.$route.query.type || 'GOODS'
},
spinShow: false // 加载状态
};
},
methods: {
getList () { // 获取收藏列表
this.spinShow = true
@@ -123,6 +124,7 @@ export default {
mounted () {
if (this.homePage) this.params.pageSize = 5;
this.getList()
}
};
</script>