single.wxml 494 Bytes
<wxs src="../../../../wxs/helper.wxs" module="helper" />
<view class="resource-shop-single-image {{paddingClass}}">
    <anchor
        class="anchor-item"
        bindclickreport="report"
        url="{{item.url}}"
        floor-id="{{floorId}}"
        floor-name="{{floorName}}"
        floor-url="{{item.url}}"
        floor-index="{{floorIndex}}"
        floor-item-index="{{index + 1}}">
        <image class="image" src="{{images[0].pic}}" mode="widthFix"></image>
    </anchor>
</view>