|
@@ -19293,7 +19293,202 @@ exports.default = _default;
|
|
|
/* 223 */,
|
|
|
/* 224 */,
|
|
|
/* 225 */,
|
|
|
-/* 226 */
|
|
|
+/* 226 */,
|
|
|
+/* 227 */,
|
|
|
+/* 228 */,
|
|
|
+/* 229 */,
|
|
|
+/* 230 */,
|
|
|
+/* 231 */,
|
|
|
+/* 232 */,
|
|
|
+/* 233 */,
|
|
|
+/* 234 */,
|
|
|
+/* 235 */,
|
|
|
+/* 236 */,
|
|
|
+/* 237 */,
|
|
|
+/* 238 */
|
|
|
+/*!**************************************************************************!*\
|
|
|
+ !*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-navbar/props.js ***!
|
|
|
+ \**************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // 是否开启顶部安全区适配
|
|
|
+ safeAreaInsetTop: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.safeAreaInsetTop
|
|
|
+ },
|
|
|
+ // 固定在顶部时,是否生成一个等高元素,以防止塌陷
|
|
|
+ placeholder: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.placeholder
|
|
|
+ },
|
|
|
+ // 是否固定在顶部
|
|
|
+ fixed: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.fixed
|
|
|
+ },
|
|
|
+ // 是否显示下边框
|
|
|
+ border: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.border
|
|
|
+ },
|
|
|
+ // 左边的图标
|
|
|
+ leftIcon: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.leftIcon
|
|
|
+ },
|
|
|
+ // 左边的提示文字
|
|
|
+ leftText: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.leftText
|
|
|
+ },
|
|
|
+ // 左右的提示文字
|
|
|
+ rightText: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.rightText
|
|
|
+ },
|
|
|
+ // 右边的图标
|
|
|
+ rightIcon: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.rightIcon
|
|
|
+ },
|
|
|
+ // 标题
|
|
|
+ title: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.navbar.title
|
|
|
+ },
|
|
|
+ // 背景颜色
|
|
|
+ bgColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.bgColor
|
|
|
+ },
|
|
|
+ // 标题的宽度
|
|
|
+ titleWidth: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.navbar.titleWidth
|
|
|
+ },
|
|
|
+ // 导航栏高度
|
|
|
+ height: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.navbar.height
|
|
|
+ },
|
|
|
+ // 左侧返回图标的大小
|
|
|
+ leftIconSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.navbar.leftIconSize
|
|
|
+ },
|
|
|
+ // 左侧返回图标的颜色
|
|
|
+ leftIconColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.navbar.leftIconColor
|
|
|
+ },
|
|
|
+ // 点击左侧区域(返回图标),是否自动返回上一页
|
|
|
+ autoBack: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.navbar.autoBack
|
|
|
+ },
|
|
|
+ // 标题的样式,对象或字符串
|
|
|
+ titleStyle: {
|
|
|
+ type: [String, Object],
|
|
|
+ default: uni.$u.props.navbar.titleStyle
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 239 */,
|
|
|
+/* 240 */,
|
|
|
+/* 241 */,
|
|
|
+/* 242 */,
|
|
|
+/* 243 */,
|
|
|
+/* 244 */,
|
|
|
+/* 245 */,
|
|
|
+/* 246 */
|
|
|
+/*!******************************************************************************!*\
|
|
|
+ !*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-subsection/props.js ***!
|
|
|
+ \******************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // tab的数据
|
|
|
+ list: {
|
|
|
+ type: Array,
|
|
|
+ default: uni.$u.props.subsection.list
|
|
|
+ },
|
|
|
+ // 当前活动的tab的index
|
|
|
+ current: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.subsection.current
|
|
|
+ },
|
|
|
+ // 激活的颜色
|
|
|
+ activeColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.activeColor
|
|
|
+ },
|
|
|
+ // 未激活的颜色
|
|
|
+ inactiveColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.inactiveColor
|
|
|
+ },
|
|
|
+ // 模式选择,mode=button为按钮形式,mode=subsection时为分段模式
|
|
|
+ mode: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.mode
|
|
|
+ },
|
|
|
+ // 字体大小
|
|
|
+ fontSize: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.subsection.fontSize
|
|
|
+ },
|
|
|
+ // 激活tab的字体是否加粗
|
|
|
+ bold: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.subsection.bold
|
|
|
+ },
|
|
|
+ // mode = button时,组件背景颜色
|
|
|
+ bgColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.bgColor
|
|
|
+ },
|
|
|
+ // 从list元素对象中读取的键名
|
|
|
+ keyName: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.subsection.keyName
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 247 */,
|
|
|
+/* 248 */,
|
|
|
+/* 249 */,
|
|
|
+/* 250 */,
|
|
|
+/* 251 */,
|
|
|
+/* 252 */,
|
|
|
+/* 253 */,
|
|
|
+/* 254 */
|
|
|
/*!**************************************************************************************!*\
|
|
|
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vuex3/dist/vuex.common.js ***!
|
|
|
\**************************************************************************************/
|
|
@@ -20549,12 +20744,40 @@ module.exports = index_cjs;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../webpack/buildin/global.js */ 3)))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 227 */,
|
|
|
-/* 228 */,
|
|
|
-/* 229 */,
|
|
|
-/* 230 */,
|
|
|
-/* 231 */,
|
|
|
-/* 232 */
|
|
|
+/* 255 */,
|
|
|
+/* 256 */,
|
|
|
+/* 257 */,
|
|
|
+/* 258 */,
|
|
|
+/* 259 */,
|
|
|
+/* 260 */,
|
|
|
+/* 261 */,
|
|
|
+/* 262 */,
|
|
|
+/* 263 */,
|
|
|
+/* 264 */,
|
|
|
+/* 265 */,
|
|
|
+/* 266 */,
|
|
|
+/* 267 */,
|
|
|
+/* 268 */,
|
|
|
+/* 269 */,
|
|
|
+/* 270 */,
|
|
|
+/* 271 */,
|
|
|
+/* 272 */,
|
|
|
+/* 273 */,
|
|
|
+/* 274 */,
|
|
|
+/* 275 */,
|
|
|
+/* 276 */,
|
|
|
+/* 277 */,
|
|
|
+/* 278 */,
|
|
|
+/* 279 */,
|
|
|
+/* 280 */,
|
|
|
+/* 281 */,
|
|
|
+/* 282 */,
|
|
|
+/* 283 */,
|
|
|
+/* 284 */,
|
|
|
+/* 285 */,
|
|
|
+/* 286 */,
|
|
|
+/* 287 */,
|
|
|
+/* 288 */
|
|
|
/*!**********************************************************************************!*\
|
|
|
!*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-checkbox-group/props.js ***!
|
|
|
\**********************************************************************************/
|
|
@@ -20651,14 +20874,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 233 */,
|
|
|
-/* 234 */,
|
|
|
-/* 235 */,
|
|
|
-/* 236 */,
|
|
|
-/* 237 */,
|
|
|
-/* 238 */,
|
|
|
-/* 239 */,
|
|
|
-/* 240 */
|
|
|
+/* 289 */,
|
|
|
+/* 290 */,
|
|
|
+/* 291 */,
|
|
|
+/* 292 */,
|
|
|
+/* 293 */,
|
|
|
+/* 294 */,
|
|
|
+/* 295 */,
|
|
|
+/* 296 */
|
|
|
/*!****************************************************************************!*\
|
|
|
!*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-checkbox/props.js ***!
|
|
|
\****************************************************************************/
|
|
@@ -20745,86 +20968,17 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 241 */,
|
|
|
-/* 242 */,
|
|
|
-/* 243 */,
|
|
|
-/* 244 */,
|
|
|
-/* 245 */,
|
|
|
-/* 246 */,
|
|
|
-/* 247 */,
|
|
|
-/* 248 */
|
|
|
-/*!**************************************************************************!*\
|
|
|
- !*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-tabbar/props.js ***!
|
|
|
- \**************************************************************************/
|
|
|
-/*! no static exports found */
|
|
|
-/***/ (function(module, exports, __webpack_require__) {
|
|
|
-
|
|
|
-"use strict";
|
|
|
-/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
-
|
|
|
-Object.defineProperty(exports, "__esModule", {
|
|
|
- value: true
|
|
|
-});
|
|
|
-exports.default = void 0;
|
|
|
-var _default = {
|
|
|
- props: {
|
|
|
- // 当前匹配项的name
|
|
|
- value: {
|
|
|
- type: [String, Number, null],
|
|
|
- default: uni.$u.props.tabbar.value
|
|
|
- },
|
|
|
- // 是否为iPhoneX留出底部安全距离
|
|
|
- safeAreaInsetBottom: {
|
|
|
- type: Boolean,
|
|
|
- default: uni.$u.props.tabbar.safeAreaInsetBottom
|
|
|
- },
|
|
|
- // 是否显示上方边框
|
|
|
- border: {
|
|
|
- type: Boolean,
|
|
|
- default: uni.$u.props.tabbar.border
|
|
|
- },
|
|
|
- // 元素层级z-index
|
|
|
- zIndex: {
|
|
|
- type: [String, Number],
|
|
|
- default: uni.$u.props.tabbar.zIndex
|
|
|
- },
|
|
|
- // 选中标签的颜色
|
|
|
- activeColor: {
|
|
|
- type: String,
|
|
|
- default: uni.$u.props.tabbar.activeColor
|
|
|
- },
|
|
|
- // 未选中标签的颜色
|
|
|
- inactiveColor: {
|
|
|
- type: String,
|
|
|
- default: uni.$u.props.tabbar.inactiveColor
|
|
|
- },
|
|
|
- // 是否固定在底部
|
|
|
- fixed: {
|
|
|
- type: Boolean,
|
|
|
- default: uni.$u.props.tabbar.fixed
|
|
|
- },
|
|
|
- // fixed定位固定在底部时,是否生成一个等高元素防止塌陷
|
|
|
- placeholder: {
|
|
|
- type: Boolean,
|
|
|
- default: uni.$u.props.tabbar.placeholder
|
|
|
- }
|
|
|
- }
|
|
|
-};
|
|
|
-exports.default = _default;
|
|
|
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
-
|
|
|
-/***/ }),
|
|
|
-/* 249 */,
|
|
|
-/* 250 */,
|
|
|
-/* 251 */,
|
|
|
-/* 252 */,
|
|
|
-/* 253 */,
|
|
|
-/* 254 */,
|
|
|
-/* 255 */,
|
|
|
-/* 256 */
|
|
|
-/*!*******************************************************************************!*\
|
|
|
- !*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-tabbar-item/props.js ***!
|
|
|
- \*******************************************************************************/
|
|
|
+/* 297 */,
|
|
|
+/* 298 */,
|
|
|
+/* 299 */,
|
|
|
+/* 300 */,
|
|
|
+/* 301 */,
|
|
|
+/* 302 */,
|
|
|
+/* 303 */,
|
|
|
+/* 304 */
|
|
|
+/*!******************************************************************************!*\
|
|
|
+ !*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-status-bar/props.js ***!
|
|
|
+ \******************************************************************************/
|
|
|
/*! no static exports found */
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
@@ -20837,35 +20991,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
exports.default = void 0;
|
|
|
var _default = {
|
|
|
props: {
|
|
|
- // item标签的名称,作为与u-tabbar的value参数匹配的标识符
|
|
|
- name: {
|
|
|
- type: [String, Number, null],
|
|
|
- default: uni.$u.props.tabbarItem.name
|
|
|
- },
|
|
|
- // uView内置图标或者绝对路径的图片
|
|
|
- icon: {
|
|
|
- icon: String,
|
|
|
- default: uni.$u.props.tabbarItem.icon
|
|
|
- },
|
|
|
- // 右上角的角标提示信息
|
|
|
- badge: {
|
|
|
- type: [String, Number, null],
|
|
|
- default: uni.$u.props.tabbarItem.badge
|
|
|
- },
|
|
|
- // 是否显示圆点,将会覆盖badge参数
|
|
|
- dot: {
|
|
|
- type: Boolean,
|
|
|
- default: uni.$u.props.tabbarItem.dot
|
|
|
- },
|
|
|
- // 描述文本
|
|
|
- text: {
|
|
|
+ bgColor: {
|
|
|
type: String,
|
|
|
- default: uni.$u.props.tabbarItem.text
|
|
|
- },
|
|
|
- // 控制徽标的位置,对象或者字符串形式,可以设置top和right属性
|
|
|
- badgeStyle: {
|
|
|
- type: [Object, String],
|
|
|
- default: uni.$u.props.tabbarItem.badgeStyle
|
|
|
+ default: uni.$u.props.statusBar.bgColor
|
|
|
}
|
|
|
}
|
|
|
};
|
|
@@ -20873,14 +21001,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 257 */,
|
|
|
-/* 258 */,
|
|
|
-/* 259 */,
|
|
|
-/* 260 */,
|
|
|
-/* 261 */,
|
|
|
-/* 262 */,
|
|
|
-/* 263 */,
|
|
|
-/* 264 */
|
|
|
+/* 305 */,
|
|
|
+/* 306 */,
|
|
|
+/* 307 */,
|
|
|
+/* 308 */,
|
|
|
+/* 309 */,
|
|
|
+/* 310 */,
|
|
|
+/* 311 */,
|
|
|
+/* 312 */
|
|
|
/*!************************************************************************!*\
|
|
|
!*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-icon/icons.js ***!
|
|
|
\************************************************************************/
|
|
@@ -21111,7 +21239,7 @@ var _default = {
|
|
|
exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 265 */
|
|
|
+/* 313 */
|
|
|
/*!************************************************************************!*\
|
|
|
!*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-icon/props.js ***!
|
|
|
\************************************************************************/
|
|
@@ -21218,14 +21346,142 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 266 */,
|
|
|
-/* 267 */,
|
|
|
-/* 268 */,
|
|
|
-/* 269 */,
|
|
|
-/* 270 */,
|
|
|
-/* 271 */,
|
|
|
-/* 272 */,
|
|
|
-/* 273 */
|
|
|
+/* 314 */,
|
|
|
+/* 315 */,
|
|
|
+/* 316 */,
|
|
|
+/* 317 */,
|
|
|
+/* 318 */,
|
|
|
+/* 319 */,
|
|
|
+/* 320 */,
|
|
|
+/* 321 */
|
|
|
+/*!**************************************************************************!*\
|
|
|
+ !*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-tabbar/props.js ***!
|
|
|
+ \**************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // 当前匹配项的name
|
|
|
+ value: {
|
|
|
+ type: [String, Number, null],
|
|
|
+ default: uni.$u.props.tabbar.value
|
|
|
+ },
|
|
|
+ // 是否为iPhoneX留出底部安全距离
|
|
|
+ safeAreaInsetBottom: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbar.safeAreaInsetBottom
|
|
|
+ },
|
|
|
+ // 是否显示上方边框
|
|
|
+ border: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbar.border
|
|
|
+ },
|
|
|
+ // 元素层级z-index
|
|
|
+ zIndex: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.tabbar.zIndex
|
|
|
+ },
|
|
|
+ // 选中标签的颜色
|
|
|
+ activeColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.tabbar.activeColor
|
|
|
+ },
|
|
|
+ // 未选中标签的颜色
|
|
|
+ inactiveColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.tabbar.inactiveColor
|
|
|
+ },
|
|
|
+ // 是否固定在底部
|
|
|
+ fixed: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbar.fixed
|
|
|
+ },
|
|
|
+ // fixed定位固定在底部时,是否生成一个等高元素防止塌陷
|
|
|
+ placeholder: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbar.placeholder
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 322 */,
|
|
|
+/* 323 */,
|
|
|
+/* 324 */,
|
|
|
+/* 325 */,
|
|
|
+/* 326 */,
|
|
|
+/* 327 */,
|
|
|
+/* 328 */,
|
|
|
+/* 329 */
|
|
|
+/*!*******************************************************************************!*\
|
|
|
+ !*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-tabbar-item/props.js ***!
|
|
|
+ \*******************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {
|
|
|
+
|
|
|
+Object.defineProperty(exports, "__esModule", {
|
|
|
+ value: true
|
|
|
+});
|
|
|
+exports.default = void 0;
|
|
|
+var _default = {
|
|
|
+ props: {
|
|
|
+ // item标签的名称,作为与u-tabbar的value参数匹配的标识符
|
|
|
+ name: {
|
|
|
+ type: [String, Number, null],
|
|
|
+ default: uni.$u.props.tabbarItem.name
|
|
|
+ },
|
|
|
+ // uView内置图标或者绝对路径的图片
|
|
|
+ icon: {
|
|
|
+ icon: String,
|
|
|
+ default: uni.$u.props.tabbarItem.icon
|
|
|
+ },
|
|
|
+ // 右上角的角标提示信息
|
|
|
+ badge: {
|
|
|
+ type: [String, Number, null],
|
|
|
+ default: uni.$u.props.tabbarItem.badge
|
|
|
+ },
|
|
|
+ // 是否显示圆点,将会覆盖badge参数
|
|
|
+ dot: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.tabbarItem.dot
|
|
|
+ },
|
|
|
+ // 描述文本
|
|
|
+ text: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.tabbarItem.text
|
|
|
+ },
|
|
|
+ // 控制徽标的位置,对象或者字符串形式,可以设置top和right属性
|
|
|
+ badgeStyle: {
|
|
|
+ type: [Object, String],
|
|
|
+ default: uni.$u.props.tabbarItem.badgeStyle
|
|
|
+ }
|
|
|
+ }
|
|
|
+};
|
|
|
+exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 330 */,
|
|
|
+/* 331 */,
|
|
|
+/* 332 */,
|
|
|
+/* 333 */,
|
|
|
+/* 334 */,
|
|
|
+/* 335 */,
|
|
|
+/* 336 */,
|
|
|
+/* 337 */
|
|
|
/*!*******************************************************************************!*\
|
|
|
!*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-safe-bottom/props.js ***!
|
|
|
\*******************************************************************************/
|
|
@@ -21245,14 +21501,14 @@ var _default = {
|
|
|
exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 274 */,
|
|
|
-/* 275 */,
|
|
|
-/* 276 */,
|
|
|
-/* 277 */,
|
|
|
-/* 278 */,
|
|
|
-/* 279 */,
|
|
|
-/* 280 */,
|
|
|
-/* 281 */
|
|
|
+/* 338 */,
|
|
|
+/* 339 */,
|
|
|
+/* 340 */,
|
|
|
+/* 341 */,
|
|
|
+/* 342 */,
|
|
|
+/* 343 */,
|
|
|
+/* 344 */,
|
|
|
+/* 345 */
|
|
|
/*!*************************************************************************!*\
|
|
|
!*** D:/www/uniapp-project/wx-qhb/uview-ui/components/u-badge/props.js ***!
|
|
|
\*************************************************************************/
|