Browse Source

feature: 小三角换一种实现

es6
guy 3 years ago
parent
commit
8af358af4f
  1. 6
      src/base/combination/combo.js

6
src/base/combination/combo.js

@ -100,12 +100,6 @@
}, this));
},
_initCombo: function () {
this.combo = BI.createWidget(this.options.el, {
value: this.options.value
});
},
_assertPopupView: function () {
var self = this, o = this.options;
if (this.popupView == null) {

Loading…
Cancel
Save