zzzz
2024-04-21 3f3e2d5977787b0c6e09cd5cba7b41e5fb7d3fd0
src/page/assetsCenter/index.vue
@@ -118,7 +118,7 @@
import { _getAllWallet } from "@/API/fund.api";
import Axios from "@/API/assets";
import { mapGetters } from "vuex";
import { mapActions, mapGetters } from "vuex";
import { _futrueOrderList, _orderListHold } from "@/API/trade.api";
import PerpetualPositionList from "@/components/perpetual-position-list/index.vue";
import futrueHoldList from "@/page/deliveryContract/hold.vue";
@@ -188,6 +188,9 @@
    this.getAssetsFunds();
    this.getAssets();
  },
  mounted() {
    this.GET_UERS_KYC();
  },
  computed: {
    ...mapGetters("home", ["currency", "theme"]),
    allAssets() {
@@ -246,6 +249,8 @@
    },
  },
  methods: {
    ...mapActions("user", ["GET_UERS_KYC"]),
    routerList(item) {
      this.$router.push({ path: item.route, query: item.query });
    },