You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
fix
This commit is contained in:
@@ -16,7 +16,9 @@ if (isset($_POST['del_total'])) {
|
||||
@deldir($_POST['del_total']);
|
||||
echo '
|
||||
<script>
|
||||
new $.zui.Messager("重新统计成功!", {type: "success" // 定义颜色主题
|
||||
new $.zui.Messager("重新统计成功!", {
|
||||
type: "success", // 定义颜色主题
|
||||
icon: "ok-sign" // 定义消息图标
|
||||
}).show();
|
||||
</script>
|
||||
';
|
||||
|
||||
Reference in New Issue
Block a user