播放器

This commit is contained in:
@fawn-nine
2024-08-12 16:53:44 +08:00
parent 6c64c27a5a
commit 80bef54e47
4 changed files with 23 additions and 17 deletions

View File

@@ -6,8 +6,8 @@
scroll-x="true"
class="detail_title video_box"
style="background-color: #fff"
>
>
<view
v-for="(v, i) in dataList"
:class="`video_item ${currentVideo&&currentVideo.id == v.id ? 'hot' : ''}`"
@@ -35,6 +35,9 @@ export default {
},
onLoad(options) {},
onHide() {},
mounted() {
console.log('currentVideo播放列表收到的--',this.currentVideo)
},
computed: {
...mapState(["userInfo"]),
},