|
@@ -1557,7 +1557,7 @@ function initData(vueOptions, context) {
|
|
|
try {
|
|
|
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
|
|
} catch (e) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
|
|
}
|
|
|
}
|
|
@@ -8934,7 +8934,7 @@ function type(obj) {
|
|
|
|
|
|
function flushCallbacks$1(vm) {
|
|
|
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
var mpInstance = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
|
']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');
|
|
@@ -8955,14 +8955,14 @@ function nextTick$1(vm, cb) {
|
|
|
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
|
|
//2.nextTick 之前存在 render watcher
|
|
|
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
|
|
- if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
+ if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
var mpInstance = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
|
']:nextVueTick');
|
|
|
}
|
|
|
return nextTick(cb, vm)
|
|
|
}else{
|
|
|
- if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
+ if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
var mpInstance$1 = vm.$scope;
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
|
|
']:nextMPTick');
|
|
@@ -9058,7 +9058,7 @@ var patch = function(oldVnode, vnode) {
|
|
|
});
|
|
|
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
|
|
if (Object.keys(diffData).length) {
|
|
|
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
+ if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"aaaa","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
|
|
']差量更新',
|
|
|
JSON.stringify(diffData));
|
|
@@ -19499,7 +19499,39 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAGCAYAAACv
|
|
|
/* 236 */,
|
|
|
/* 237 */,
|
|
|
/* 238 */,
|
|
|
-/* 239 */
|
|
|
+/* 239 */,
|
|
|
+/* 240 */,
|
|
|
+/* 241 */,
|
|
|
+/* 242 */,
|
|
|
+/* 243 */,
|
|
|
+/* 244 */,
|
|
|
+/* 245 */,
|
|
|
+/* 246 */,
|
|
|
+/* 247 */,
|
|
|
+/* 248 */,
|
|
|
+/* 249 */,
|
|
|
+/* 250 */,
|
|
|
+/* 251 */,
|
|
|
+/* 252 */,
|
|
|
+/* 253 */,
|
|
|
+/* 254 */,
|
|
|
+/* 255 */,
|
|
|
+/* 256 */,
|
|
|
+/* 257 */,
|
|
|
+/* 258 */,
|
|
|
+/* 259 */,
|
|
|
+/* 260 */,
|
|
|
+/* 261 */,
|
|
|
+/* 262 */,
|
|
|
+/* 263 */,
|
|
|
+/* 264 */,
|
|
|
+/* 265 */,
|
|
|
+/* 266 */,
|
|
|
+/* 267 */,
|
|
|
+/* 268 */,
|
|
|
+/* 269 */,
|
|
|
+/* 270 */,
|
|
|
+/* 271 */
|
|
|
/*!*************************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-checkbox-group/props.js ***!
|
|
|
\*************************************************************************************************************************/
|
|
@@ -19596,14 +19628,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 240 */,
|
|
|
-/* 241 */,
|
|
|
-/* 242 */,
|
|
|
-/* 243 */,
|
|
|
-/* 244 */,
|
|
|
-/* 245 */,
|
|
|
-/* 246 */,
|
|
|
-/* 247 */
|
|
|
+/* 272 */,
|
|
|
+/* 273 */,
|
|
|
+/* 274 */,
|
|
|
+/* 275 */,
|
|
|
+/* 276 */,
|
|
|
+/* 277 */,
|
|
|
+/* 278 */,
|
|
|
+/* 279 */
|
|
|
/*!*******************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-checkbox/props.js ***!
|
|
|
\*******************************************************************************************************************/
|
|
@@ -19690,14 +19722,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 248 */,
|
|
|
-/* 249 */,
|
|
|
-/* 250 */,
|
|
|
-/* 251 */,
|
|
|
-/* 252 */,
|
|
|
-/* 253 */,
|
|
|
-/* 254 */,
|
|
|
-/* 255 */
|
|
|
+/* 280 */,
|
|
|
+/* 281 */,
|
|
|
+/* 282 */,
|
|
|
+/* 283 */,
|
|
|
+/* 284 */,
|
|
|
+/* 285 */,
|
|
|
+/* 286 */,
|
|
|
+/* 287 */
|
|
|
/*!*****************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-navbar/props.js ***!
|
|
|
\*****************************************************************************************************************/
|
|
@@ -19799,14 +19831,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 256 */,
|
|
|
-/* 257 */,
|
|
|
-/* 258 */,
|
|
|
-/* 259 */,
|
|
|
-/* 260 */,
|
|
|
-/* 261 */,
|
|
|
-/* 262 */,
|
|
|
-/* 263 */
|
|
|
+/* 288 */,
|
|
|
+/* 289 */,
|
|
|
+/* 290 */,
|
|
|
+/* 291 */,
|
|
|
+/* 292 */,
|
|
|
+/* 293 */,
|
|
|
+/* 294 */,
|
|
|
+/* 295 */
|
|
|
/*!***************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-tabs/props.js ***!
|
|
|
\***************************************************************************************************************/
|
|
@@ -19888,14 +19920,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 264 */,
|
|
|
-/* 265 */,
|
|
|
-/* 266 */,
|
|
|
-/* 267 */,
|
|
|
-/* 268 */,
|
|
|
-/* 269 */,
|
|
|
-/* 270 */,
|
|
|
-/* 271 */
|
|
|
+/* 296 */,
|
|
|
+/* 297 */,
|
|
|
+/* 298 */,
|
|
|
+/* 299 */,
|
|
|
+/* 300 */,
|
|
|
+/* 301 */,
|
|
|
+/* 302 */,
|
|
|
+/* 303 */
|
|
|
/*!***************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-icon/icons.js ***!
|
|
|
\***************************************************************************************************************/
|
|
@@ -20126,7 +20158,7 @@ var _default = {
|
|
|
exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 272 */
|
|
|
+/* 304 */
|
|
|
/*!***************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-icon/props.js ***!
|
|
|
\***************************************************************************************************************/
|
|
@@ -20233,14 +20265,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 273 */,
|
|
|
-/* 274 */,
|
|
|
-/* 275 */,
|
|
|
-/* 276 */,
|
|
|
-/* 277 */,
|
|
|
-/* 278 */,
|
|
|
-/* 279 */,
|
|
|
-/* 280 */
|
|
|
+/* 305 */,
|
|
|
+/* 306 */,
|
|
|
+/* 307 */,
|
|
|
+/* 308 */,
|
|
|
+/* 309 */,
|
|
|
+/* 310 */,
|
|
|
+/* 311 */,
|
|
|
+/* 312 */
|
|
|
/*!****************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-popup/props.js ***!
|
|
|
\****************************************************************************************************************/
|
|
@@ -20337,14 +20369,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 281 */,
|
|
|
-/* 282 */,
|
|
|
-/* 283 */,
|
|
|
-/* 284 */,
|
|
|
-/* 285 */,
|
|
|
-/* 286 */,
|
|
|
-/* 287 */,
|
|
|
-/* 288 */
|
|
|
+/* 313 */,
|
|
|
+/* 314 */,
|
|
|
+/* 315 */,
|
|
|
+/* 316 */,
|
|
|
+/* 317 */,
|
|
|
+/* 318 */,
|
|
|
+/* 319 */,
|
|
|
+/* 320 */
|
|
|
/*!**********************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-radio-group/props.js ***!
|
|
|
\**********************************************************************************************************************/
|
|
@@ -20446,14 +20478,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 289 */,
|
|
|
-/* 290 */,
|
|
|
-/* 291 */,
|
|
|
-/* 292 */,
|
|
|
-/* 293 */,
|
|
|
-/* 294 */,
|
|
|
-/* 295 */,
|
|
|
-/* 296 */
|
|
|
+/* 321 */,
|
|
|
+/* 322 */,
|
|
|
+/* 323 */,
|
|
|
+/* 324 */,
|
|
|
+/* 325 */,
|
|
|
+/* 326 */,
|
|
|
+/* 327 */,
|
|
|
+/* 328 */
|
|
|
/*!****************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-radio/props.js ***!
|
|
|
\****************************************************************************************************************/
|
|
@@ -20535,14 +20567,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 297 */,
|
|
|
-/* 298 */,
|
|
|
-/* 299 */,
|
|
|
-/* 300 */,
|
|
|
-/* 301 */,
|
|
|
-/* 302 */,
|
|
|
-/* 303 */,
|
|
|
-/* 304 */
|
|
|
+/* 329 */,
|
|
|
+/* 330 */,
|
|
|
+/* 331 */,
|
|
|
+/* 332 */,
|
|
|
+/* 333 */,
|
|
|
+/* 334 */,
|
|
|
+/* 335 */,
|
|
|
+/* 336 */
|
|
|
/*!****************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-input/props.js ***!
|
|
|
\****************************************************************************************************************/
|
|
@@ -20747,86 +20779,12 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 305 */,
|
|
|
-/* 306 */,
|
|
|
-/* 307 */,
|
|
|
-/* 308 */,
|
|
|
-/* 309 */,
|
|
|
-/* 310 */
|
|
|
-/*!*********************************************************************************************************************!*\
|
|
|
- !*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/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"]))
|
|
|
-
|
|
|
-/***/ }),
|
|
|
-/* 311 */,
|
|
|
-/* 312 */,
|
|
|
-/* 313 */,
|
|
|
-/* 314 */,
|
|
|
-/* 315 */,
|
|
|
-/* 316 */,
|
|
|
-/* 317 */,
|
|
|
-/* 318 */
|
|
|
+/* 337 */,
|
|
|
+/* 338 */,
|
|
|
+/* 339 */,
|
|
|
+/* 340 */,
|
|
|
+/* 341 */,
|
|
|
+/* 342 */
|
|
|
/*!*****************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-picker/props.js ***!
|
|
|
\*****************************************************************************************************************/
|
|
@@ -20923,14 +20881,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 319 */,
|
|
|
-/* 320 */,
|
|
|
-/* 321 */,
|
|
|
-/* 322 */,
|
|
|
-/* 323 */,
|
|
|
-/* 324 */,
|
|
|
-/* 325 */,
|
|
|
-/* 326 */
|
|
|
+/* 343 */,
|
|
|
+/* 344 */,
|
|
|
+/* 345 */,
|
|
|
+/* 346 */,
|
|
|
+/* 347 */,
|
|
|
+/* 348 */,
|
|
|
+/* 349 */,
|
|
|
+/* 350 */
|
|
|
/*!**************************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-datetime-picker/props.js ***!
|
|
|
\**************************************************************************************************************************/
|
|
@@ -21064,7 +21022,7 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 327 */
|
|
|
+/* 351 */
|
|
|
/*!*******************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/libs/util/dayjs.js ***!
|
|
|
\*******************************************************************************************************/
|
|
@@ -21376,14 +21334,88 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;var _typeof =
|
|
|
});
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 328 */,
|
|
|
-/* 329 */,
|
|
|
-/* 330 */,
|
|
|
-/* 331 */,
|
|
|
-/* 332 */,
|
|
|
-/* 333 */,
|
|
|
-/* 334 */,
|
|
|
-/* 335 */
|
|
|
+/* 352 */,
|
|
|
+/* 353 */,
|
|
|
+/* 354 */,
|
|
|
+/* 355 */,
|
|
|
+/* 356 */,
|
|
|
+/* 357 */,
|
|
|
+/* 358 */,
|
|
|
+/* 359 */
|
|
|
+/*!*********************************************************************************************************************!*\
|
|
|
+ !*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/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"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 360 */,
|
|
|
+/* 361 */,
|
|
|
+/* 362 */,
|
|
|
+/* 363 */,
|
|
|
+/* 364 */,
|
|
|
+/* 365 */,
|
|
|
+/* 366 */,
|
|
|
+/* 367 */
|
|
|
/*!*********************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-status-bar/props.js ***!
|
|
|
\*********************************************************************************************************************/
|
|
@@ -21409,14 +21441,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 336 */,
|
|
|
-/* 337 */,
|
|
|
-/* 338 */,
|
|
|
-/* 339 */,
|
|
|
-/* 340 */,
|
|
|
-/* 341 */,
|
|
|
-/* 342 */,
|
|
|
-/* 343 */
|
|
|
+/* 368 */,
|
|
|
+/* 369 */,
|
|
|
+/* 370 */,
|
|
|
+/* 371 */,
|
|
|
+/* 372 */,
|
|
|
+/* 373 */,
|
|
|
+/* 374 */,
|
|
|
+/* 375 */
|
|
|
/*!****************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-badge/props.js ***!
|
|
|
\****************************************************************************************************************/
|
|
@@ -21506,14 +21538,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 344 */,
|
|
|
-/* 345 */,
|
|
|
-/* 346 */,
|
|
|
-/* 347 */,
|
|
|
-/* 348 */,
|
|
|
-/* 349 */,
|
|
|
-/* 350 */,
|
|
|
-/* 351 */
|
|
|
+/* 376 */,
|
|
|
+/* 377 */,
|
|
|
+/* 378 */,
|
|
|
+/* 379 */,
|
|
|
+/* 380 */,
|
|
|
+/* 381 */,
|
|
|
+/* 382 */,
|
|
|
+/* 383 */
|
|
|
/*!******************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-overlay/props.js ***!
|
|
|
\******************************************************************************************************************/
|
|
@@ -21555,14 +21587,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 352 */,
|
|
|
-/* 353 */,
|
|
|
-/* 354 */,
|
|
|
-/* 355 */,
|
|
|
-/* 356 */,
|
|
|
-/* 357 */,
|
|
|
-/* 358 */,
|
|
|
-/* 359 */
|
|
|
+/* 384 */,
|
|
|
+/* 385 */,
|
|
|
+/* 386 */,
|
|
|
+/* 387 */,
|
|
|
+/* 388 */,
|
|
|
+/* 389 */,
|
|
|
+/* 390 */,
|
|
|
+/* 391 */
|
|
|
/*!*********************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-transition/props.js ***!
|
|
|
\*********************************************************************************************************************/
|
|
@@ -21604,7 +21636,7 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 360 */
|
|
|
+/* 392 */
|
|
|
/*!**************************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-transition/transition.js ***!
|
|
|
\**************************************************************************************************************************/
|
|
@@ -21621,7 +21653,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
exports.default = void 0;
|
|
|
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ 56));
|
|
|
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ 58));
|
|
|
-var _nvueAniMap = _interopRequireDefault(__webpack_require__(/*! ./nvue.ani-map.js */ 361));
|
|
|
+var _nvueAniMap = _interopRequireDefault(__webpack_require__(/*! ./nvue.ani-map.js */ 393));
|
|
|
// 定义一个一定时间后自动成功的promise,让调用nextTick方法处,进入下一个then方法
|
|
|
var nextTick = function nextTick() {
|
|
|
return new Promise(function (resolve) {
|
|
@@ -21713,7 +21745,7 @@ var _default = {
|
|
|
exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 361 */
|
|
|
+/* 393 */
|
|
|
/*!****************************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-transition/nvue.ani-map.js ***!
|
|
|
\****************************************************************************************************************************/
|
|
@@ -21906,14 +21938,14 @@ var _default = {
|
|
|
exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 362 */,
|
|
|
-/* 363 */,
|
|
|
-/* 364 */,
|
|
|
-/* 365 */,
|
|
|
-/* 366 */,
|
|
|
-/* 367 */,
|
|
|
-/* 368 */,
|
|
|
-/* 369 */
|
|
|
+/* 394 */,
|
|
|
+/* 395 */,
|
|
|
+/* 396 */,
|
|
|
+/* 397 */,
|
|
|
+/* 398 */,
|
|
|
+/* 399 */,
|
|
|
+/* 400 */,
|
|
|
+/* 401 */
|
|
|
/*!**********************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-safe-bottom/props.js ***!
|
|
|
\**********************************************************************************************************************/
|
|
@@ -21933,21 +21965,21 @@ var _default = {
|
|
|
exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 370 */,
|
|
|
-/* 371 */,
|
|
|
-/* 372 */,
|
|
|
-/* 373 */,
|
|
|
-/* 374 */,
|
|
|
-/* 375 */,
|
|
|
-/* 376 */,
|
|
|
-/* 377 */,
|
|
|
-/* 378 */,
|
|
|
-/* 379 */,
|
|
|
-/* 380 */,
|
|
|
-/* 381 */,
|
|
|
-/* 382 */,
|
|
|
-/* 383 */,
|
|
|
-/* 384 */
|
|
|
+/* 402 */,
|
|
|
+/* 403 */,
|
|
|
+/* 404 */,
|
|
|
+/* 405 */,
|
|
|
+/* 406 */,
|
|
|
+/* 407 */,
|
|
|
+/* 408 */,
|
|
|
+/* 409 */,
|
|
|
+/* 410 */,
|
|
|
+/* 411 */,
|
|
|
+/* 412 */,
|
|
|
+/* 413 */,
|
|
|
+/* 414 */,
|
|
|
+/* 415 */,
|
|
|
+/* 416 */
|
|
|
/*!******************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-toolbar/props.js ***!
|
|
|
\******************************************************************************************************************/
|
|
@@ -21999,14 +22031,14 @@ exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 385 */,
|
|
|
-/* 386 */,
|
|
|
-/* 387 */,
|
|
|
-/* 388 */,
|
|
|
-/* 389 */,
|
|
|
-/* 390 */,
|
|
|
-/* 391 */,
|
|
|
-/* 392 */
|
|
|
+/* 417 */,
|
|
|
+/* 418 */,
|
|
|
+/* 419 */,
|
|
|
+/* 420 */,
|
|
|
+/* 421 */,
|
|
|
+/* 422 */,
|
|
|
+/* 423 */,
|
|
|
+/* 424 */
|
|
|
/*!***********************************************************************************************************************!*\
|
|
|
!*** C:/Users/Administrator/Desktop/yswc/hire-wx-houxuanren/node_modules/uview-ui/components/u-loading-icon/props.js ***!
|
|
|
\***********************************************************************************************************************/
|