Browse Source

漏了组件引用

es6
Kira 3 years ago
parent
commit
04ab367df8
  1. 5
      src/case/button/item.singleselect.radio.js

5
src/case/button/item.singleselect.radio.js

@ -30,7 +30,10 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
items: [{
type: "bi.center_adapt",
items: [{
type: "bi.radio"
type: "bi.radio",
ref: function (_ref) {
self.radio = _ref;
},
}]
}, {
type: "bi.label",

Loading…
Cancel
Save