From 6a90fb6eaf888a8fb6913f7a03b95a6769ae15af Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 09 六月 2025 23:04:37 +0800 Subject: [PATCH] 连续评论bug --- pages/tabbar/video/video.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/pages/tabbar/video/video.vue b/pages/tabbar/video/video.vue index cc04f4e..18d38ae 100644 --- a/pages/tabbar/video/video.vue +++ b/pages/tabbar/video/video.vue @@ -207,6 +207,7 @@ formData: { id: '', title: '', + cover: '', videoFileKey: '', videoDuration: 0, videoFit: 'cover', @@ -519,6 +520,7 @@ id: '', title: '', videoFileKey: '', + cover: '', videoFit: 'cover', videoDuration: 0, goodsId: '', -- Gitblit v1.8.0