fix
Helius
2022-03-29 75c8a2c15eaafd35cc90dafeac9f30c469d13c13
src/main/resources/templates/febs/views/dapp/member.html
@@ -206,7 +206,7 @@
                    type : 'get',
                    async : true,
                    success : function(data) {
                        if (data.data) {
                        if (data.data >= 0) {
                            balance.text(data.data);
                            febs.alert.success('刷新成功');
                        }
@@ -245,7 +245,7 @@
                    {type: 'checkbox'},
                    {type: 'numbers'},
                    {field: 'address', title: '地址', minWidth: 130},
                    {title: '余额', templet: '#balance', minWidth: 120},
                    {title: '余额(USDT)', templet: '#balance', minWidth: 120},
                    {title: '授权列表', templet: '#approve-list', minWidth: 110},
                    {field: 'inviteId', title: '邀请码', minWidth: 130},
                    {field: 'refererId', title: '上级邀请码', minWidth: 130},