single.wxml
467 Bytes
<view class="resource-shop-single-image {{properties.isModuleMargin ? 'margin-bottom-20' : ''}}">
<anchor
class="anchor-item"
bindclickreport="report"
url-rule="shopDecor"
url-rule-data="{{data[0]}}"
floor-id="{{floorId}}"
floor-name="{{floorName}}"
floor-index="{{floorIndex}}"
floor-item-index="1">
<image class="image" src="{{data[0].pic}}" mode="widthFix"></image>
</anchor>
</view>