feat:对接视频关注列表

This commit is contained in:
zjc
2025-02-25 18:10:54 +08:00
parent ee2cc5b94a
commit 5bdb5ea5c6

View File

@@ -56,7 +56,7 @@
const getVideoList = async () => { const getVideoList = async () => {
let res = await getVideoListApi({ let res = await getVideoListApi({
businessVideoDisplayPosition: '核心景区视频' isCollect: 1
}) })
list.value = res.data list.value = res.data
// nextTick(() => { // nextTick(() => {