From 9edc15495bd962bed4585c13fc15d08b330f1e52 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sun, 21 Apr 2024 16:33:08 +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