From 2d824e3fd91927fd02ef0d8b4a7dae35c69fc52e Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Tue, 30 Apr 2024 16:02:25 +0800
Subject: [PATCH] first

---
 src/store/modules/home.store.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/home.store.js b/src/store/modules/home.store.js
index 2e708e9..41ea465 100644
--- a/src/store/modules/home.store.js
+++ b/src/store/modules/home.store.js
@@ -61,6 +61,7 @@
           hots.push(item.symbol);
         }
       });
+      console.log(arr, "===");
       state.coinArr = arr;
       state.hotArr = hots;
     },

--
Gitblit v1.9.3