123
dcc
2024-06-28 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed
src/store/modules/home.store.js
@@ -44,7 +44,7 @@
    },
    SET_NEW_CION_LIST(state, currency) {
      const arr = [];
      currency.map((item) => {
      currency?.map((item) => {
        arr.push(item.tokenCode);
      });
@@ -61,6 +61,7 @@
          hots.push(item.symbol);
        }
      });
      console.log(arr, "===");
      state.coinArr = arr;
      state.hotArr = hots;
    },