mirror of
https://github.com/lsky-org/lsky-pro.git
synced 2025-01-08 11:57:52 +08:00
fix a bug
This commit is contained in:
parent
0d826042ad
commit
b9a3ea2c44
@ -139,7 +139,7 @@
|
||||
});
|
||||
$('[data-operate="delete"]').click(function () {
|
||||
Swal.fire({
|
||||
title: `确认删除用户【${$(this).closest('tr').find('td.name').text()}】吗?`,
|
||||
title: `确认删除用户【${$(this).closest('tr').data('json').name}】吗?`,
|
||||
text: "⚠️注意,删除后不可恢复,且该用户的图片将会变成游客身份!",
|
||||
icon: 'warning',
|
||||
showCancelButton: true,
|
||||
|
Loading…
Reference in New Issue
Block a user