16 lines
689 B
Plaintext
16 lines
689 B
Plaintext
<!--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> |