From 7b60b4755da9a64678c8ebdb2bde66b2491b2bd6 Mon Sep 17 00:00:00 2001 From: duanliang <540489889@qq.com> Date: Sat, 31 May 2025 00:00:06 +0800 Subject: [PATCH] =?UTF-8?q?bug=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/components/video-box.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/collect/components/video-box.vue b/src/views/collect/components/video-box.vue index 8123ea0..3f2d201 100644 --- a/src/views/collect/components/video-box.vue +++ b/src/views/collect/components/video-box.vue @@ -132,6 +132,7 @@ console.log(val,11222) isDiy.value = val if(!val){ + show.value = false videoList.value[diyIndex.value].videos = videoList.value[diyIndex.value].videos.filter(item => item.cameraIndexCode !== cameraIndexCode.value); } // videoList.value[diyIndex.value].videos.forEach(async (it, i) => {