1
jhzh
2025-04-01 41876fd45a33289d23fe435ea9ca8a92a91ebc15
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('账户'),
@@ -118,6 +115,7 @@
            }
            await getwalletGrther(data).then((res) => {
               console.log(res);
               this.usdcMoney = err.data
            }).catch((err)=>{
               console.log(err);
               this.usdcMoney = err.data
@@ -184,6 +182,7 @@
         async getwallet() {
            await walletGrther().then((data) => {
               console.log(data.id);
               this.usdcMoney = err.usdtMoney
            }).catch((err)=>{
               console.log(err.id);
               this.usdcMoney = err.usdtMoney