活动细节

version/0412
fanfan 10 months ago
parent f1e6abd44a
commit 81d048e1af
  1. 2
      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;

Loading…
Cancel
Save