From 5264c0165e3dbdeec367081ea68e18bffc4bd060 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Mon, 29 Aug 2022 16:17:25 +0800 Subject: [PATCH] fix --- src/main/resources/templates/febs/views/dapp/member-wallet-mine.html | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/febs/views/dapp/member-wallet-mine.html b/src/main/resources/templates/febs/views/dapp/member-wallet-mine.html index de62005..4f7183a 100644 --- a/src/main/resources/templates/febs/views/dapp/member-wallet-mine.html +++ b/src/main/resources/templates/febs/views/dapp/member-wallet-mine.html @@ -1,4 +1,4 @@ -<div class="layui-fluid layui-anim febs-anim" id="febs-walletMine" lay-title="ETH钱包"> +<div class="layui-fluid layui-anim febs-anim" id="febs-walletMine" lay-title="LAB钱包"> <div class="layui-row febs-container"> <div class="layui-col-md12"> <div class="layui-card"> @@ -87,9 +87,8 @@ url: ctx + 'wallet/walletMine', cols: [[ {field: 'address', title: '地址', minWidth: 130}, - {field: 'availableAmount', title: '可用金额', minWidth: 130}, - {field: 'frozenAmount', title: '冻结金额', minWidth: 130}, - {field: 'totalAmount', title: '总金额', minWidth: 180} + {field: 'availableAmount', title: '剩余产量(LAB)', minWidth: 130}, + {field: 'totalAmount', title: '总产量(LAB)', minWidth: 180} ]] }); } -- Gitblit v1.9.1