From 50bd5817ae2cbaf272b496402226d71a5700ffc7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 07 Jul 2020 22:18:30 +0800
Subject: [PATCH] 20200707   代码提交

---
 src/main/resources/templates/febs/views/modules/member/member.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/member/member.html b/src/main/resources/templates/febs/views/modules/member/member.html
index b6c9071..ebb9b7b 100644
--- a/src/main/resources/templates/febs/views/modules/member/member.html
+++ b/src/main/resources/templates/febs/views/modules/member/member.html
@@ -163,7 +163,7 @@
                             	+'<i class="layui-icon febs-edit-area febs-blue">&#xe7a5;</i></a>'
                             	+'<a lay-event="addCoin" shiro:hasPermission="user:update">拨币</a>'
                             }else {
-                                return +'<a lay-event="addCoin" shiro:hasPermission="user:update">拨币</a>'
+                                return '<a lay-event="addCoin" shiro:hasPermission="user:update">拨币</a>'
                             }
                         },minWidth: 200,align:'center'}
                 ]]

--
Gitblit v1.9.1