diff --git a/pages/activity/GoodsGroup/index.vue b/pages/activity/GoodsGroup/index.vue index bb629b1..379e6b5 100644 --- a/pages/activity/GoodsGroup/index.vue +++ b/pages/activity/GoodsGroup/index.vue @@ -9,14 +9,8 @@ - + TOP{{ index + 1 }} @@ -29,200 +23,210 @@ {{ groupon.people || 0 }}人团 - + - - - - - - - - + diff --git a/pages/shop/Live/LiveList/index.vue b/pages/shop/Live/LiveList/index.vue index e2b6ec2..bcc8936 100644 --- a/pages/shop/Live/LiveList/index.vue +++ b/pages/shop/Live/LiveList/index.vue @@ -94,7 +94,7 @@ page: that.currentPage, size: that.size }).then(res => { - that.liveList = [...that.liveList, ...res.data.content]; + that.liveList = that.liveList.concat(res.data.content) this.currentPage++; this.loaded = res.data.content.length < that.size; this.loading = false;