From 829fa6de4970cd836e99aff31df0ad78914bf1cf Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 12 Oct 2020 16:13:13 +0800 Subject: [PATCH] =?UTF-8?q?context=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/fix/fix.compact.ie.js | 2 +- dist/fix/fix.compact.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/fix/fix.compact.ie.js b/dist/fix/fix.compact.ie.js index 297ee23ce..a2eb1937d 100644 --- a/dist/fix/fix.compact.ie.js +++ b/dist/fix/fix.compact.ie.js @@ -122,7 +122,7 @@ function createStore () { var needPop = false; if (_global.Fix && this._store) { - var store = findStore(this.options.context || this._parent || this.options.element || BI.Widget.context || this._context); + var store = findStore(this.options.context || this._parent || this.options.element || this._context); if (store) { pushTarget(store); needPop = true; diff --git a/dist/fix/fix.compact.js b/dist/fix/fix.compact.js index f6ec60a72..a023efb99 100644 --- a/dist/fix/fix.compact.js +++ b/dist/fix/fix.compact.js @@ -135,7 +135,7 @@ function createStore () { var needPop = false; if (_global.Fix && this._store) { - var store = findStore(this.options.context || this._parent || this.options.element || BI.Widget.context || this._context); + var store = findStore(this.options.context || this._parent || this.options.element || this._context); if (store) { pushTarget(store); needPop = true;