This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

修复一处遗漏

old
宇天 2019-12-20 17:52:58 +08:00
parent 0e48082a45
commit df17453e8d
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ class Layer {
uniqueInstance = null
}
delete this.promise
unbind(this.__CTRL__, 'click', this._handleBtnClick)
$.unbind(this.__CTRL__, 'click', this._handleBtnClick)
// 离场动画
if (this.props.from && !force) {