dcc
2024-06-29 e5108083cff1cb9b4df2de3fb845be56ea1622d4
src/store/modules/home.store.js
@@ -61,6 +61,7 @@
          hots.push(item.symbol);
        }
      });
      console.log(arr, "===");
      state.coinArr = arr;
      state.hotArr = hots;
    },