Browse Source

fix:补充丢失的this引用

es6
Cauchy.Ke-柯小龙 2 years ago
parent
commit
fc3e0f8319
  1. 2
      dist/fix/fix.compact.js

2
dist/fix/fix.compact.js vendored

@ -115,7 +115,7 @@
pushTarget(store);
needPop = true;
}
this.store = (this._store || this.options._store)();
this.store = (this._store || this.options._store).call(this);
this.store && (this.store._widget = this);
needPop && popTarget();
needPop = false;

Loading…
Cancel
Save