1
jhzh
2025-04-01 41876fd45a33289d23fe435ea9ca8a92a91ebc15
src/page/transfer.vue
@@ -81,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('账户'),
@@ -115,6 +115,7 @@
            }
            await getwalletGrther(data).then((res) => {
               console.log(res);
               this.usdcMoney = err.data
            }).catch((err)=>{
               console.log(err);
               this.usdcMoney = err.data
@@ -181,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