1
jhzh
2025-04-01 4d2ee4be461972f828b71fd7753f472297c44fb6
src/page/transfer.vue
@@ -53,13 +53,10 @@
   import assetsHead from "@/components/assets-head";
   import ListAccount from "@/components/mining-account";
   import {
      _initExchange,
      _exchange,
      walletGrther,
      walletGrthertransfer,
      getwalletGrther
   } from "@/API/fund.api";
   // import walletGrther from "@/API/fund.api";
   import {
      Popup
   } from "vant";
@@ -84,7 +81,7 @@
            fromTo:1,
            typeindex:0,
            amount:'',
            bzlist:['USDT','BTC','ETH','USDC'],
            bzlist:['USDT','BTC','ETH'],
            usdcMoney:'',
            toptitle:this.$t('资金')+this.$t('账户'),
            buttitle:this.$t('交易')+this.$t('账户'),