From d29f2b88ef4818fa40a91daa2f28c3f30576f502 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Sun, 30 Oct 2022 10:20:13 +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..c7b3e50 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