diff --git a/pages/activity/newsshop.vue b/pages/activity/newsshop.vue index b10a586..aa62938 100644 --- a/pages/activity/newsshop.vue +++ b/pages/activity/newsshop.vue @@ -76,7 +76,6 @@ type: 'other-item' }) .then(result => { - this.shopItem = result.data; this.getShopList(result.data.id) }) .finally() @@ -89,6 +88,7 @@ } Api.detail(pamars) .then(result => { + this.shopItem=result.data if (active_id) { result.data.col.forEach(item => { item.sliceIndex = 6;