chao 4 سال پیش
والد
کامیت
c1a58b1084
1فایلهای تغییر یافته به همراه15 افزوده شده و 0 حذف شده
  1. 15 0
      src/main/resources/static/js/base.js

+ 15 - 0
src/main/resources/static/js/base.js

@@ -485,4 +485,19 @@ function alertInfo(txt) {
     });
 }
 
+function autoInfo(txt) {
+    $.confirm({
+        title: false,
+        content: txt,
+        autoClose: 'close|2000',
+        buttons: {
+            close:{
+                isHidden: true,
+                action: function () {
+                    console.log(11111111)
+                }
+            }
+        }
+    });
+}