From 491372c3bffec87342f9f7f5546e2e83d5645d67 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Sun, 04 Feb 2024 18:09:06 +0800 Subject: [PATCH] 确认收货更新用户的会员信息 --- src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html index edfb863..54ea3be 100644 --- a/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html +++ b/src/main/resources/templates/febs/views/modules/mallMember/mallMemberList.html @@ -139,9 +139,9 @@ <div class="layui-btn-container"> <!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" lay-event="exportMember">导出会员信息</button>--> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="addMember:update" lay-event="registMember">添加会员</button> - <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="balance">拨付动态NFT</button> + <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="balance">拨付动态卡牌</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="score">拨付代币可用</button> - <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="prizeScore">拨付令牌可用</button> + <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="mallSystemPay:update" lay-event="prizeScore">拨付宝石可用</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="resetPwd:update" lay-event="resetPwd">重置登录密码</button> <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="resetPwd:update" lay-event="resetPayPwd">重置支付密码</button> <!-- <button class="layui-btn layui-btn-normal layui-btn-sm" type="button" shiro:hasPermission="agentLevelSet:update" lay-event="agentLevel">设置代理等级</button>--> @@ -318,13 +318,13 @@ {field: 'accountLogin', title: '登录账户', minWidth: 150,align:'left'}, {field: 'inviteId', title: '邀请码', minWidth: 100,align:'left'}, {field: 'referrerName', title: '推荐人', minWidth: 100,align:'left'}, - {field: 'staticNft', title: '静态NFT', minWidth: 120,align:'left'}, - {field: 'trendsNft', title: '动态NFT', minWidth: 120,align:'left'}, - {field: 'frozenNft', title: '冻结NFT', minWidth: 120,align:'left'}, + {field: 'staticNft', title: '静态卡牌', minWidth: 120,align:'left'}, + {field: 'trendsNft', title: '动态卡牌', minWidth: 120,align:'left'}, + {field: 'frozenNft', title: '冻结卡牌', minWidth: 120,align:'left'}, {field: 'fcmCntAva', title: '代币可用', minWidth: 120,align:'left'}, {field: 'fcmCntFrozen', title: '代币冻结', minWidth: 120,align:'left'}, - {field: 'tokenAva', title: '门票可用', minWidth: 120,align:'left'}, - {field: 'tokenFrozen', title: '门票冻结', minWidth: 120,align:'left'}, + {field: 'tokenAva', title: '宝石可用', minWidth: 120,align:'left'}, + {field: 'tokenFrozen', title: '宝石冻结', minWidth: 120,align:'left'}, // {field: 'levelName', title: '会员类型', minWidth: 100,align:'left'}, // {field: 'storeMaster', title: '线下服务中心', templet:'#switchStoreMaster', minWidth: 120,align:'left',hide:toolbarMallmember}, // {field: 'director', title: '代理商', templet:'#switchDirector', minWidth: 120,align:'left' ,hide:toolbarMallmember}, @@ -428,7 +428,7 @@ febs.alert.warn('只能选择一个用户'); return; } - systemPay("动态NFT", checkData[0].id, 1); + systemPay("动态卡牌", checkData[0].id, 1); } if (layEvent === 'voucherUpdate') { @@ -467,7 +467,7 @@ febs.alert.warn('请选择一个用户'); return; } - systemPay("门票可用", checkData[0].id, 3); + systemPay("宝石可用", checkData[0].id, 3); } if (layEvent === 'agentLevel') { -- Gitblit v1.9.1