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/index/home.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/pages/tabbar/index/home.vue b/pages/tabbar/index/home.vue
index 9ba0f38..56e7996 100644
--- a/pages/tabbar/index/home.vue
+++ b/pages/tabbar/index/home.vue
@@ -54,9 +54,6 @@
<view class="progress-fill" :style="{ width: progress + '%' }"></view>
</view>
</view>
-
-
-
</view>
<!-- 鎮寕鍟嗗搧閾炬帴灞� -->
@@ -375,7 +372,7 @@
const videoId = this.commentForm.videoId;
this.commentForm = { // 璇勮琛ㄥ崟鏁版嵁
id: '',
- videoId: '',
+ videoId: videoId,
commentContent: '',
replyId: '',
replyUserId: '',
--
Gitblit v1.8.0