邓洁 : "我的"模块删除功能
This commit is contained in:
@@ -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]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user