|
|
<wxs src="../../../../wxs/helper.wxs" module="helper" />
|
|
|
<view class="resource-shop-triple-image {{isModuleMargin.isModuleMargin ? 'margin-bottom-20' : ''}}">
|
|
|
<view class="resource-shop-triple-image {{properties.isModuleMargin ? 'margin-bottom-20' : ''}}">
|
|
|
<anchor
|
|
|
wx:for="{{images}}"
|
|
|
wx:key="index"
|
...
|
...
|
@@ -11,9 +11,17 @@ |
|
|
floor-url="{{item.url}}"
|
|
|
floor-index="{{floorIndex}}"
|
|
|
floor-item-index="{{index + 1}}">
|
|
|
|
|
|
<view wx:if="{{isModuleMargin.displayType == 1}}">1111</view>
|
|
|
|
|
|
<image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
<view wx:if="{{properties.displayType == 1}}">
|
|
|
<image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
</view>
|
|
|
<view wx:if="{{properties.displayType == 2}}">
|
|
|
<image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
</view>
|
|
|
<view wx:if="{{properties.displayType == 3}}">
|
|
|
<image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
</view>
|
|
|
<view wx:if="{{properties.displayType == 4}}">
|
|
|
<image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
</view>
|
|
|
</anchor>
|
|
|
</view> |
...
|
...
|
|