From 898e2ec32f25a1c22614b5d6510f6a8fb6fcfd65 Mon Sep 17 00:00:00 2001 From: vee <897831508@qq.com> Date: Sat, 13 Nov 2021 21:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=B1=E5=8C=85=E5=B7=A5=E5=85=B7=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/WalletUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/WalletUtil.js b/utils/WalletUtil.js index 593356f..5b86f41 100644 --- a/utils/WalletUtil.js +++ b/utils/WalletUtil.js @@ -209,7 +209,7 @@ console.log(password,'password') TronUtil.getTronBalance(wallet.address).then((res) => { wallet.balance=res; wallet.coinList[0].balance=res - TronUtil.getContract('TWgEuYRuXgwfDbcfzZsteu5w5dq1nFR35w',wallet.coinList,function(list){ + TronUtil.getContract(wallet.address,wallet.coinList,function(list){ wallet.coinList=list; console.log(wallet.coinList) uni.setStorageSync('wallet', wallet);