优化-增加选集弹窗将当前滚动到弹窗中间位置

This commit is contained in:
2025-01-14 17:20:16 +08:00
parent 1167ff6513
commit 9d62cfb410
2 changed files with 89 additions and 25 deletions

View File

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