4 lines
278 B
Plaintext
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>
|