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