| | |
| | | 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"; |
| | |
| | | this.getAssetsFunds(); |
| | | this.getAssets(); |
| | | }, |
| | | mounted() { |
| | | this.GET_UERS_KYC(); |
| | | }, |
| | | computed: { |
| | | ...mapGetters("home", ["currency", "theme"]), |
| | | allAssets() { |
| | |
| | | }, |
| | | }, |
| | | methods: { |
| | | ...mapActions("user", ["GET_UERS_KYC"]), |
| | | |
| | | routerList(item) { |
| | | this.$router.push({ path: item.route, query: item.query }); |
| | | }, |