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.
26 lines
1.0 KiB
26 lines
1.0 KiB
<!-- https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/extended/component-plus/video-swiper.html --> |
|
<view class="page"> |
|
<mp-video-swiper class="swiper" video-list="{{videoList}}"></mp-video-swiper> |
|
<view class="page-footer"> |
|
<view class="title">你关心的基因治疗一个视频帮您介绍清楚</view> |
|
<view class="container"> |
|
<view class="user"> |
|
<image |
|
class="avatar" |
|
src="https://pic1.zhimg.com/50/v2-8cfef5f9ea7d15963af2277c6814f152_720w.jpg?source=2c26e567" |
|
></image> |
|
<view class="name">基因知识库</view> |
|
</view> |
|
<view class="options"> |
|
<view class="o-item"> |
|
<image class="icon" src="{{imageUrl}}icon9.png?t={{Timestamp}}"></image> |
|
<view class="num">12</view> |
|
</view> |
|
<view class="o-item"> |
|
<image class="icon" src="{{imageUrl}}icon10.png?t={{Timestamp}}"></image> |
|
<view class="num">12</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view>
|
|
|