Files
Course/WechatSmallProject/test2/pages/demo2/video/video.wxml

16 lines
689 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--pages/demo2/video/video.wxml-->
<view class="video">
<view class="video-title">标题:海边随拍</view>
<view class="videro-time">拍摄日期2022-01-01</view>
<video src="http://localhost:3000/01.mp4" object-fit="fill"></video>
</view>
<view class="video">
<view class="video-title">标题:勿忘初心</view>
<view class="videro-time">拍摄日期2022-01-10</view>
<video src="http://localhost:3000/02.mp4" object-fit="fill"></video>
</view>
<view class="video">
<view class="video-title">标题:十年之约</view>
<view class="videro-time">拍摄日期2022-01-20</view>
<video src="http://localhost:3000/03.mp4" object-fit="fill"></video>
</view>