feat(WechatSmallProject): 新增 微信小程序 课程(包含实验1-4)
This commit is contained in:
16
WechatSmallProject/test2/pages/demo2/video/video.wxml
Normal file
16
WechatSmallProject/test2/pages/demo2/video/video.wxml
Normal file
@@ -0,0 +1,16 @@
|
||||
<!--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>
|
||||
Reference in New Issue
Block a user