视频播放列表更新,增加分享海报生成
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user