From 2571b833ac19340084f07ac2ccd76b242ee3d4f0 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 11 六月 2025 22:34:41 +0800
Subject: [PATCH] 分类多级联动

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