猿问

这里的setTimeout 0是解决什么问题呢

  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);


红颜莎娜
浏览 370回答 1
1回答
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答