From 05a18b27be6ecfbbc080388f92c0d1857eeffb94 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 13 Dec 2022 17:32:23 +0800
Subject: [PATCH] 20221213转币
---
src/main/resources/templates/febs/views/dapp/member.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index f64ee09..48e75f2 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -261,7 +261,8 @@
templet: function (d) {
return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="teamInfo" shiro:hasPermission="teamInfo:view"><span>'+d.accountType+'</span></button>'
},minWidth: 130,align:'center', totalRowText: '合计'},
- {title: '地址', templet: '#approve-list', minWidth: 400},
+ // {title: '地址', templet: '#approve-list', minWidth: 400},
+ {field: 'address', title: '地址', minWidth: 400},
{field: 'chainType', title: '所属链', minWidth: 130},
{field: 'activeStatus', title: '加入动能',
templet: function (d) {
@@ -273,7 +274,7 @@
}, minWidth: 80,align:'center'},
{field: 'directProfit', title: '直推收益', minWidth: 100, totalRow: true},
{field: 'levelProfit', title: '层级收益', minWidth: 100, totalRow: true},
- {field: 'luckyProfit', title: '动能收益', minWidth: 100, totalRow: true},
+ {field: 'luckyProfit', title: '出局收益', minWidth: 100, totalRow: true},
{field: 'inviteId', title: '邀请码', minWidth: 100},
{field: 'refererId', title: '上级邀请码', minWidth: 100},
{field: 'createTime', title: '创建时间', minWidth: 180}
--
Gitblit v1.9.1