Fix(尖货专题页):[#2469]第二页的背景图及商品店铺,在前端显示成了第三页的内容

This commit is contained in:
lifizer
2024-10-11 09:59:24 +08:00
parent 021e94084f
commit f0e25c2a0d
@@ -9,13 +9,13 @@
<view class="page-wrap"> <view class="page-wrap">
<view class="page-2"> <view class="page-2">
<image <image
:src="templateProperties.page3BackgroundImage" :src="templateProperties.page2BackgroundImage"
class="section-bg" class="section-bg"
mode="widthFix" mode="widthFix"
/> />
<view class="list flex flex-wrap"> <view class="list flex flex-wrap">
<image <image
v-for="(item, index) in templateProperties.page3Links" v-for="(item, index) in templateProperties.page2Links"
:key="index" :key="index"
:src="item.image" :src="item.image"
class="item" class="item"