|
@ -6,8 +6,8 @@ |
|
|
<image class="title-image" src="https://static.ticket.sz-trip.com/uploads/20250822/a7ab5b85fcc1085c14f4a2ec23f0692f.png"></image> |
|
|
<image class="title-image" src="https://static.ticket.sz-trip.com/uploads/20250822/a7ab5b85fcc1085c14f4a2ec23f0692f.png"></image> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<image class="adv-image" mode="aspectFill" @click="gotoPath('/subPackages/activity/agriculturalProdNH')" |
|
|
<image class="adv-image" v-if="couponImg" mode="aspectFill" @click="gotoPath('/subPackages/activity/agriculturalProdNH')" |
|
|
src="https://static.ticket.sz-trip.com/uploads/20250822/2393a3923a07f2f1112ad0210f37021d.png"></image> |
|
|
:src="showImg(couponImg)"></image> |
|
|
|
|
|
|
|
|
<image class="title-image" style="margin-bottom: 38rpx;width: 100%;height: 3rpx;" |
|
|
<image class="title-image" style="margin-bottom: 38rpx;width: 100%;height: 3rpx;" |
|
|
src="https://static.ticket.sz-trip.com/uploads/20250822/321e0c681ddbcc6853d6312eb69742c9.png"></image> |
|
|
src="https://static.ticket.sz-trip.com/uploads/20250822/321e0c681ddbcc6853d6312eb69742c9.png"></image> |
|
@ -42,7 +42,7 @@ |
|
|
list: [], |
|
|
list: [], |
|
|
viewNum: 5, |
|
|
viewNum: 5, |
|
|
headImg: '', |
|
|
headImg: '', |
|
|
|
|
|
couponImg: '', |
|
|
showGoTop: false, |
|
|
showGoTop: false, |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
@ -61,6 +61,10 @@ |
|
|
title:res.data.title |
|
|
title:res.data.title |
|
|
}) |
|
|
}) |
|
|
}); |
|
|
}); |
|
|
|
|
|
this.Post({id:2391},'/api/multimedia/detail').then(res => { |
|
|
|
|
|
this.couponImg = res.data.head_img |
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 产品列表 |
|
|
// 产品列表 |
|
|