help.wxml 410 B

123456789
  1. <view class="container FlexColumn" style='min-height:{{Containnerheight}}rpx;'>
  2. <view class="panelTop FlexRow">
  3. <view class="btn" bindtap="goto" data-url="./tips">返回</view>
  4. </view>
  5. <view style="height:120rpx;"></view>
  6. <image class="img" lazy-load="true" mode="widthFix" wx:for="{{Item.Images}}" wx:key="index" src='{{ImagePath}}web/{{item}}' />
  7. <view style="height:100rpx;"></view>
  8. </view>