diff --git a/src/core/4.widget.js b/src/core/4.widget.js index 807982840..80b1a33b4 100644 --- a/src/core/4.widget.js +++ b/src/core/4.widget.js @@ -574,11 +574,12 @@ if (this.__async === true || this.__asking === true) { return; } - this._isMounted = false; + // this._isMounted = false; // this.purgeListeners(); this.empty(); this._initCurrent(); this._init(); + this._mount(); // this._initRef(); },