邓洁 : "我的"模块删除功能

This commit is contained in:
邓洁
2023-11-19 18:46:42 +08:00
parent 676638c370
commit 0f268fb419
7 changed files with 161 additions and 95 deletions

View File

@@ -99,9 +99,9 @@
pageNum: this.shopPageNum
})
this.$api.getShopList(query).then(res => {
res.data.data.forEach(item => {
item.pics = this.$api.imgUrl + item.pics
})
// res.data.data.forEach(item => {
// item.pics = this.$api.imgUrl + item.pics
// })
this.shopListLength = res.data.data.length
this.shopInfoList = [...this.shopInfoList, ...res.data.data]
})