修复h5一进来是未解锁剧集时选集等信息不出现问题

This commit is contained in:
2025-01-13 14:33:04 +08:00
parent 8728844446
commit adf4fcfcfc
3 changed files with 37 additions and 12 deletions

View File

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