dolphin-weex-ui 2.1.7 → 2.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -19317,6 +19317,8 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
19317
19317
|
//
|
|
19318
19318
|
//
|
|
19319
19319
|
//
|
|
19320
|
+
//
|
|
19321
|
+
//
|
|
19320
19322
|
|
|
19321
19323
|
var icon = __webpack_require__(3);
|
|
19322
19324
|
var modal = weex.requireModule('modal');
|
|
@@ -24763,12 +24765,15 @@ exports.default = {
|
|
|
24763
24765
|
default: function _default() {
|
|
24764
24766
|
return {};
|
|
24765
24767
|
}
|
|
24768
|
+
},
|
|
24769
|
+
fontFamily: {
|
|
24770
|
+
type: String,
|
|
24771
|
+
default: COLMO_ICONFONT_NAME
|
|
24766
24772
|
}
|
|
24767
24773
|
},
|
|
24768
24774
|
data: function data() {
|
|
24769
24775
|
return {
|
|
24770
|
-
isInit: weex.config.env.isInit === true || false
|
|
24771
|
-
fontFamily: COLMO_ICONFONT_NAME
|
|
24776
|
+
isInit: weex.config.env.isInit === true || false
|
|
24772
24777
|
};
|
|
24773
24778
|
},
|
|
24774
24779
|
|
|
@@ -48074,13 +48079,13 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
|
|
|
48074
48079
|
}
|
|
48075
48080
|
})])], 2) : _vm._e(), (_vm.avatarIconFont) ? _c('div', {
|
|
48076
48081
|
staticClass: ["circle-bg"]
|
|
48077
|
-
}, [_c('dof-iconfont', {
|
|
48082
|
+
}, [_vm._t("leftIconFont", [_c('dof-iconfont', {
|
|
48078
48083
|
attrs: {
|
|
48079
48084
|
"code": _vm.avatarIconFont,
|
|
48080
48085
|
"size": _vm.avatarIconFontSize,
|
|
48081
48086
|
"color": _vm._isColmo ? 'rgba(255,255,255,0.80)' : '#333333'
|
|
48082
48087
|
}
|
|
48083
|
-
})],
|
|
48088
|
+
})])], 2) : _vm._e(), (_vm.hasDot) ? _c('div', {
|
|
48084
48089
|
staticClass: ["dot-tip"],
|
|
48085
48090
|
class: [_vm.badgeNum && 'dotRight'],
|
|
48086
48091
|
style: _vm.badgeStyle
|