1
|
<wxs src="../../../../wxs/helper.wxs" module="helper" />
|
1
|
<wxs src="../../../../wxs/helper.wxs" module="helper" />
|
2
|
-<view class="resource-shop-triple-image {{isModuleMargin.isModuleMargin ? 'margin-bottom-20' : ''}}">
|
2
|
+<view class="resource-shop-triple-image {{properties.isModuleMargin ? 'margin-bottom-20' : ''}}">
|
3
|
<anchor
|
3
|
<anchor
|
4
|
wx:for="{{images}}"
|
4
|
wx:for="{{images}}"
|
5
|
wx:key="index"
|
5
|
wx:key="index"
|
|
@@ -11,9 +11,17 @@ |
|
@@ -11,9 +11,17 @@ |
11
|
floor-url="{{item.url}}"
|
11
|
floor-url="{{item.url}}"
|
12
|
floor-index="{{floorIndex}}"
|
12
|
floor-index="{{floorIndex}}"
|
13
|
floor-item-index="{{index + 1}}">
|
13
|
floor-item-index="{{index + 1}}">
|
14
|
-
|
|
|
15
|
- <view wx:if="{{isModuleMargin.displayType == 1}}">1111</view>
|
|
|
16
|
-
|
|
|
17
|
- <image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
14
|
+ <view wx:if="{{properties.displayType == 1}}">
|
|
|
15
|
+ <image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
16
|
+ </view>
|
|
|
17
|
+ <view wx:if="{{properties.displayType == 2}}">
|
|
|
18
|
+ <image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
19
|
+ </view>
|
|
|
20
|
+ <view wx:if="{{properties.displayType == 3}}">
|
|
|
21
|
+ <image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
22
|
+ </view>
|
|
|
23
|
+ <view wx:if="{{properties.displayType == 4}}">
|
|
|
24
|
+ <image class="image-item" src="{{item.pic}}" mode="widthFix"></image>
|
|
|
25
|
+ </view>
|
18
|
</anchor>
|
26
|
</anchor>
|
19
|
</view> |
27
|
</view> |