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")