matrix.wxml 469 Bytes
<wxs src="../../../wxs/helper.wxs" module="helper" />
<view class="resource-matrix">
    <anchor url="{{item.url}}"
        wx:for="{{floorData.data.list}}" wx:key="{{index}}" tid="{{floorData.template_id}}" t-name="{{floorData.template_name}}" t-index="{{index}}" t-findex="{{floorIndex}}" is-floor="1">
        <view class="matrix-block">
            <image mode="scaleToFill" src="{{helper.image(item.src, 242, 190)}}"></image>
        </view>
    </anchor>
</view>