| | |
| | | |
| | | <script> |
| | | import { Popup, ActionSheet, Toast, Dialog } from "vant" |
| | | import Axios from "@/API/recharge.js" |
| | | import AxiosWithdraw from "@/API/withdraw.js" |
| | | import Axios from "@/service/recharge.js" |
| | | import AxiosWithdraw from "@/service/withdraw.js" |
| | | import assetsHead from "@/components/assets-head"; |
| | | import BarScan from '@/components/scan/scan.vue'; |
| | | import { _getAllWallet } from "@/API/fund.api"; |
| | | import AxiosUser from "@/API/userCenter"; |
| | | import { _getAllWallet } from "@/service/fund.api"; |
| | | import AxiosUser from "@/service/userCenter"; |
| | | import { mapGetters } from "vuex"; |
| | | export default { |
| | | name: "withdrawPage", |