zzzz
2024-04-21 05b2cd59596baebaebe1773c4ca3ba45deacf2e8
src/store/modules/home.store.js
@@ -61,6 +61,7 @@
          hots.push(item.symbol);
        }
      });
      console.log(arr, "===");
      state.coinArr = arr;
      state.hotArr = hots;
    },