@@ -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)
+ }
+ });
+}