From be54a44884517beddf4eb88fa81763ab14e8757f Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 04 Sep 2024 22:45:24 +0800
Subject: [PATCH] 9.4问题处理

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

diff --git a/src/store/modules/home.store.js b/src/store/modules/home.store.js
index 41ea465..a90650e 100644
--- a/src/store/modules/home.store.js
+++ b/src/store/modules/home.store.js
@@ -83,9 +83,9 @@
     async NEW_CION_LIST({ commit, state }) {
       // 获取配置的币种
 
-      const list = await itemlist().catch((err) => {
-        Promise.reject(err);
-      });
+      // const list = await itemlist().catch((err) => {
+      //   Promise.reject(err);
+      // });
 
       commit("SET_NEW_CION_LIST", list); // 拆分的单个数据
       Promise.resolve(list);

--
Gitblit v1.9.3