From 02cb47bef10bafc3a591f160f0b286df529c704a Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 12 四月 2024 15:10:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
wx/unpackage/dist/dev/mp-weixin/common/vendor.js | 563 +++++++++++++++----------------------------------------
1 files changed, 158 insertions(+), 405 deletions(-)
diff --git a/wx/unpackage/dist/dev/mp-weixin/common/vendor.js b/wx/unpackage/dist/dev/mp-weixin/common/vendor.js
index 796e127..8d41715 100644
--- a/wx/unpackage/dist/dev/mp-weixin/common/vendor.js
+++ b/wx/unpackage/dist/dev/mp-weixin/common/vendor.js
@@ -1557,7 +1557,7 @@
try {
data = data.call(context); // 鏀寔 Vue.prototype 涓婃寕鐨勬暟鎹�
} catch (e) {
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","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":"wx","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
console.warn('鏍规嵁 Vue 鐨� data 鍑芥暟鍒濆鍖栧皬绋嬪簭 data 澶辫触锛岃灏介噺纭繚 data 鍑芥暟涓笉璁块棶 vm 瀵硅薄锛屽惁鍒欏彲鑳藉奖鍝嶉娆℃暟鎹覆鏌撻�熷害銆�', data);
}
}
@@ -8923,7 +8923,7 @@
function flushCallbacks$1(vm) {
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","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":"wx","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 + ']');
@@ -8944,14 +8944,14 @@
//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":"wx","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":"wx","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":"wx","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":"wx","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');
@@ -9047,7 +9047,7 @@
});
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
if (Object.keys(diffData).length) {
- if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","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":"wx","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
']宸噺鏇存柊',
JSON.stringify(diffData));
@@ -20699,6 +20699,14 @@
var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return vm.$u.http.post('business/applyChange/getChangeMemberListOnlineSignLink', data);
}; // 鎶曚繚纭涔︾绔犱笟鍔�
+ var supplement = function supplement() {
+ var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ return vm.$u.http.post('business/settleClaims/supplement', data);
+ }; // 琛ュ厖璇存槑
+ var claimsUploadFile = function claimsUploadFile() {
+ var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
+ return vm.$u.http.post('business/settleClaims/claimsUploadFile', data);
+ }; // 闄勪欢涓婁紶
vm.$u.api = {
loginByWxMini: loginByWxMini,
@@ -20738,7 +20746,9 @@
getJiajianBaoSignLink: getJiajianBaoSignLink,
getMemberListOnlineSignLink: getMemberListOnlineSignLink,
getSignWTBTBDLink: getSignWTBTBDLink,
- getChangeMemberListOnlineSignLink: getChangeMemberListOnlineSignLink
+ getChangeMemberListOnlineSignLink: getChangeMemberListOnlineSignLink,
+ supplement: supplement,
+ claimsUploadFile: claimsUploadFile
};
};
var _default = {
@@ -20790,7 +20800,7 @@
uni.$u.http.interceptors.response.use(function (response) {
uni.hideLoading();
// 鐧诲綍杩囨湡
- if (response.data.code === 401) {
+ if (response.data.code === 401 && vm.$store.state.cookies) {
if (!isRefreshing) {
// 鏄惁宸茬粡鎵ц鍒锋柊
isRefreshing = true;
@@ -20814,6 +20824,9 @@
isRefreshing = false;
if (res.data.data) {
vm.$store.commit('setCookies', res.data.data);
+ vm.$u.api.getUserInfo().then(function (user) {
+ vm.$store.commit('setUserInfo', user.data);
+ });
// 宸茬粡鍒锋柊浜唗oken锛屽皢鎵�鏈夐槦鍒椾腑鐨勮姹傝繘琛岄噸璇�
requests.forEach(function (item) {
return item(res.data.data);
@@ -20846,6 +20859,10 @@
response.config.header['doumee-auth-token'] = token;
resolve(uni.$u.http.request(response.config));
});
+ });
+ } else if (response.data.code === 401 && !vm.$store.state.cookies) {
+ uni.navigateTo({
+ url: '/pages/login/login'
});
}
if (response.data.code !== 200) {
@@ -22931,7 +22948,14 @@
/* 487 */,
/* 488 */,
/* 489 */,
-/* 490 */
+/* 490 */,
+/* 491 */,
+/* 492 */,
+/* 493 */,
+/* 494 */,
+/* 495 */,
+/* 496 */,
+/* 497 */
/*!***************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-popup/props.js ***!
\***************************************************************************/
@@ -23028,14 +23052,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
-/* 491 */,
-/* 492 */,
-/* 493 */,
-/* 494 */,
-/* 495 */,
-/* 496 */,
-/* 497 */,
-/* 498 */
+/* 498 */,
+/* 499 */,
+/* 500 */,
+/* 501 */,
+/* 502 */,
+/* 503 */,
+/* 504 */,
+/* 505 */
/*!****************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-sticky/props.js ***!
\****************************************************************************/
@@ -23087,14 +23111,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
-/* 499 */,
-/* 500 */,
-/* 501 */,
-/* 502 */,
-/* 503 */,
-/* 504 */,
-/* 505 */,
-/* 506 */
+/* 506 */,
+/* 507 */,
+/* 508 */,
+/* 509 */,
+/* 510 */,
+/* 511 */,
+/* 512 */,
+/* 513 */
/*!****************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-search/props.js ***!
\****************************************************************************/
@@ -23230,14 +23254,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
-/* 507 */,
-/* 508 */,
-/* 509 */,
-/* 510 */,
-/* 511 */,
-/* 512 */,
-/* 513 */,
-/* 514 */
+/* 514 */,
+/* 515 */,
+/* 516 */,
+/* 517 */,
+/* 518 */,
+/* 519 */,
+/* 520 */,
+/* 521 */
/*!******************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-textarea/props.js ***!
\******************************************************************************/
@@ -23374,332 +23398,12 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
-/* 515 */,
-/* 516 */,
-/* 517 */,
-/* 518 */,
-/* 519 */,
-/* 520 */
-/*!****************************************************************************!*\
- !*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-upload/utils.js ***!
- \****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-/* WEBPACK VAR INJECTION */(function(uni, wx) {
-
-var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ 4);
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.chooseFile = chooseFile;
-var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ 11));
-function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
-function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
-function pickExclude(obj, keys) {
- // 鏌愪簺鎯呭喌涓嬶紝type鍙兘浼氫负
- if (!['[object Object]', '[object File]'].includes(Object.prototype.toString.call(obj))) {
- return {};
- }
- return Object.keys(obj).reduce(function (prev, key) {
- if (!keys.includes(key)) {
- prev[key] = obj[key];
- }
- return prev;
- }, {});
-}
-function formatImage(res) {
- return res.tempFiles.map(function (item) {
- return _objectSpread(_objectSpread({}, pickExclude(item, ['path'])), {}, {
- type: 'image',
- url: item.path,
- thumb: item.path,
- size: item.size
- });
- });
-}
-function formatVideo(res) {
- return [_objectSpread(_objectSpread({}, pickExclude(res, ['tempFilePath', 'thumbTempFilePath', 'errMsg'])), {}, {
- type: 'video',
- url: res.tempFilePath,
- thumb: res.thumbTempFilePath,
- size: res.size
- })];
-}
-function formatMedia(res) {
- return res.tempFiles.map(function (item) {
- return _objectSpread(_objectSpread({}, pickExclude(item, ['fileType', 'thumbTempFilePath', 'tempFilePath'])), {}, {
- type: res.type,
- url: item.tempFilePath,
- thumb: res.type === 'video' ? item.thumbTempFilePath : item.tempFilePath,
- size: item.size
- });
- });
-}
-function formatFile(res) {
- return res.tempFiles.map(function (item) {
- return _objectSpread(_objectSpread({}, pickExclude(item, ['path'])), {}, {
- url: item.path,
- size: item.size
- });
- });
-}
-function chooseFile(_ref) {
- var accept = _ref.accept,
- multiple = _ref.multiple,
- capture = _ref.capture,
- compressed = _ref.compressed,
- maxDuration = _ref.maxDuration,
- sizeType = _ref.sizeType,
- camera = _ref.camera,
- maxCount = _ref.maxCount;
- return new Promise(function (resolve, reject) {
- switch (accept) {
- case 'image':
- uni.chooseImage({
- count: multiple ? Math.min(maxCount, 9) : 1,
- sourceType: capture,
- sizeType: sizeType,
- success: function success(res) {
- return resolve(formatImage(res));
- },
- fail: reject
- });
- break;
-
- // 鍙湁寰俊灏忕▼搴忔墠鏀寔chooseMedia鎺ュ彛
- case 'media':
- wx.chooseMedia({
- count: multiple ? Math.min(maxCount, 9) : 1,
- sourceType: capture,
- maxDuration: maxDuration,
- sizeType: sizeType,
- camera: camera,
- success: function success(res) {
- return resolve(formatMedia(res));
- },
- fail: reject
- });
- break;
- case 'video':
- uni.chooseVideo({
- sourceType: capture,
- compressed: compressed,
- maxDuration: maxDuration,
- camera: camera,
- success: function success(res) {
- return resolve(formatVideo(res));
- },
- fail: reject
- });
- break;
-
- // 鍙湁寰俊灏忕▼搴忔墠鏀寔chooseMessageFile鎺ュ彛
- case 'file':
- wx.chooseMessageFile({
- count: multiple ? maxCount : 1,
- type: accept,
- success: function success(res) {
- return resolve(formatFile(res));
- },
- fail: reject
- });
- break;
- default:
- // 姝や负淇濆簳閫夐」锛屽湪accept涓嶄负涓婇潰浠绘剰涓�椤圭殑鏃跺�欓�夊彇鍏ㄩ儴鏂囦欢
-
- wx.chooseMessageFile({
- count: multiple ? maxCount : 1,
- type: 'all',
- success: function success(res) {
- return resolve(formatFile(res));
- },
- fail: reject
- });
- }
- });
-}
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"], __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/wx.js */ 1)["default"]))
-
-/***/ }),
-/* 521 */
-/*!****************************************************************************!*\
- !*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-upload/mixin.js ***!
- \****************************************************************************/
-/*! no static exports found */
-/***/ (function(module, exports, __webpack_require__) {
-
-"use strict";
-
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-exports.default = void 0;
-var _default = {
- watch: {
- // 鐩戝惉accept鐨勫彉鍖栵紝鍒ゆ柇鏄惁绗﹀悎涓钩鍙拌姹�
- // 鍙湁寰俊灏忕▼搴忔墠鏀寔閫夋嫨濯掍綋锛屾枃浠剁被鍨嬶紝鎵�浠ヨ繖閲屽仛涓�涓垽鏂彁绀�
- accept: {
- immediate: true,
- handler: function handler(val) {}
- }
- }
-};
-exports.default = _default;
-
-/***/ }),
-/* 522 */
-/*!****************************************************************************!*\
- !*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-upload/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: {
- // 鎺ュ彈鐨勬枃浠剁被鍨�, 鍙�夊�间负all media image file video
- accept: {
- type: String,
- default: uni.$u.props.upload.accept
- },
- // 鍥剧墖鎴栬棰戞嬀鍙栨ā寮忥紝褰揳ccept涓篿mage绫诲瀷鏃惰缃甤apture鍙�夐澶朿amera鍙互鐩存帴璋冭捣鎽勫儚澶�
- capture: {
- type: [String, Array],
- default: uni.$u.props.upload.capture
- },
- // 褰揳ccept涓簐ideo鏃剁敓鏁堬紝鏄惁鍘嬬缉瑙嗛锛岄粯璁や负true
- compressed: {
- type: Boolean,
- default: uni.$u.props.upload.compressed
- },
- // 褰揳ccept涓簐ideo鏃剁敓鏁堬紝鍙�夊�间负back鎴杅ront
- camera: {
- type: String,
- default: uni.$u.props.upload.camera
- },
- // 褰揳ccept涓簐ideo鏃剁敓鏁堬紝鎷嶆憚瑙嗛鏈�闀挎媿鎽勬椂闂达紝鍗曚綅绉�
- maxDuration: {
- type: Number,
- default: uni.$u.props.upload.maxDuration
- },
- // 涓婁紶鍖哄煙鐨勫浘鏍囷紝鍙兘鍐呯疆鍥炬爣
- uploadIcon: {
- type: String,
- default: uni.$u.props.upload.uploadIcon
- },
- // 涓婁紶鍖哄煙鐨勫浘鏍囩殑棰滆壊锛岄粯璁�
- uploadIconColor: {
- type: String,
- default: uni.$u.props.upload.uploadIconColor
- },
- // 鏄惁寮�鍚枃浠惰鍙栧墠浜嬩欢
- useBeforeRead: {
- type: Boolean,
- default: uni.$u.props.upload.useBeforeRead
- },
- // 璇诲彇鍚庣殑澶勭悊鍑芥暟
- afterRead: {
- type: Function,
- default: null
- },
- // 璇诲彇鍓嶇殑澶勭悊鍑芥暟
- beforeRead: {
- type: Function,
- default: null
- },
- // 鏄惁鏄剧ず缁勪欢鑷甫鐨勫浘鐗囬瑙堝姛鑳�
- previewFullImage: {
- type: Boolean,
- default: uni.$u.props.upload.previewFullImage
- },
- // 鏈�澶т笂浼犳暟閲�
- maxCount: {
- type: [String, Number],
- default: uni.$u.props.upload.maxCount
- },
- // 鏄惁鍚敤
- disabled: {
- type: Boolean,
- default: uni.$u.props.upload.disabled
- },
- // 棰勮涓婁紶鐨勫浘鐗囨椂鐨勮鍓ā寮忥紝鍜宨mage缁勪欢mode灞炴�т竴鑷�
- imageMode: {
- type: String,
- default: uni.$u.props.upload.imageMode
- },
- // 鏍囪瘑绗︼紝鍙互鍦ㄥ洖璋冨嚱鏁扮殑绗簩椤瑰弬鏁颁腑鑾峰彇
- name: {
- type: String,
- default: uni.$u.props.upload.name
- },
- // 鎵�閫夌殑鍥剧墖鐨勫昂瀵�, 鍙�夊�间负original compressed
- sizeType: {
- type: Array,
- default: uni.$u.props.upload.sizeType
- },
- // 鏄惁寮�鍚浘鐗囧閫夛紝閮ㄥ垎瀹夊崜鏈哄瀷涓嶆敮鎸�
- multiple: {
- type: Boolean,
- default: uni.$u.props.upload.multiple
- },
- // 鏄惁灞曠ず鍒犻櫎鎸夐挳
- deletable: {
- type: Boolean,
- default: uni.$u.props.upload.deletable
- },
- // 鏂囦欢澶у皬闄愬埗锛屽崟浣嶄负byte
- maxSize: {
- type: [String, Number],
- default: uni.$u.props.upload.maxSize
- },
- // 鏄剧ず宸蹭笂浼犵殑鏂囦欢鍒楄〃
- fileList: {
- type: Array,
- default: uni.$u.props.upload.fileList
- },
- // 涓婁紶鍖哄煙鐨勬彁绀烘枃瀛�
- uploadText: {
- type: String,
- default: uni.$u.props.upload.uploadText
- },
- // 鍐呴儴棰勮鍥剧墖鍖哄煙鍜岄�夋嫨鍥剧墖鎸夐挳鐨勫尯鍩熷搴�
- width: {
- type: [String, Number],
- default: uni.$u.props.upload.width
- },
- // 鍐呴儴棰勮鍥剧墖鍖哄煙鍜岄�夋嫨鍥剧墖鎸夐挳鐨勫尯鍩熼珮搴�
- height: {
- type: [String, Number],
- default: uni.$u.props.upload.height
- },
- // 鏄惁鍦ㄤ笂浼犲畬鎴愬悗灞曠ず棰勮鍥�
- previewImage: {
- type: Boolean,
- default: uni.$u.props.upload.previewImage
- }
- }
-};
-exports.default = _default;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
-
-/***/ }),
+/* 522 */,
/* 523 */,
/* 524 */,
/* 525 */,
/* 526 */,
-/* 527 */,
-/* 528 */,
-/* 529 */,
-/* 530 */
+/* 527 */
/*!************************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-checkbox-group/props.js ***!
\************************************************************************************/
@@ -23796,14 +23500,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
+/* 528 */,
+/* 529 */,
+/* 530 */,
/* 531 */,
/* 532 */,
/* 533 */,
/* 534 */,
-/* 535 */,
-/* 536 */,
-/* 537 */,
-/* 538 */
+/* 535 */
/*!******************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-checkbox/props.js ***!
\******************************************************************************/
@@ -23890,14 +23594,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
+/* 536 */,
+/* 537 */,
+/* 538 */,
/* 539 */,
/* 540 */,
/* 541 */,
/* 542 */,
-/* 543 */,
-/* 544 */,
-/* 545 */,
-/* 546 */
+/* 543 */
/*!**********************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-loading-icon/props.js ***!
\**********************************************************************************/
@@ -23974,14 +23678,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
+/* 544 */,
+/* 545 */,
+/* 546 */,
/* 547 */,
/* 548 */,
/* 549 */,
/* 550 */,
-/* 551 */,
-/* 552 */,
-/* 553 */,
-/* 554 */
+/* 551 */
/*!**************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-line/props.js ***!
\**************************************************************************/
@@ -24032,14 +23736,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
+/* 552 */,
+/* 553 */,
+/* 554 */,
/* 555 */,
/* 556 */,
/* 557 */,
/* 558 */,
-/* 559 */,
-/* 560 */,
-/* 561 */,
-/* 562 */
+/* 559 */
/*!***************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-badge/props.js ***!
\***************************************************************************/
@@ -24129,14 +23833,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
+/* 560 */,
+/* 561 */,
+/* 562 */,
/* 563 */,
/* 564 */,
/* 565 */,
/* 566 */,
-/* 567 */,
-/* 568 */,
-/* 569 */,
-/* 570 */
+/* 567 */
/*!****************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/libs/util/async-validator.js ***!
\****************************************************************************/
@@ -24174,7 +23878,7 @@
var formatRegExp = /%[sdj%]/g;
var warning = function warning() {}; // don't print warning message when in production env or node runtime
-if (typeof process !== 'undefined' && Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}) && "development" !== 'production' && typeof window !== 'undefined' && typeof document !== 'undefined') {
+if (typeof process !== 'undefined' && Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"wx","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}) && "development" !== 'production' && typeof window !== 'undefined' && typeof document !== 'undefined') {
warning = function warning(type, errors) {
if (typeof console !== 'undefined' && console.warn) {
if (errors.every(function (e) {
@@ -25317,10 +25021,10 @@
Schema.messages = messages;
var _default = Schema; // # sourceMappingURL=index.js.map
exports.default = _default;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../鍔炲叕/HBuilderX.3.8.12.20230817/HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 571)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../鍔炲叕/HBuilderX.3.8.12.20230817/HBuilderX/plugins/uniapp-cli/node_modules/node-libs-browser/mock/process.js */ 568)))
/***/ }),
-/* 571 */
+/* 568 */
/*!********************************************************!*\
!*** ./node_modules/node-libs-browser/mock/process.js ***!
\********************************************************/
@@ -25351,7 +25055,7 @@
var path;
exports.cwd = function () { return cwd };
exports.chdir = function (dir) {
- if (!path) path = __webpack_require__(/*! path */ 572);
+ if (!path) path = __webpack_require__(/*! path */ 569);
cwd = path.resolve(dir, cwd);
};
})();
@@ -25364,7 +25068,7 @@
/***/ }),
-/* 572 */
+/* 569 */
/*!***********************************************!*\
!*** ./node_modules/path-browserify/index.js ***!
\***********************************************/
@@ -25674,9 +25378,12 @@
}
;
-/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 571)))
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../node-libs-browser/mock/process.js */ 568)))
/***/ }),
+/* 570 */,
+/* 571 */,
+/* 572 */,
/* 573 */,
/* 574 */,
/* 575 */,
@@ -25686,10 +25393,7 @@
/* 579 */,
/* 580 */,
/* 581 */,
-/* 582 */,
-/* 583 */,
-/* 584 */,
-/* 585 */
+/* 582 */
/*!*****************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-toolbar/props.js ***!
\*****************************************************************************/
@@ -25741,14 +25445,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
+/* 583 */,
+/* 584 */,
+/* 585 */,
/* 586 */,
/* 587 */,
/* 588 */,
/* 589 */,
-/* 590 */,
-/* 591 */,
-/* 592 */,
-/* 593 */
+/* 590 */
/*!*****************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-overlay/props.js ***!
\*****************************************************************************/
@@ -25790,14 +25494,63 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
+/* 591 */,
+/* 592 */,
+/* 593 */,
/* 594 */,
/* 595 */,
/* 596 */,
/* 597 */,
-/* 598 */,
+/* 598 */
+/*!*************************************************************************!*\
+ !*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-gap/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: {
+ // 鑳屾櫙棰滆壊锛堥粯璁ransparent锛�
+ bgColor: {
+ type: String,
+ default: uni.$u.props.gap.bgColor
+ },
+ // 鍒嗗壊妲介珮搴︼紝鍗曚綅px锛堥粯璁�30锛�
+ height: {
+ type: [String, Number],
+ default: uni.$u.props.gap.height
+ },
+ // 涓庝笂涓�涓粍浠剁殑璺濈
+ marginTop: {
+ type: [String, Number],
+ default: uni.$u.props.gap.marginTop
+ },
+ // 涓庝笅涓�涓粍浠剁殑璺濈
+ marginBottom: {
+ type: [String, Number],
+ default: uni.$u.props.gap.marginBottom
+ }
+ }
+};
+exports.default = _default;
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
+
+/***/ }),
/* 599 */,
/* 600 */,
-/* 601 */
+/* 601 */,
+/* 602 */,
+/* 603 */,
+/* 604 */,
+/* 605 */,
+/* 606 */
/*!********************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-transition/props.js ***!
\********************************************************************************/
@@ -25839,7 +25592,7 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
-/* 602 */
+/* 607 */
/*!*************************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-transition/transition.js ***!
\*************************************************************************************/
@@ -25856,7 +25609,7 @@
exports.default = void 0;
var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ 55));
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ 57));
-var _nvueAniMap = _interopRequireDefault(__webpack_require__(/*! ./nvue.ani-map.js */ 603));
+var _nvueAniMap = _interopRequireDefault(__webpack_require__(/*! ./nvue.ani-map.js */ 608));
// 瀹氫箟涓�涓竴瀹氭椂闂村悗鑷姩鎴愬姛鐨刾romise锛岃璋冪敤nextTick鏂规硶澶勶紝杩涘叆涓嬩竴涓猼hen鏂规硶
var nextTick = function nextTick() {
return new Promise(function (resolve) {
@@ -25948,7 +25701,7 @@
exports.default = _default;
/***/ }),
-/* 603 */
+/* 608 */
/*!***************************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-transition/nvue.ani-map.js ***!
\***************************************************************************************/
@@ -26141,14 +25894,14 @@
exports.default = _default;
/***/ }),
-/* 604 */,
-/* 605 */,
-/* 606 */,
-/* 607 */,
-/* 608 */,
/* 609 */,
/* 610 */,
-/* 611 */
+/* 611 */,
+/* 612 */,
+/* 613 */,
+/* 614 */,
+/* 615 */,
+/* 616 */
/*!********************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-status-bar/props.js ***!
\********************************************************************************/
@@ -26174,14 +25927,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
-/* 612 */,
-/* 613 */,
-/* 614 */,
-/* 615 */,
-/* 616 */,
/* 617 */,
/* 618 */,
-/* 619 */
+/* 619 */,
+/* 620 */,
+/* 621 */,
+/* 622 */,
+/* 623 */,
+/* 624 */
/*!*********************************************************************************!*\
!*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-safe-bottom/props.js ***!
\*********************************************************************************/
--
Gitblit v1.9.3