xiaoyong931011
2020-12-02 ea13b1e852c2cb745f47030c5403473299cf51d8
20201202
2 files modified
4 ■■■■ changed files
src/main/resources/templates/febs/views/modules/member/member.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/member/memberDetailInfo.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/member/member.html
@@ -124,7 +124,7 @@
                                return '<a lay-event="examine" shiro:hasPermission="user:update">'+d.inviteId+'</a>'
                            }, minWidth: 80,align:'center'},
                    {field: 'usdtBalance', title: 'USDT余额', minWidth: 80,align:'center'},
                    {field: 'rocBalance', title: 'ROC余额', minWidth: 80,align:'center'},
                    {field: 'rocBalance', title: 'SER余额', minWidth: 80,align:'center'},
                    // {field: 'accountType', title: '账号类型',
                    //     templet: function (d) {
                    //         if (d.accountType === 2) {
src/main/resources/templates/febs/views/modules/member/memberDetailInfo.html
@@ -27,7 +27,7 @@
            </div>
        </div>
        <div class="layui-form-item">
            <label class="layui-form-label febs-form-item-require">ROC余额:</label>
            <label class="layui-form-label febs-form-item-require">SER余额:</label>
            <div class="layui-input-block">
                <input type="text" name="walletCoinNumRoc" minlength="4" maxlength="10" data-th-id="${member.walletCoinNumRoc}"
                       lay-verify="range|walletCoinNumRoc" autocomplete="off" class="layui-input" readonly>