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) => {