From 3890e4defb6ec0803d3546fb913806aea87cd25b Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Tue, 01 Dec 2020 17:30:51 +0800 Subject: [PATCH] 202011201 --- src/main/resources/templates/febs/views/modules/member/withdrawCoin.html | 1 + src/main/resources/templates/febs/views/layout.html | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/layout.html b/src/main/resources/templates/febs/views/layout.html index 387bb36..67ab18f 100644 --- a/src/main/resources/templates/febs/views/layout.html +++ b/src/main/resources/templates/febs/views/layout.html @@ -63,7 +63,7 @@ <div class="layui-side-scroll"> <div class="layui-logo" style="cursor: pointer"> <img data-th-src="@{febs/images/logo.png}"> - <span>GoldenFlame 管理系统</span> + <span>Moko 管理系统</span> </div> <script type="text/html" diff --git a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html index 1847ca1..04b709c 100644 --- a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html +++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html @@ -63,6 +63,7 @@ <!-- <span class="layui-badge-dot febs-bg-orange"></span> 无权限--> <!-- </span>--> <a lay-event="confirm" shiro:hasPermission="coin:check" >确认</a> + <i class="layui-icon febs-edit-area febs-blue"></i> <a lay-event="cancel" shiro:hasPermission="coin:check" >拒绝</a> </script> -- Gitblit v1.9.1