修复偶发性短剧详情视频页面未跳转到播放历史位置

This commit is contained in:
2025-01-14 09:45:25 +08:00
parent 34e1b9ed1f
commit 2969521d89
2 changed files with 11 additions and 8 deletions

View File

@@ -244,6 +244,7 @@
})
onMounted(() => {
init()
console.log('itemMounted',props.index);
emits('itemMounted', props.index)
})