From 3a75981733f6f0e172635cf9ca95acf9eb05df81 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 02 Dec 2020 17:57:17 +0800
Subject: [PATCH] Merge branch 'outcenter-bak' of https://gitee.com/chonggaoxiao/new_excoin_manage.git into outcenter-bak

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

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..9d77789 100644
--- a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
+++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
@@ -181,7 +181,7 @@
                                 return '<span style="color:red;">拒绝</span>'
                             }
                         },minWidth: 100,align:'center'},
-                   {title: '操作', toolbar: '#user-option',templet: function (d) {
+                   {title: '操作',templet: function (d) {
                              if (d.status === 1) {
                              	return '<a lay-event="confirm" shiro:hasPermission="coin:check">确认</a>'
                            		+'<i class="layui-icon febs-edit-area febs-blue">&#xe7a4;</i>'

--
Gitblit v1.9.1