From 73b874c72ad55eb9eef21c36160ac0de58f0189e Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 10:30:43 +0800
Subject: [PATCH] δΌ˜εŒ–εη‰‡

---
 shop_vue/src/views/product/comment/detail.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/shop_vue/src/views/product/comment/detail.vue b/shop_vue/src/views/product/comment/detail.vue
index f41a139..73e4903 100644
--- a/shop_vue/src/views/product/comment/detail.vue
+++ b/shop_vue/src/views/product/comment/detail.vue
@@ -107,7 +107,7 @@
         true
       )
         .then(data => {
-          self.loading = false;
+          self.loading = true;
           self.form = data.data.data;
           self.path = data.data.data.product.image[0].file_path;
           self.comment_id = data.data.data.comment_id;

--
Gitblit v1.9.2