hookehuyr

fix

......@@ -260,7 +260,6 @@ const handleAudioPlay = (item, index) => {
const scrollToId = (index) => { // 滚动到指定元素
nextTick(() => {
const element = document.getElementById(index);
console.warn(element);
if (element) {
element.scrollIntoView({ behavior: "smooth", block: "start" });
}
......