index.wxml 503 B

123456
  1. <wxs src="index.wxs" module="album"></wxs>
  2. <view class="container l-class" style="{{album.containerStyle(urls, multipleSize, gapRow, gapColumn)}}">
  3. <block wx:for="{{urls}}" wx:key="index">
  4. <image id='{{index}}' bind:tap="onPreviewTap" class="{{album.blockClass(urls, horizontalScreen)}}" style="{{album.blockStyle(urls, horizontalScreen, shortSideValue, singleSize, multipleSize)}}" src="{{newType?item[key]:item}}" mode="{{urls.length == 1?singleMode:multipleMode}}" />
  5. </block>
  6. </view>