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