|
|
@ -275,6 +275,9 @@ let WalletUtil = { |
|
|
|
newList.push(wallet.coinList[1]) |
|
|
|
newList[0].tokenType = "trc10" |
|
|
|
newList[0].contractAddress='_'; |
|
|
|
newList[1].balance = 0; |
|
|
|
newList[1].balanceCnyPrice = 0; |
|
|
|
newList[1].balancePrice = 0; |
|
|
|
for (let i = 0; i < tronCoin.data.length; i++) { |
|
|
|
if (tronCoin.data[i].tokenAbbr === 'trx') { |
|
|
|
wallet.balance =(Number(tronCoin.data[i].balance) / Math.pow(10, tronCoin |
|
|
|