...
|
...
|
@@ -18,5 +18,23 @@ |
|
|
floor-name="{{item.template_name}}"
|
|
|
floor-index="{{floorIndex}}">
|
|
|
</shop-single-image>
|
|
|
<shop-double-image
|
|
|
bindclickreport="report"
|
|
|
wx:if="{{item.module_type == 'DoubleImage'}}"
|
|
|
images="{{item.data}}"
|
|
|
padding-class="{{'padding-bottom-20'}}"
|
|
|
floor-id="{{item.template_id}}"
|
|
|
floor-name="{{item.template_name}}"
|
|
|
floor-index="{{floorIndex}}">
|
|
|
</shop-double-image>
|
|
|
<shop-four-image
|
|
|
bindclickreport="report"
|
|
|
wx:if="{{item.module_type == 'FourImage'}}"
|
|
|
images="{{item.data}}"
|
|
|
padding-class="{{'padding-bottom-20'}}"
|
|
|
floor-id="{{item.template_id}}"
|
|
|
floor-name="{{item.template_name}}"
|
|
|
floor-index="{{floorIndex}}">
|
|
|
</shop-four-image>
|
|
|
</view>
|
|
|
</view> |
...
|
...
|
|