From 1cc623ef98bdc27d0ba62a25b70ef654db2187d5 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 23 May 2021 10:25:17 +0800 Subject: [PATCH] bugfix --- src/core/4.widget.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); },