| | |
| | | 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) { |
| | |
| | | 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'}, |
| | | ]] |
| | | }); |
| | | } |