if (!this.isShown()) { return; } this.$container.trigger('beforeHide.modal.cmp', {modal: this}); this.$container.addClass(HIDE_CLS); setTimeout(function () { this.$container.trigger('afterHide.modal.cmp', {modal: this}); }.bind(this), 0);
這里的setTimeout 0是解決什么問題呢
紅顏莎娜
2018-12-13 16:15:03