jiangping
2025-05-29 2b0a139f88adbbb67bc6feed69dc1ee9ff158cb9
wx/unpackage/dist/dev/mp-weixin/common/vendor.js
@@ -39,6 +39,15 @@
  return newWx;
}
target[key] = initWx();
if (!target[key].canIUse('getAppBaseInfo')) {
  target[key].getAppBaseInfo = target[key].getSystemInfoSync;
}
if (!target[key].canIUse('getWindowInfo')) {
  target[key].getWindowInfo = target[key].getSystemInfoSync;
}
if (!target[key].canIUse('getDeviceInfo')) {
  target[key].getDeviceInfo = target[key].getSystemInfoSync;
}
var _default = target[key];
exports.default = _default;
@@ -351,6 +360,10 @@
    }
    return new Promise(function (resolve, reject) {
      res.then(function (res) {
        if (!res) {
          resolve(res);
          return;
        }
        if (res[0]) {
          reject(res[0]);
        } else {
@@ -360,7 +373,7 @@
    });
  }
};
var SYNC_API_RE = /^\$|Window$|WindowStyle$|sendHostEvent|sendNativeEvent|restoreGlobal|requireGlobal|getCurrentSubNVue|getMenuButtonBoundingClientRect|^report|interceptors|Interceptor$|getSubNVueById|requireNativePlugin|upx2px|hideKeyboard|canIUse|^create|Sync$|Manager$|base64ToArrayBuffer|arrayBufferToBase64|getLocale|setLocale|invokePushCallback|getWindowInfo|getDeviceInfo|getAppBaseInfo|getSystemSetting|getAppAuthorizeSetting|initUTS|requireUTS|registerUTS/;
var SYNC_API_RE = /^\$|__f__|Window$|WindowStyle$|sendHostEvent|sendNativeEvent|restoreGlobal|requireGlobal|getCurrentSubNVue|getMenuButtonBoundingClientRect|^report|interceptors|Interceptor$|getSubNVueById|requireNativePlugin|rpx2px|upx2px|hideKeyboard|canIUse|^create|Sync$|Manager$|base64ToArrayBuffer|arrayBufferToBase64|getLocale|setLocale|invokePushCallback|getWindowInfo|getDeviceInfo|getAppBaseInfo|getSystemSetting|getAppAuthorizeSetting|initUTS|requireUTS|registerUTS/;
var CONTEXT_API_RE = /^create|Manager$/;
// Context例外情况
@@ -433,10 +446,12 @@
var deviceWidth = 0;
var deviceDPR = 0;
function checkDeviceWidth() {
  var _wx$getSystemInfoSync = wx.getSystemInfoSync(),
    platform = _wx$getSystemInfoSync.platform,
    pixelRatio = _wx$getSystemInfoSync.pixelRatio,
    windowWidth = _wx$getSystemInfoSync.windowWidth; // uni=>wx runtime 编译目标是 uni 对象,内部不允许直接使用 uni
  var _Object$assign = Object.assign({}, wx.getWindowInfo(), {
      platform: wx.getDeviceInfo().platform
    }),
    windowWidth = _Object$assign.windowWidth,
    pixelRatio = _Object$assign.pixelRatio,
    platform = _Object$assign.platform; // uni=>wx runtime 编译目标是 uni 对象,内部不允许直接使用 uni
  deviceWidth = windowWidth;
  deviceDPR = pixelRatio;
@@ -470,9 +485,18 @@
var LOCALE_FR = 'fr';
var LOCALE_ES = 'es';
var messages = {};
function getLocaleLanguage() {
  var localeLanguage = '';
  {
    var appBaseInfo = wx.getAppBaseInfo();
    var language = appBaseInfo && appBaseInfo.language ? appBaseInfo.language : LOCALE_EN;
    localeLanguage = normalizeLocale(language) || LOCALE_EN;
  }
  return localeLanguage;
}
var locale;
{
  locale = normalizeLocale(wx.getSystemInfoSync().language) || LOCALE_EN;
  locale = getLocaleLanguage();
}
function initI18nMessages() {
  if (!isEnableLocale()) {
@@ -594,7 +618,7 @@
      return app.$vm.$locale;
    }
  }
  return normalizeLocale(wx.getSystemInfoSync().language) || LOCALE_EN;
  return getLocaleLanguage();
}
function setLocale$1(locale) {
  var app = isFn(getApp) ? getApp() : false;
@@ -628,6 +652,7 @@
var baseApi = /*#__PURE__*/Object.freeze({
  __proto__: null,
  upx2px: upx2px,
  rpx2px: upx2px,
  getLocale: getLocale$1,
  setLocale: setLocale$1,
  onLocaleChange: onLocaleChange,
@@ -770,7 +795,7 @@
  var _SDKVersion = SDKVersion;
  // hostLanguage
  var hostLanguage = language.replace(/_/g, '-');
  var hostLanguage = (language || '').replace(/_/g, '-');
  // wx.getAccountInfoSync
@@ -780,8 +805,9 @@
    appVersion: "1.0.0",
    appVersionCode: "100",
    appLanguage: getAppLanguage(hostLanguage),
    uniCompileVersion: "4.08",
    uniRuntimeVersion: "4.08",
    uniCompileVersion: "4.57",
    uniCompilerVersion: "4.57",
    uniRuntimeVersion: "4.57",
    uniPlatform: undefined || "mp-weixin",
    deviceBrand: deviceBrand,
    deviceModel: model,
@@ -804,7 +830,8 @@
    ua: undefined,
    hostPackageName: undefined,
    browserName: undefined,
    browserVersion: undefined
    browserVersion: undefined,
    isUniAppX: false
  };
  Object.assign(result, parameters, extraParam);
}
@@ -872,7 +899,7 @@
      SDKVersion = _result.SDKVersion,
      theme = _result.theme;
    var _hostName = getHostName(result);
    var hostLanguage = language.replace('_', '-');
    var hostLanguage = (language || '').replace('_', '-');
    result = sortObject(Object.assign(result, {
      appId: "__UNI__B7BB99B",
      appName: "wx",
@@ -883,7 +910,12 @@
      hostLanguage: hostLanguage,
      hostName: _hostName,
      hostSDKVersion: SDKVersion,
      hostTheme: theme
      hostTheme: theme,
      isUniAppX: false,
      uniPlatform: undefined || "mp-weixin",
      uniCompileVersion: "4.57",
      uniCompilerVersion: "4.57",
      uniRuntimeVersion: "4.57"
    }));
  }
};
@@ -1248,6 +1280,12 @@
    }
  }
};
function __f__(type) {
  for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
    args[_key3 - 1] = arguments[_key3];
  }
  console[type].apply(console, args);
}
var baseInfo = wx.getAppBaseInfo && wx.getAppBaseInfo();
if (!baseInfo) {
  baseInfo = wx.getSystemInfoSync();
@@ -1260,7 +1298,8 @@
  getPushClientId: getPushClientId,
  onPushMessage: onPushMessage,
  offPushMessage: offPushMessage,
  invokePushCallback: invokePushCallback
  invokePushCallback: invokePushCallback,
  __f__: __f__
});
var mocks = ['__route__', '__wxExparserNodeId__', '__wxWebviewId__'];
function findVmByVueId(vm, vuePid) {
@@ -1402,8 +1441,8 @@
function initTriggerEvent(mpInstance) {
  var oldTriggerEvent = mpInstance.triggerEvent;
  var newTriggerEvent = function newTriggerEvent(event) {
    for (var _len3 = arguments.length, args = new Array(_len3 > 1 ? _len3 - 1 : 0), _key3 = 1; _key3 < _len3; _key3++) {
      args[_key3 - 1] = arguments[_key3];
    for (var _len4 = arguments.length, args = new Array(_len4 > 1 ? _len4 - 1 : 0), _key4 = 1; _key4 < _len4; _key4++) {
      args[_key4 - 1] = arguments[_key4];
    }
    // 事件名统一转驼峰格式,仅处理:当前组件为 vue 组件、当前组件为 vue 组件子组件
    if (this.$vm || this.dataset && this.dataset.comType) {
@@ -1430,8 +1469,8 @@
    markMPComponent(this);
    initTriggerEvent(this);
    if (oldHook) {
      for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) {
        args[_key4] = arguments[_key4];
      for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {
        args[_key5] = arguments[_key5];
      }
      return oldHook.apply(this, args);
    }
@@ -1557,7 +1596,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);
      }
    }
@@ -2110,10 +2149,19 @@
      appOptions[name] = methods[name];
    });
  }
  initAppLocale(_vue.default, vm, normalizeLocale(wx.getSystemInfoSync().language) || LOCALE_EN);
  initAppLocale(_vue.default, vm, getLocaleLanguage$1());
  initHooks(appOptions, hooks);
  initUnknownHooks(appOptions, vm.$options);
  return appOptions;
}
function getLocaleLanguage$1() {
  var localeLanguage = '';
  {
    var appBaseInfo = wx.getAppBaseInfo();
    var language = appBaseInfo && appBaseInfo.language ? appBaseInfo.language : LOCALE_EN;
    localeLanguage = normalizeLocale(language) || LOCALE_EN;
  }
  return localeLanguage;
}
function parseApp(vm) {
  return parseBaseApp(vm, {
@@ -2331,16 +2379,16 @@
  });
  if (isFn(appOptions.onShow) && wx.onAppShow) {
    wx.onAppShow(function () {
      for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) {
        args[_key5] = arguments[_key5];
      for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
        args[_key6] = arguments[_key6];
      }
      vm.__call_hook('onShow', args);
    });
  }
  if (isFn(appOptions.onHide) && wx.onAppHide) {
    wx.onAppHide(function () {
      for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
        args[_key6] = arguments[_key6];
      for (var _len7 = arguments.length, args = new Array(_len7), _key7 = 0; _key7 < _len7; _key7++) {
        args[_key7] = arguments[_key7];
      }
      vm.__call_hook('onHide', args);
    });
@@ -2355,16 +2403,16 @@
  var appOptions = parseApp(vm);
  if (isFn(appOptions.onShow) && wx.onAppShow) {
    wx.onAppShow(function () {
      for (var _len7 = arguments.length, args = new Array(_len7), _key7 = 0; _key7 < _len7; _key7++) {
        args[_key7] = arguments[_key7];
      for (var _len8 = arguments.length, args = new Array(_len8), _key8 = 0; _key8 < _len8; _key8++) {
        args[_key8] = arguments[_key8];
      }
      vm.__call_hook('onShow', args);
    });
  }
  if (isFn(appOptions.onHide) && wx.onAppHide) {
    wx.onAppHide(function () {
      for (var _len8 = arguments.length, args = new Array(_len8), _key8 = 0; _key8 < _len8; _key8++) {
        args[_key8] = arguments[_key8];
      for (var _len9 = arguments.length, args = new Array(_len9), _key9 = 0; _key9 < _len9; _key9++) {
        args[_key9] = arguments[_key9];
      }
      vm.__call_hook('onHide', args);
    });
@@ -2649,7 +2697,7 @@
var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ 14);
function toPropertyKey(t) {
  var i = toPrimitive(t, "string");
  return "symbol" == _typeof(i) ? i : String(i);
  return "symbol" == _typeof(i) ? i : i + "";
}
module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
@@ -3395,7 +3443,7 @@
__webpack_require__.r(__webpack_exports__);
/* WEBPACK VAR INJECTION */(function(global) {/*!
 * Vue.js v2.6.11
 * (c) 2014-2023 Evan You
 * (c) 2014-2024 Evan You
 * Released under the MIT License.
 */
/*  */
@@ -3908,7 +3956,7 @@
var inBrowser = typeof window !== 'undefined';
var inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform;
var weexPlatform = inWeex && WXEnvironment.platform.toLowerCase();
var UA = inBrowser && window.navigator.userAgent.toLowerCase();
var UA = inBrowser && window.navigator && window.navigator.userAgent.toLowerCase();
var isIE = UA && /msie|trident/.test(UA);
var isIE9 = UA && UA.indexOf('msie 9.0') > 0;
var isEdge = UA && UA.indexOf('edge/') > 0;
@@ -8923,7 +8971,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 +8992,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 +9095,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));
@@ -13379,7 +13427,7 @@
  function makeInvokeMethod(e, r, n) {
    var o = h;
    return function (i, a) {
      if (o === f) throw new Error("Generator is already running");
      if (o === f) throw Error("Generator is already running");
      if (o === s) {
        if ("throw" === i) throw a;
        return {
@@ -13527,7 +13575,7 @@
          } else if (c) {
            if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
          } else {
            if (!u) throw new Error("try statement without catch or finally");
            if (!u) throw Error("try statement without catch or finally");
            if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
          }
        }
@@ -13567,7 +13615,7 @@
          return o;
        }
      }
      throw new Error("illegal catch attempt");
      throw Error("illegal catch attempt");
    },
    delegateYield: function delegateYield(e, r, n) {
      return this.delegate = {
@@ -20699,9 +20747,44 @@
    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);
  }; // 附件上传
  var getAgreement = function getAgreement() {
    var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
    return vm.$u.http.post('/system/dict/getAgreement', data);
  }; // 附件上传
  var delFile = function delFile(id, fileId) {
    return vm.$u.http.get("business/settleClaims/delFile/".concat(id, "/").concat(fileId));
  }; // 删除附件
  var findList = function findList() {
    var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
    return vm.$u.http.post('business/applyDetail/findList', data);
  }; // 方案查询
  var saveSettleClaims = function saveSettleClaims() {
    var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
    return vm.$u.http.post('business/settleRisk/saveSettleClaims', data);
  }; // 理赔报案
  var saveSupplementFile = function saveSupplementFile() {
    var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
    return vm.$u.http.post('business/settleRisk/saveSupplementFile', data);
  }; // 添加材料
  var confirmFee = function confirmFee(id) {
    return vm.$u.http.get("business/settleRisk/confirmFee?id=".concat(id));
  }; // 确认金额
  var insuranceFile = function insuranceFile(id, type) {
    return vm.$u.http.get("business/insurance/".concat(id, "?type=").concat(type));
  }; // 根据ID查询
  vm.$u.api = {
    loginByWxMini: loginByWxMini,
    getAgreement: getAgreement,
    getUserInfo: getUserInfo,
    logout: logout,
    solutionsList: solutionsList,
@@ -20738,7 +20821,15 @@
    getJiajianBaoSignLink: getJiajianBaoSignLink,
    getMemberListOnlineSignLink: getMemberListOnlineSignLink,
    getSignWTBTBDLink: getSignWTBTBDLink,
    getChangeMemberListOnlineSignLink: getChangeMemberListOnlineSignLink
    getChangeMemberListOnlineSignLink: getChangeMemberListOnlineSignLink,
    supplement: supplement,
    claimsUploadFile: claimsUploadFile,
    delFile: delFile,
    findList: findList,
    saveSettleClaims: saveSettleClaims,
    saveSupplementFile: saveSupplementFile,
    confirmFee: confirmFee,
    insuranceFile: insuranceFile
  };
};
var _default = {
@@ -20790,7 +20881,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 +20905,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);
                            });
                            // 已经刷新了token,将所有队列中的请求进行重试
                            requests.forEach(function (item) {
                              return item(res.data.data);
@@ -20846,6 +20940,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) {
@@ -21215,7 +21313,17 @@
/* 408 */,
/* 409 */,
/* 410 */,
/* 411 */
/* 411 */,
/* 412 */,
/* 413 */,
/* 414 */,
/* 415 */,
/* 416 */,
/* 417 */,
/* 418 */,
/* 419 */,
/* 420 */,
/* 421 */
/*!********************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/libs/mixin/button.js ***!
  \********************************************************************/
@@ -21245,7 +21353,7 @@
exports.default = _default;
/***/ }),
/* 412 */
/* 422 */
/*!**********************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/libs/mixin/openType.js ***!
  \**********************************************************************/
@@ -21287,7 +21395,7 @@
exports.default = _default;
/***/ }),
/* 413 */
/* 423 */
/*!****************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-button/props.js ***!
  \****************************************************************************/
@@ -21466,21 +21574,21 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 414 */,
/* 415 */,
/* 416 */,
/* 417 */,
/* 418 */,
/* 419 */,
/* 420 */,
/* 421 */,
/* 422 */,
/* 423 */,
/* 424 */,
/* 425 */,
/* 426 */,
/* 427 */,
/* 428 */
/* 428 */,
/* 429 */,
/* 430 */,
/* 431 */,
/* 432 */,
/* 433 */,
/* 434 */,
/* 435 */,
/* 436 */,
/* 437 */,
/* 438 */
/*!***************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-modal/props.js ***!
  \***************************************************************************/
@@ -21582,14 +21690,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 429 */,
/* 430 */,
/* 431 */,
/* 432 */,
/* 433 */,
/* 434 */,
/* 435 */,
/* 436 */
/* 439 */,
/* 440 */,
/* 441 */,
/* 442 */,
/* 443 */,
/* 444 */,
/* 445 */,
/* 446 */
/*!**************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-tabs/props.js ***!
  \**************************************************************************/
@@ -21671,14 +21779,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 437 */,
/* 438 */,
/* 439 */,
/* 440 */,
/* 441 */,
/* 442 */,
/* 443 */,
/* 444 */
/* 447 */,
/* 448 */,
/* 449 */,
/* 450 */,
/* 451 */,
/* 452 */,
/* 453 */,
/* 454 */
/*!**************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-form/props.js ***!
  \**************************************************************************/
@@ -21741,12 +21849,12 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 445 */,
/* 446 */,
/* 447 */,
/* 448 */,
/* 449 */,
/* 450 */
/* 455 */,
/* 456 */,
/* 457 */,
/* 458 */,
/* 459 */,
/* 460 */
/*!*******************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-form-item/props.js ***!
  \*******************************************************************************/
@@ -21812,14 +21920,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 451 */,
/* 452 */,
/* 453 */,
/* 454 */,
/* 455 */,
/* 456 */,
/* 457 */,
/* 458 */
/* 461 */,
/* 462 */,
/* 463 */,
/* 464 */,
/* 465 */,
/* 466 */,
/* 467 */,
/* 468 */
/*!***************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-input/props.js ***!
  \***************************************************************************/
@@ -22024,12 +22132,12 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 459 */,
/* 460 */,
/* 461 */,
/* 462 */,
/* 463 */,
/* 464 */
/* 469 */,
/* 470 */,
/* 471 */,
/* 472 */,
/* 473 */,
/* 474 */
/*!**************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-icon/icons.js ***!
  \**************************************************************************/
@@ -22260,7 +22368,7 @@
exports.default = _default;
/***/ }),
/* 465 */
/* 475 */
/*!**************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-icon/props.js ***!
  \**************************************************************************/
@@ -22367,14 +22475,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 466 */,
/* 467 */,
/* 468 */,
/* 469 */,
/* 470 */,
/* 471 */,
/* 472 */,
/* 473 */
/* 476 */,
/* 477 */,
/* 478 */,
/* 479 */,
/* 480 */,
/* 481 */,
/* 482 */,
/* 483 */
/*!****************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-picker/props.js ***!
  \****************************************************************************/
@@ -22471,14 +22579,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 474 */,
/* 475 */,
/* 476 */,
/* 477 */,
/* 478 */,
/* 479 */,
/* 480 */,
/* 481 */
/* 484 */,
/* 485 */,
/* 486 */,
/* 487 */,
/* 488 */,
/* 489 */,
/* 490 */,
/* 491 */
/*!*************************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-datetime-picker/props.js ***!
  \*************************************************************************************/
@@ -22612,7 +22720,7 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 482 */
/* 492 */
/*!******************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/libs/util/dayjs.js ***!
  \******************************************************************/
@@ -22924,14 +23032,21 @@
});
/***/ }),
/* 483 */,
/* 484 */,
/* 485 */,
/* 486 */,
/* 487 */,
/* 488 */,
/* 489 */,
/* 490 */
/* 493 */,
/* 494 */,
/* 495 */,
/* 496 */,
/* 497 */,
/* 498 */,
/* 499 */,
/* 500 */,
/* 501 */,
/* 502 */,
/* 503 */,
/* 504 */,
/* 505 */,
/* 506 */,
/* 507 */
/*!***************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-popup/props.js ***!
  \***************************************************************************/
@@ -23028,14 +23143,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 */
/* 508 */,
/* 509 */,
/* 510 */,
/* 511 */,
/* 512 */,
/* 513 */,
/* 514 */,
/* 515 */
/*!****************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-sticky/props.js ***!
  \****************************************************************************/
@@ -23087,14 +23202,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 */
/* 516 */,
/* 517 */,
/* 518 */,
/* 519 */,
/* 520 */,
/* 521 */,
/* 522 */,
/* 523 */
/*!****************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-search/props.js ***!
  \****************************************************************************/
@@ -23230,14 +23345,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 */
/* 524 */,
/* 525 */,
/* 526 */,
/* 527 */,
/* 528 */,
/* 529 */,
/* 530 */,
/* 531 */
/*!******************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-textarea/props.js ***!
  \******************************************************************************/
@@ -23374,186 +23489,24 @@
/* 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 ***!
  \****************************************************************************/
/* 532 */,
/* 533 */,
/* 534 */,
/* 535 */,
/* 536 */,
/* 537 */,
/* 538 */,
/* 539 */,
/* 540 */,
/* 541 */,
/* 542 */,
/* 543 */,
/* 544 */,
/* 545 */,
/* 546 */
/*!**********************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-action-sheet/props.js ***!
  \**********************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
@@ -23566,125 +23519,55 @@
exports.default = void 0;
var _default = {
  props: {
    // 接受的文件类型, 可选值为all media image file video
    accept: {
      type: String,
      default: uni.$u.props.upload.accept
    },
    //    图片或视频拾取模式,当accept为image类型时设置capture可选额外camera可以直接调起摄像头
    capture: {
      type: [String, Array],
      default: uni.$u.props.upload.capture
    },
    // 当accept为video时生效,是否压缩视频,默认为true
    compressed: {
    // 操作菜单是否展示 (默认false)
    show: {
      type: Boolean,
      default: uni.$u.props.upload.compressed
      default: uni.$u.props.actionSheet.show
    },
    // 当accept为video时生效,可选值为back或front
    camera: {
    // 标题
    title: {
      type: String,
      default: uni.$u.props.upload.camera
      default: uni.$u.props.actionSheet.title
    },
    // 当accept为video时生效,拍摄视频最长拍摄时间,单位秒
    maxDuration: {
      type: Number,
      default: uni.$u.props.upload.maxDuration
    },
    // 上传区域的图标,只能内置图标
    uploadIcon: {
    // 选项上方的描述信息
    description: {
      type: String,
      default: uni.$u.props.upload.uploadIcon
      default: uni.$u.props.actionSheet.description
    },
    // 上传区域的图标的颜色,默认
    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
    },
    // 预览上传的图片时的裁剪模式,和image组件mode属性一致
    imageMode: {
      type: String,
      default: uni.$u.props.upload.imageMode
    },
    // 标识符,可以在回调函数的第二项参数中获取
    name: {
      type: String,
      default: uni.$u.props.upload.name
    },
    // 所选的图片的尺寸, 可选值为original compressed
    sizeType: {
    // 数据
    actions: {
      type: Array,
      default: uni.$u.props.upload.sizeType
      default: uni.$u.props.actionSheet.actions
    },
    // 是否开启图片多选,部分安卓机型不支持
    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: {
    // 取消按钮的文字,不为空时显示按钮
    cancelText: {
      type: String,
      default: uni.$u.props.upload.uploadText
      default: uni.$u.props.actionSheet.cancelText
    },
    // 内部预览图片区域和选择图片按钮的区域宽度
    width: {
      type: [String, Number],
      default: uni.$u.props.upload.width
    },
    // 内部预览图片区域和选择图片按钮的区域高度
    height: {
      type: [String, Number],
      default: uni.$u.props.upload.height
    },
    // 是否在上传完成后展示预览图
    previewImage: {
    // 点击某个菜单项时是否关闭弹窗
    closeOnClickAction: {
      type: Boolean,
      default: uni.$u.props.upload.previewImage
      default: uni.$u.props.actionSheet.closeOnClickAction
    },
    // 处理底部安全区(默认true)
    safeAreaInsetBottom: {
      type: Boolean,
      default: uni.$u.props.actionSheet.safeAreaInsetBottom
    },
    // 小程序的打开方式
    openType: {
      type: String,
      default: uni.$u.props.actionSheet.openType
    },
    // 点击遮罩是否允许关闭 (默认true)
    closeOnClickOverlay: {
      type: Boolean,
      default: uni.$u.props.actionSheet.closeOnClickOverlay
    },
    // 圆角值
    round: {
      type: [Boolean, String, Number],
      default: uni.$u.props.actionSheet.round
    }
  }
};
@@ -23692,14 +23575,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 523 */,
/* 524 */,
/* 525 */,
/* 526 */,
/* 527 */,
/* 528 */,
/* 529 */,
/* 530 */
/* 547 */,
/* 548 */,
/* 549 */,
/* 550 */,
/* 551 */,
/* 552 */,
/* 553 */,
/* 554 */
/*!************************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-checkbox-group/props.js ***!
  \************************************************************************************/
@@ -23796,14 +23679,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 531 */,
/* 532 */,
/* 533 */,
/* 534 */,
/* 535 */,
/* 536 */,
/* 537 */,
/* 538 */
/* 555 */,
/* 556 */,
/* 557 */,
/* 558 */,
/* 559 */,
/* 560 */,
/* 561 */,
/* 562 */
/*!******************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-checkbox/props.js ***!
  \******************************************************************************/
@@ -23890,14 +23773,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 539 */,
/* 540 */,
/* 541 */,
/* 542 */,
/* 543 */,
/* 544 */,
/* 545 */,
/* 546 */
/* 563 */,
/* 564 */,
/* 565 */,
/* 566 */,
/* 567 */,
/* 568 */,
/* 569 */,
/* 570 */
/*!**********************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-loading-icon/props.js ***!
  \**********************************************************************************/
@@ -23974,14 +23857,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 547 */,
/* 548 */,
/* 549 */,
/* 550 */,
/* 551 */,
/* 552 */,
/* 553 */,
/* 554 */
/* 571 */,
/* 572 */,
/* 573 */,
/* 574 */,
/* 575 */,
/* 576 */,
/* 577 */,
/* 578 */
/*!**************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-line/props.js ***!
  \**************************************************************************/
@@ -24032,14 +23915,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 555 */,
/* 556 */,
/* 557 */,
/* 558 */,
/* 559 */,
/* 560 */,
/* 561 */,
/* 562 */
/* 579 */,
/* 580 */,
/* 581 */,
/* 582 */,
/* 583 */,
/* 584 */,
/* 585 */,
/* 586 */
/*!***************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-badge/props.js ***!
  \***************************************************************************/
@@ -24129,14 +24012,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 563 */,
/* 564 */,
/* 565 */,
/* 566 */,
/* 567 */,
/* 568 */,
/* 569 */,
/* 570 */
/* 587 */,
/* 588 */,
/* 589 */,
/* 590 */,
/* 591 */,
/* 592 */,
/* 593 */,
/* 594 */
/*!****************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/libs/util/async-validator.js ***!
  \****************************************************************************/
@@ -24174,7 +24057,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 +25200,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 */ 595)))
/***/ }),
/* 571 */
/* 595 */
/*!********************************************************!*\
  !*** ./node_modules/node-libs-browser/mock/process.js ***!
  \********************************************************/
@@ -25351,7 +25234,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 */ 596);
        cwd = path.resolve(dir, cwd);
    };
})();
@@ -25364,7 +25247,7 @@
/***/ }),
/* 572 */
/* 596 */
/*!***********************************************!*\
  !*** ./node_modules/path-browserify/index.js ***!
  \***********************************************/
@@ -25674,22 +25557,22 @@
    }
;
/* 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 */ 595)))
/***/ }),
/* 573 */,
/* 574 */,
/* 575 */,
/* 576 */,
/* 577 */,
/* 578 */,
/* 579 */,
/* 580 */,
/* 581 */,
/* 582 */,
/* 583 */,
/* 584 */,
/* 585 */
/* 597 */,
/* 598 */,
/* 599 */,
/* 600 */,
/* 601 */,
/* 602 */,
/* 603 */,
/* 604 */,
/* 605 */,
/* 606 */,
/* 607 */,
/* 608 */,
/* 609 */
/*!*****************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-toolbar/props.js ***!
  \*****************************************************************************/
@@ -25741,14 +25624,14 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 586 */,
/* 587 */,
/* 588 */,
/* 589 */,
/* 590 */,
/* 591 */,
/* 592 */,
/* 593 */
/* 610 */,
/* 611 */,
/* 612 */,
/* 613 */,
/* 614 */,
/* 615 */,
/* 616 */,
/* 617 */
/*!*****************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-overlay/props.js ***!
  \*****************************************************************************/
@@ -25790,14 +25673,63 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 594 */,
/* 595 */,
/* 596 */,
/* 597 */,
/* 598 */,
/* 599 */,
/* 600 */,
/* 601 */
/* 618 */,
/* 619 */,
/* 620 */,
/* 621 */,
/* 622 */,
/* 623 */,
/* 624 */,
/* 625 */
/*!*************************************************************************!*\
  !*** 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: {
    // 背景颜色(默认transparent)
    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"]))
/***/ }),
/* 626 */,
/* 627 */,
/* 628 */,
/* 629 */,
/* 630 */,
/* 631 */,
/* 632 */,
/* 633 */
/*!********************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-transition/props.js ***!
  \********************************************************************************/
@@ -25839,7 +25771,7 @@
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
/***/ }),
/* 602 */
/* 634 */
/*!*************************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-transition/transition.js ***!
  \*************************************************************************************/
@@ -25856,7 +25788,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 */ 635));
// 定义一个一定时间后自动成功的promise,让调用nextTick方法处,进入下一个then方法
var nextTick = function nextTick() {
  return new Promise(function (resolve) {
@@ -25948,7 +25880,7 @@
exports.default = _default;
/***/ }),
/* 603 */
/* 635 */
/*!***************************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-transition/nvue.ani-map.js ***!
  \***************************************************************************************/
@@ -26141,14 +26073,14 @@
exports.default = _default;
/***/ }),
/* 604 */,
/* 605 */,
/* 606 */,
/* 607 */,
/* 608 */,
/* 609 */,
/* 610 */,
/* 611 */
/* 636 */,
/* 637 */,
/* 638 */,
/* 639 */,
/* 640 */,
/* 641 */,
/* 642 */,
/* 643 */
/*!********************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-status-bar/props.js ***!
  \********************************************************************************/
@@ -26174,14 +26106,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 */
/* 644 */,
/* 645 */,
/* 646 */,
/* 647 */,
/* 648 */,
/* 649 */,
/* 650 */,
/* 651 */
/*!*********************************************************************************!*\
  !*** D:/豆米/yunyibao/wx/node_modules/uview-ui/components/u-safe-bottom/props.js ***!
  \*********************************************************************************/