btn.on("click", function() {
alertTemplate.remove();
mask && mask.remove();
that.fire("alert");
// 加上这句看看 你每次点击完里面看看这个对象里面有多少个就知道需不需要清除那些多余的代码了还是需要多看多学呀
console.log(that.handlers);
});
alertTemplate.remove();
mask && mask.remove();
that.fire("alert");
// 加上这句看看 你每次点击完里面看看这个对象里面有多少个就知道需不需要清除那些多余的代码了还是需要多看多学呀
console.log(that.handlers);
});
2017-07-17