- <template name="video">
- <view style="margin-top: {{item.marginTop}}px;">
- <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>
- </view>
- </template>
|