活动细节

version/0412
fanfan 1 year ago
parent f1e6abd44a
commit 81d048e1af
  1. 2
      pages/activity/newsshop.vue

@ -76,7 +76,6 @@
type: 'other-item' type: 'other-item'
}) })
.then(result => { .then(result => {
this.shopItem = result.data;
this.getShopList(result.data.id) this.getShopList(result.data.id)
}) })
.finally() .finally()
@ -89,6 +88,7 @@
} }
Api.detail(pamars) Api.detail(pamars)
.then(result => { .then(result => {
this.shopItem=result.data
if (active_id) { if (active_id) {
result.data.col.forEach(item => { result.data.col.forEach(item => {
item.sliceIndex = 6; item.sliceIndex = 6;

Loading…
Cancel
Save