From fe7ac1ca4e17db22417d1d61c084a0ab9857b77f Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 12 四月 2024 10:46:21 +0800
Subject: [PATCH] mrshi

---
 wx/unpackage/dist/dev/mp-weixin/common/vendor.js |  371 ++++++++++++++++++++--------------------------------
 1 files changed, 146 insertions(+), 225 deletions(-)

diff --git a/wx/unpackage/dist/dev/mp-weixin/common/vendor.js b/wx/unpackage/dist/dev/mp-weixin/common/vendor.js
index 3a85629..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));
@@ -20800,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;
@@ -20824,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);
@@ -20856,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) {
@@ -22941,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 ***!
   \***************************************************************************/
@@ -23038,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 ***!
   \****************************************************************************/
@@ -23097,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 ***!
   \****************************************************************************/
@@ -23240,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 ***!
   \******************************************************************************/
@@ -23384,22 +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 */,
-/* 521 */,
 /* 522 */,
 /* 523 */,
 /* 524 */,
 /* 525 */,
 /* 526 */,
-/* 527 */,
-/* 528 */,
-/* 529 */,
-/* 530 */
+/* 527 */
 /*!************************************************************************************!*\
   !*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-checkbox-group/props.js ***!
   \************************************************************************************/
@@ -23496,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 ***!
   \******************************************************************************/
@@ -23590,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 ***!
   \**********************************************************************************/
@@ -23674,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 ***!
   \**************************************************************************/
@@ -23732,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 ***!
   \***************************************************************************/
@@ -23829,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 ***!
   \****************************************************************************/
@@ -23874,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) {
@@ -25017,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 ***!
   \********************************************************/
@@ -25051,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);
     };
 })();
@@ -25064,7 +25068,7 @@
 
 
 /***/ }),
-/* 572 */
+/* 569 */
 /*!***********************************************!*\
   !*** ./node_modules/path-browserify/index.js ***!
   \***********************************************/
@@ -25374,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 */,
@@ -25386,10 +25393,7 @@
 /* 579 */,
 /* 580 */,
 /* 581 */,
-/* 582 */,
-/* 583 */,
-/* 584 */,
-/* 585 */
+/* 582 */
 /*!*****************************************************************************!*\
   !*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-toolbar/props.js ***!
   \*****************************************************************************/
@@ -25441,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 ***!
   \*****************************************************************************/
@@ -25490,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 ***!
   \********************************************************************************/
@@ -25539,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 ***!
   \*************************************************************************************/
@@ -25556,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) {
@@ -25648,7 +25701,7 @@
 exports.default = _default;
 
 /***/ }),
-/* 603 */
+/* 608 */
 /*!***************************************************************************************!*\
   !*** D:/璞嗙背/yunyibao/wx/node_modules/uview-ui/components/u-transition/nvue.ani-map.js ***!
   \***************************************************************************************/
@@ -25841,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 ***!
   \********************************************************************************/
@@ -25874,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 ***!
   \*********************************************************************************/
@@ -25899,138 +25952,6 @@
   props: {}
 };
 exports.default = _default;
-
-/***/ }),
-/* 620 */,
-/* 621 */,
-/* 622 */,
-/* 623 */,
-/* 624 */,
-/* 625 */,
-/* 626 */,
-/* 627 */,
-/* 628 */,
-/* 629 */,
-/* 630 */,
-/* 631 */,
-/* 632 */,
-/* 633 */,
-/* 634 */,
-/* 635 */,
-/* 636 */,
-/* 637 */,
-/* 638 */,
-/* 639 */,
-/* 640 */,
-/* 641 */,
-/* 642 */,
-/* 643 */,
-/* 644 */,
-/* 645 */,
-/* 646 */,
-/* 647 */,
-/* 648 */,
-/* 649 */,
-/* 650 */,
-/* 651 */,
-/* 652 */,
-/* 653 */,
-/* 654 */,
-/* 655 */,
-/* 656 */,
-/* 657 */,
-/* 658 */,
-/* 659 */,
-/* 660 */,
-/* 661 */,
-/* 662 */,
-/* 663 */,
-/* 664 */,
-/* 665 */,
-/* 666 */,
-/* 667 */,
-/* 668 */,
-/* 669 */,
-/* 670 */,
-/* 671 */,
-/* 672 */,
-/* 673 */,
-/* 674 */,
-/* 675 */,
-/* 676 */,
-/* 677 */,
-/* 678 */,
-/* 679 */,
-/* 680 */,
-/* 681 */,
-/* 682 */,
-/* 683 */,
-/* 684 */,
-/* 685 */,
-/* 686 */,
-/* 687 */,
-/* 688 */,
-/* 689 */,
-/* 690 */,
-/* 691 */,
-/* 692 */,
-/* 693 */,
-/* 694 */,
-/* 695 */,
-/* 696 */,
-/* 697 */,
-/* 698 */,
-/* 699 */,
-/* 700 */,
-/* 701 */,
-/* 702 */,
-/* 703 */,
-/* 704 */,
-/* 705 */,
-/* 706 */,
-/* 707 */,
-/* 708 */,
-/* 709 */,
-/* 710 */
-/*!*************************************************************************!*\
-  !*** 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"]))
 
 /***/ })
 ]]);

--
Gitblit v1.9.3