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