资料修改ok

This commit is contained in:
2025-07-14 17:19:01 +08:00
parent 85d59b2799
commit 566aade03a
5 changed files with 199 additions and 176 deletions
+4 -2
View File
@@ -153,7 +153,7 @@
backdrop: false // 关闭背景层
});
function banner_alert(type, text, close) {
function banner_alert(type, text, close ,callback) {
var ban_type = $('#banner_alf_type')
var ban_text = $('#banner_alf_text')
ban_type.removeClass('alert-success');
@@ -186,7 +186,9 @@
banner_offcanvas.show();
setTimeout(() => {
banner_offcanvas?.hide()
banner_offcanvas?.hide();
callback();
}, close ? close : 1000);
}