From d48a90d124654746185db2dda07402486d999dfb Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 20 Jun 2020 23:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E5=A4=96=E9=83=A8=E6=9A=B4=E9=9C=B2=E7=9A=84=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/base.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/base.js b/src/core/base.js index e073da354b..7040adda47 100644 --- a/src/core/base.js +++ b/src/core/base.js @@ -459,6 +459,9 @@ if (!_global.BI) { while (BI.prepares && BI.prepares.length > 0) { BI.prepares.shift()(); } + while (_global.___fineuiExposedFunction && _global.___fineuiExposedFunction.length > 0) { + _global.___fineuiExposedFunction.shift()(); + } BI.initialized = true; },