视频播放列表更新,增加分享海报生成

This commit is contained in:
2025-01-10 18:24:40 +08:00
parent df3bc23cfc
commit 4a141878f2
34 changed files with 3399 additions and 1752 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="min-page " :style="comStyle">
<view class="min-page " >
<!-- <up-button @click="toDetail">toDetail</up-button> -->
<my-video-list isCommand isTabbar v-if="state.list.length" @swiperChange="swiperChange" :list="state.list" @update="update"
:info="state"
@@ -25,14 +25,6 @@
slice
} from 'lodash'
let height = ref(0)
const sysInfo = uni.getSystemInfoSync()
height.value = sysInfo.screenHeight - 50
const comStyle = computed(() => {
return {
// height: height.value + 'px'
}
})
function toDetail() {
uni.navigateTo({
@@ -92,6 +84,7 @@
/* #endif */
background-color: #000;
overflow: hidden;
flex: 1;
}
.u-popup {