fix
Helius
2022-04-18 bba91f6c4a516370539a27af4881da207f6a95b7
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) {