src/main/resources/templates/febs/views/dapp/member.html
@@ -202,7 +202,7 @@ var balance = $(obj.tr).find("[name='balance']"); if (layEvent === 'freshBalance') { $.ajax({ url : ctx + 'member/getBalanceByAddress/' + obj.data.address, url : ctx + 'member/getBalanceByAddress/' + data.chainType + "/" + obj.data.address, type : 'get', async : true, success : function(data) {