fix
Helius
2022-03-29 75c8a2c15eaafd35cc90dafeac9f30c469d13c13
fix
4 files modified
14 ■■■■ changed files
src/main/resources/templates/febs/views/dapp/member-transter.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/dapp/member-wallet-coin.html 6 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/dapp/member-wallet-mine.html 4 ●●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/dapp/member-withdraw.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/dapp/member-transter.html
@@ -95,7 +95,7 @@
                url: ctx + 'member/transferList',
                cols: [[
                    {field: 'address', title: '地址', minWidth: 130},
                    {field: 'amount', title: '金额', minWidth: 130},
                    {field: 'amount', title: '金额(USDT)', minWidth: 130},
                    {field: 'hash', title: '交易hash', minWidth: 180},
                    {field: 'createTime', title: '创建时间', minWidth: 130},
                    {title: '操作', toolbar: '#transfer-option', minWidth: 140}
src/main/resources/templates/febs/views/dapp/member-wallet-coin.html
@@ -87,9 +87,9 @@
                url: ctx + 'wallet/walletCoin',
                cols: [[
                    {field: 'address', title: '地址', minWidth: 130},
                    {field: 'availableAmount', title: '可用金额', minWidth: 130},
                    {field: 'frozenAmount', title: '冻结金额', minWidth: 130},
                    {field: 'totalAmount', title: '总金额', minWidth: 180}
                    {field: 'availableAmount', title: '可用金额(USDT)', minWidth: 130},
                    {field: 'frozenAmount', title: '冻结金额(USDT)', minWidth: 130},
                    {field: 'totalAmount', title: '总金额(USDT)', minWidth: 180}
                ]]
            });
        }
src/main/resources/templates/febs/views/dapp/member-wallet-mine.html
@@ -87,8 +87,8 @@
                url: ctx + 'wallet/walletMine',
                cols: [[
                    {field: 'address', title: '地址', minWidth: 130},
                    {field: 'availableAmount', title: '剩余产量', minWidth: 130},
                    {field: 'totalAmount', title: '总产量', minWidth: 180}
                    {field: 'availableAmount', title: '剩余产量(ETH)', minWidth: 130},
                    {field: 'totalAmount', title: '总产量(ETH)', minWidth: 180}
                ]]
            });
        }
src/main/resources/templates/febs/views/dapp/member-withdraw.html
@@ -152,7 +152,7 @@
                cols: [[
                    {field: 'address', title: '地址', minWidth: 130},
                    {field: 'createTime', title: '创建时间', minWidth: 180},
                    {field: 'amount', title: '提现金额', minWidth: 130},
                    {field: 'amount', title: '提现金额(USDT)', minWidth: 130},
                    {title: '提现状态', templet: '#withdraw-status'},
                    {field: 'fee', title: '手续费', minWidth: 130},
                    {title: '操作', toolbar: '#withdraw-option', minWidth: 200}