From 28fd9d069d44b5e938db9b62f600e28330d81dfa Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 11 六月 2025 21:05:29 +0800
Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-wx into dev
---
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