From bcad13ae0fc7bc055a86de27096bb901a6a0f67d Mon Sep 17 00:00:00 2001
From: huzheng12 <52150713+huzheng12@users.noreply.github.com>
Date: Mon, 06 May 2024 00:22:40 +0800
Subject: [PATCH] first commit
---
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