@@ -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') {