修复一处遗漏
parent
0e48082a45
commit
df17453e8d
|
@ -418,7 +418,7 @@ class Layer {
|
||||||
uniqueInstance = null
|
uniqueInstance = null
|
||||||
}
|
}
|
||||||
delete this.promise
|
delete this.promise
|
||||||
unbind(this.__CTRL__, 'click', this._handleBtnClick)
|
$.unbind(this.__CTRL__, 'click', this._handleBtnClick)
|
||||||
|
|
||||||
// 离场动画
|
// 离场动画
|
||||||
if (this.props.from && !force) {
|
if (this.props.from && !force) {
|
||||||
|
|
Reference in New Issue