video.wxml 266 B

12345
  1. <template name="video">
  2. <view style="margin-top: {{item.marginTop}}px;">
  3. <video src="{{videoItem.videoUrl}}" controls style="width:100%;height:auto;min-height:320rpx;" wx:for="{{item.list}}" wx:key="index" wx:for-item="videoItem"></video>
  4. </view>
  5. </template>