From a9ebec0cc0bf5a21cc0a90586ea4fa2a93fb9696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kaizheng=28=E9=83=91=E5=87=AF=29?= Date: Mon, 10 Mar 2025 19:19:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E9=99=A4debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/useContinuousClickLive.js | 1 - src/views/VideoPlay/hComponents/TgInteract.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/hooks/useContinuousClickLive.js b/src/hooks/useContinuousClickLive.js index 529fc67..736c798 100644 --- a/src/hooks/useContinuousClickLive.js +++ b/src/hooks/useContinuousClickLive.js @@ -10,7 +10,6 @@ export default function useContinuousClickLive() { likeBox.appendChild(d) ;((d) => { d.addEventListener("animationend", () => { - debugger if (likeBox.contains(d)) { likeBox.removeChild(d) } diff --git a/src/views/VideoPlay/hComponents/TgInteract.vue b/src/views/VideoPlay/hComponents/TgInteract.vue index f1ddb73..ab91f4a 100644 --- a/src/views/VideoPlay/hComponents/TgInteract.vue +++ b/src/views/VideoPlay/hComponents/TgInteract.vue @@ -340,7 +340,6 @@ let sendLiveTime = null const addContinuousClickLive = useContinuousClickLive() console.log(addContinuousClickLive) const dblclickLive = () => { - debugger // const img = document.createElement("img") // img.setAttribute("src", liveIcon[liveIndex % 4]) // img.setAttribute("class", "live-icon")