From 81b4f1eea0dde365ae8eff545c53ff76c26f3d40 Mon Sep 17 00:00:00 2001 From: zhaofengliang Date: Tue, 3 Dec 2024 19:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E9=9F=B3=E9=A2=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E7=A4=BA=E4=BE=8B=EF=BC=9A=E6=9A=82=E6=97=B6=E7=A7=BB?= =?UTF-8?q?=E9=99=A4onSeeking=E5=92=8ConSeeked=E7=9B=91=E5=90=AC=E5=9B=9E?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../get-background-audio-manager.uvue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/API/get-background-audio-manager/get-background-audio-manager.uvue b/pages/API/get-background-audio-manager/get-background-audio-manager.uvue index 8764611e..94950be1 100644 --- a/pages/API/get-background-audio-manager/get-background-audio-manager.uvue +++ b/pages/API/get-background-audio-manager/get-background-audio-manager.uvue @@ -97,12 +97,12 @@ this.bgAudioMannager!.src = this.dataUrl; this.bgAudioMannager?.play() }) - bgAudioMannager.onSeeking(() => { - console.log('音频进行 seek 操作事件'); - }) - bgAudioMannager.onSeeked(() => { - console.log('音频完成 seek 操作事件'); - }) + // bgAudioMannager.onSeeking(() => { + // console.log('音频进行 seek 操作事件'); + // }) + // bgAudioMannager.onSeeked(() => { + // console.log('音频完成 seek 操作事件'); + // }) bgAudioMannager.onWaiting(() => { console.log('音频加载中事件'); }) -- GitLab