wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f08c03eb6c31ea75d16ee1b10e0889e2181792ff
Authored by
前端开发-罗建龙
2023-05-29 14:54:04 +0800
1 parent
be049639
视频组件增加封面
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_video/diy_video.wxml
components/diy_video/diy_video.wxml
View file @
f08c03e
1
1
<view class="vd_view">
2
- <video class="vd_web"
src="{{videoUrl}}"></video>
2
+ <video class="vd_web"
poster="{{object.bgsrc}}"
src="{{videoUrl}}"></video>
3
3
</view>
4
4
\ No newline at end of file
...
...