From 43be6d21545f25d72955e9d73cb93d8c5a0c9df7 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 16 Mar 2022 15:22:46 +0800
Subject: [PATCH] 20211201 fish
---
src/main/resources/templates/febs/views/modules/member/withdrawCoin.html | 4 ++--
1 files changed, 2 insertions(+), 2 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 5194fc1..d335d46 100644
--- a/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
+++ b/src/main/resources/templates/febs/views/modules/member/withdrawCoin.html
@@ -70,9 +70,9 @@
{{# if(d.status === 1) { }}
<a lay-event="confirm" shiro:hasPermission="coin:check">确认</a>
<a lay-event="cancel" shiro:hasPermission="coin:check">拒绝</a>
- <a lay-event="examine" >查看</a>
+<!-- <a lay-event="examine" >查看</a>-->
{{# } else { }}
- <a lay-event="examine" >查看</a>
+<!-- <a lay-event="examine" >查看</a>-->
{{# } }}
</script>
<!-- 表格操作栏 end -->
--
Gitblit v1.9.1