Browse Source

DEC-20930 fix: 【自动化】平台登录页的品牌信息不可见

es6
dailer 3 years ago
parent
commit
1eaa9f5110
  1. 4
      src/base/single/a/a.js

4
src/base/single/a/a.js

@ -18,9 +18,9 @@ BI.A = BI.inherit(BI.Text, {
});
},
_init: function () {
render: function () {
var o = this.options;
BI.A.superclass._init.apply(this, arguments);
BI.A.superclass.render.apply(this, arguments);
this.element.attr({href: o.href, target: o.target});
if (o.el) {
BI.createWidget(o.el, {

Loading…
Cancel
Save