This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/components/diy/video/video.wxml
2020-04-25 22:59:04 +08:00

4 lines
278 B
Plaintext

<!-- 视频组 -->
<view class="diy-video" style="padding: {{ itemStyle.paddingTop }}px 0;">
<video class="video" style="height: {{ itemStyle.height }}px;" src="{{ params.videoUrl }}" poster="{{ params.poster }}" autoplay="{{ params.autoplay == 1 }}" controls></video>
</view>