Fix:【商城小程序】专题页模板4,第二页的图片,店铺,全是第三页的内容
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<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"
|
||||||
/>
|
/>
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
mode="scaleToFill"
|
mode="scaleToFill"
|
||||||
/>
|
/>
|
||||||
<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"
|
||||||
|
|||||||
Reference in New Issue
Block a user