|
|
@ -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); |
|
|
|