Showing
2 changed files
with
11 additions
and
0 deletions
| 1 | <template> | 1 | <template> |
| 2 | <div class="video-wrapper"> | 2 | <div class="video-wrapper"> |
| 3 | <div class="video-div" :id="'mui-player-' + item.id"></div> | 3 | <div class="video-div" :id="'mui-player-' + item.id"></div> |
| 4 | + <div class="normal-module"> | ||
| 4 | <div class="video-bar"> | 5 | <div class="video-bar"> |
| 5 | <van-row> | 6 | <van-row> |
| 6 | <van-col span="12" @click="goTo"> | 7 | <van-col span="12" @click="goTo"> |
| ... | @@ -26,9 +27,16 @@ | ... | @@ -26,9 +27,16 @@ |
| 26 | <div @click="goTo" style="color: #999999; padding: 0px 1rem 0.5rem;">{{ item.kg_name }} | {{ item.localism_type }} | 27 | <div @click="goTo" style="color: #999999; padding: 0px 1rem 0.5rem;">{{ item.kg_name }} | {{ item.localism_type }} |
| 27 | </div> | 28 | </div> |
| 28 | </div> | 29 | </div> |
| 30 | + <div class="audit-module"> | ||
| 31 | + | ||
| 32 | + </div> | ||
| 33 | + </div> | ||
| 29 | </template> | 34 | </template> |
| 30 | 35 | ||
| 31 | <script setup> | 36 | <script setup> |
| 37 | +/** | ||
| 38 | + * 视频组件通用模块 | ||
| 39 | + */ | ||
| 32 | import icon_dianzan1 from '@images/icon-dianzan01@2x.png' | 40 | import icon_dianzan1 from '@images/icon-dianzan01@2x.png' |
| 33 | import icon_dianzan2 from '@images/icon-dianzan02@2x.png' | 41 | import icon_dianzan2 from '@images/icon-dianzan02@2x.png' |
| 34 | import icon_liuyan from '@images/icon-liuyan@2x.png' | 42 | import icon_liuyan from '@images/icon-liuyan@2x.png' | ... | ... |
| ... | @@ -34,6 +34,9 @@ | ... | @@ -34,6 +34,9 @@ |
| 34 | </template> | 34 | </template> |
| 35 | 35 | ||
| 36 | <script setup> | 36 | <script setup> |
| 37 | +/** | ||
| 38 | + * 该组件是放在作品详情页头部 | ||
| 39 | + */ | ||
| 37 | import icon_dianzan1 from '@images/icon-dianzan01@2x.png' | 40 | import icon_dianzan1 from '@images/icon-dianzan01@2x.png' |
| 38 | import icon_dianzan2 from '@images/icon-dianzan02@2x.png' | 41 | import icon_dianzan2 from '@images/icon-dianzan02@2x.png' |
| 39 | import icon_shoucang1 from '@images/icon-shoucang01@2x.png' | 42 | import icon_shoucang1 from '@images/icon-shoucang01@2x.png' | ... | ... |
-
Please register or login to post a comment