Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-07 18:19:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1a3f229a47d8531ac448128bc35d5906436e9cba
1a3f229a
1 parent
204570ae
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
src/components/VideoCard/index.vue
src/components/VideoDetail/index.vue
src/components/VideoCard/index.vue
View file @
1a3f229
<template>
<div class="video-wrapper">
<div class="video-div" :id="'mui-player-' + item.id"></div>
<div class="normal-module">
<div class="video-bar">
<van-row>
<van-col span="12" @click="goTo">
...
...
@@ -26,9 +27,16 @@
<div @click="goTo" style="color: #999999; padding: 0px 1rem 0.5rem;">{{ item.kg_name }} | {{ item.localism_type }}
</div>
</div>
<div class="audit-module">
</div>
</div>
</template>
<script setup>
/**
* 视频组件通用模块
*/
import icon_dianzan1 from '@images/icon-dianzan01@2x.png'
import icon_dianzan2 from '@images/icon-dianzan02@2x.png'
import icon_liuyan from '@images/icon-liuyan@2x.png'
...
...
src/components/VideoDetail/index.vue
View file @
1a3f229
...
...
@@ -34,6 +34,9 @@
</template>
<script setup>
/**
* 该组件是放在作品详情页头部
*/
import icon_dianzan1 from '@images/icon-dianzan01@2x.png'
import icon_dianzan2 from '@images/icon-dianzan02@2x.png'
import icon_shoucang1 from '@images/icon-shoucang01@2x.png'
...
...
Please
register
or
login
to post a comment