فهرست منبع

合并遗漏2

zhouna 3 سال پیش
والد
کامیت
035f00abd2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/js/modal.js

+ 1 - 1
src/js/modal.js

@@ -109,7 +109,7 @@ const jQuery = require('jquery');
         }
         if (ops.type == 'tip') {
             setTimeout(function () {
-                $(".divModal").remove();
+                box.remove();
             }, ops.time);
         }
         if (ops.callback && typeof ops.callback === 'function') {