Fix:5045 【商城小程序】团购详情页图文说明,图片优化为可点击放大查看
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
</view>
|
||||
<view class="v12-mt-3 image-grid">
|
||||
<view class="image-item" v-for="(img, idx) in detail.experienceCouponRule.ruleImages" :key="idx">
|
||||
<image :src="img" mode="aspectFill" />
|
||||
<image :src="img" mode="aspectFill" @click="previewHero(detail.experienceCouponRule.ruleImages, img)" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-mt-3 v12-pl-2 v12-font-bold v12-font-36 v12-align-center title-wrap">
|
||||
|
||||
Reference in New Issue
Block a user