You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<!--pages/video/video.wxml-->
|
|
|
|
|
<view class="video">
|
|
|
|
|
<view class="video-title">标题:海边随拍</view>
|
|
|
|
|
<view class="video-time">拍摄日期:2022-01-01</view>
|
|
|
|
|
<video src="http://localhost:3000/01.mp4" objectFit="fill"></video>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="video">
|
|
|
|
|
<view class="video-title">标题:勿忘初心</view>
|
|
|
|
|
<view class="video-time">拍摄日期:2022-01-10</view>
|
|
|
|
|
<video src="http://localhost:3000/02.mp4" objectFit="fill"></video>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="video">
|
|
|
|
|
<view class="video-title">标题:十年之约</view>
|
|
|
|
|
<view class="video-time">拍摄日期:2022-01-20</view>
|
|
|
|
|
<video src="http://localhost:3000/03.mp4" objectFit="fill"></video>
|
|
|
|
|
</view>
|