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