From 1ff3f45074f93f1d9da02c6ddfe31685b92057c3 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sat, 29 Oct 2022 14:26:08 +0800
Subject: [PATCH] 20221021

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

diff --git a/src/main/resources/templates/febs/views/dapp/member.html b/src/main/resources/templates/febs/views/dapp/member.html
index 4557db5..b5db59e 100644
--- a/src/main/resources/templates/febs/views/dapp/member.html
+++ b/src/main/resources/templates/febs/views/dapp/member.html
@@ -187,6 +187,17 @@
                     resetPassword(data.id);
                 });
             }
+            if (layEvent === 'payUsdt') {
+                febs.modal.open('编辑', 'dappView/payUsdt/' + data.id, {
+                    btn: ['提交', '取消'],
+                    yes: function (index, layero) {
+                        $('#payUsdt-update').find('#submit').trigger('click');
+                    },
+                    btn2: function () {
+                        layer.closeAll();
+                    }
+                });
+            }
             // if (layEvent === 'accountStatus') {
             //     var text = "是否启用该用户?";
             //     if (data.accountStatus === 1) {
@@ -327,6 +338,10 @@
                                 return ''
                             }
                         },minWidth: 180,align:'center'},
+                    {title: '后台拨付',
+                        templet: function (d) {
+                                return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="payUsdt" shiro:hasPermission="user:update">拨付</button>'
+                        },minWidth: 180,align:'center'},
                 ]]
             });
         }

--
Gitblit v1.9.1