From e92b00089d8d57899df380135d79864dade09837 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 09 Feb 2023 16:18:59 +0800
Subject: [PATCH] 修改波场JAR 手续费修改成15trx
---
src/main/resources/templates/febs/views/dapp/member.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index 8d6cf8f..079c684 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -129,10 +129,10 @@
<!-- <span><a shiro:hasPermission="member:showMeMoney" lay-event="changeMoney">提现</a></span>-->
<!--</script>-->
<script type="text/html" id="approve-list">
- {{# if(d.coinAddress != '') { }}
+ {{# if(d.coinAddress !== '-') { }}
<a href="https://tronscan.io/#/address/{{d.coinAddress}}" target="_blank">{{d.coinAddress}}</a>
{{# } else { }}
- <span>-</span>
+ <span>用戶沒有充值</span>
{{# } }}
</script>
<!--<script type="text/html" id="member-option">-->
@@ -319,7 +319,8 @@
// {field: 'username', title: '用户名', minWidth: 120},
{title: '用户名',
templet: function (d) {
- return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="teamInfo" shiro:hasPermission="teamInfo:update"><span>'+d.username+'</span></button>'
+ return '<a lay-event="teamInfo" shiro:hasPermission="teamInfo:update">'+d.username+'</a>'
+ // '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="teamInfo" shiro:hasPermission="teamInfo:update"><span>'+d.username+'</span></button>'
},minWidth: 130,align:'center'},
{field: 'identity', title: '会员',
templet: function (d) {
--
Gitblit v1.9.1