| xqd
@@ -20591,7 +20591,7 @@ function agreement() {
|
|
|
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
"use strict";
|
|
|
-/* WEBPACK VAR INJECTION */(function(uni) {Object.defineProperty(exports, "__esModule", { value: true });exports.myLogin = myLogin;exports.joinVip = joinVip;exports.default = void 0;var request = uni.$u.http;
|
|
|
+/* WEBPACK VAR INJECTION */(function(uni) {Object.defineProperty(exports, "__esModule", { value: true });exports.myLogin = myLogin;exports.joinVip = joinVip;exports.update = update;exports.default = void 0;var request = uni.$u.http;
|
|
|
|
|
|
// 隐私协议http://t9.9026.com/api/auth/mnplogin
|
|
|
function myLogin(data) {
|
| xqd
@@ -20606,9 +20606,19 @@ function joinVip(data) {
|
|
|
|
|
|
data);
|
|
|
|
|
|
-}var _default =
|
|
|
+}
|
|
|
+
|
|
|
+function update(data) {
|
|
|
+ return request.post("users/1/update_avatar_nickname",
|
|
|
+
|
|
|
+ data);
|
|
|
+
|
|
|
+}
|
|
|
+//http://t9.9026.com/api/users/1/update_avatar_nickname
|
|
|
+var _default =
|
|
|
{
|
|
|
- myLogin: myLogin };exports.default = _default;
|
|
|
+ myLogin: myLogin,
|
|
|
+ update: update };exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|
|
|
/***/ }),
|
| xqd
@@ -21645,6 +21655,105 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
/* 522 */,
|
|
|
/* 523 */,
|
|
|
/* 524 */
|
|
|
+/*!************************************************************************************!*\
|
|
|
+ !*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-modal/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: {
|
|
|
+ // 是否展示modal
|
|
|
+ show: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.modal.show },
|
|
|
+
|
|
|
+ // 标题
|
|
|
+ title: {
|
|
|
+ type: [String],
|
|
|
+ default: uni.$u.props.modal.title },
|
|
|
+
|
|
|
+ // 弹窗内容
|
|
|
+ content: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.modal.content },
|
|
|
+
|
|
|
+ // 确认文案
|
|
|
+ confirmText: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.modal.confirmText },
|
|
|
+
|
|
|
+ // 取消文案
|
|
|
+ cancelText: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.modal.cancelText },
|
|
|
+
|
|
|
+ // 是否显示确认按钮
|
|
|
+ showConfirmButton: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.modal.showConfirmButton },
|
|
|
+
|
|
|
+ // 是否显示取消按钮
|
|
|
+ showCancelButton: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.modal.showCancelButton },
|
|
|
+
|
|
|
+ // 确认按钮颜色
|
|
|
+ confirmColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.modal.confirmColor },
|
|
|
+
|
|
|
+ // 取消文字颜色
|
|
|
+ cancelColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.modal.cancelColor },
|
|
|
+
|
|
|
+ // 对调确认和取消的位置
|
|
|
+ buttonReverse: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.modal.buttonReverse },
|
|
|
+
|
|
|
+ // 是否开启缩放效果
|
|
|
+ zoom: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.modal.zoom },
|
|
|
+
|
|
|
+ // 是否异步关闭,只对确定按钮有效
|
|
|
+ asyncClose: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.modal.asyncClose },
|
|
|
+
|
|
|
+ // 是否允许点击遮罩关闭modal
|
|
|
+ closeOnClickOverlay: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.modal.closeOnClickOverlay },
|
|
|
+
|
|
|
+ // 给一个负的margin-top,往上偏移,避免和键盘重合的情况
|
|
|
+ negativeTop: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.modal.negativeTop },
|
|
|
+
|
|
|
+ // modal宽度,不支持百分比,可以数值,px,rpx单位
|
|
|
+ width: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.modal.width },
|
|
|
+
|
|
|
+ // 确认按钮的样式,circle-圆形,square-方形,如设置,将不会显示取消按钮
|
|
|
+ confirmButtonShape: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.modal.confirmButtonShape } } };exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 525 */,
|
|
|
+/* 526 */,
|
|
|
+/* 527 */,
|
|
|
+/* 528 */,
|
|
|
+/* 529 */,
|
|
|
+/* 530 */,
|
|
|
+/* 531 */,
|
|
|
+/* 532 */
|
|
|
/*!*****************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/uni_modules/uni-forms/components/uni-forms/validate.js ***!
|
|
|
\*****************************************************************************************/
|
| xqd
@@ -22140,7 +22249,7 @@ SchemaValidator.message = new Message();var _default =
|
|
|
SchemaValidator;exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 525 */
|
|
|
+/* 533 */
|
|
|
/*!**************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/uni_modules/uni-forms/components/uni-forms/utils.js ***!
|
|
|
\**************************************************************************************/
|
| xqd
@@ -22443,14 +22552,6 @@ var isEqual = function isEqual(a, b) {
|
|
|
};exports.isEqual = isEqual;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 526 */,
|
|
|
-/* 527 */,
|
|
|
-/* 528 */,
|
|
|
-/* 529 */,
|
|
|
-/* 530 */,
|
|
|
-/* 531 */,
|
|
|
-/* 532 */,
|
|
|
-/* 533 */,
|
|
|
/* 534 */,
|
|
|
/* 535 */,
|
|
|
/* 536 */,
|
| xqd
@@ -22471,7 +22572,15 @@ var isEqual = function isEqual(a, b) {
|
|
|
/* 551 */,
|
|
|
/* 552 */,
|
|
|
/* 553 */,
|
|
|
-/* 554 */
|
|
|
+/* 554 */,
|
|
|
+/* 555 */,
|
|
|
+/* 556 */,
|
|
|
+/* 557 */,
|
|
|
+/* 558 */,
|
|
|
+/* 559 */,
|
|
|
+/* 560 */,
|
|
|
+/* 561 */,
|
|
|
+/* 562 */
|
|
|
/*!***********************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/uni_modules/hu-pickerAddress/data.js ***!
|
|
|
\***********************************************************************/
|
| xqd
@@ -27390,12 +27499,12 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
"南区"] }] }];exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 555 */,
|
|
|
-/* 556 */,
|
|
|
-/* 557 */,
|
|
|
-/* 558 */,
|
|
|
-/* 559 */,
|
|
|
-/* 560 */
|
|
|
+/* 563 */,
|
|
|
+/* 564 */,
|
|
|
+/* 565 */,
|
|
|
+/* 566 */,
|
|
|
+/* 567 */,
|
|
|
+/* 568 */
|
|
|
/*!*******************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-loading-icon/props.js ***!
|
|
|
\*******************************************************************************************/
|
| xqd
@@ -27462,14 +27571,14 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 561 */,
|
|
|
-/* 562 */,
|
|
|
-/* 563 */,
|
|
|
-/* 564 */,
|
|
|
-/* 565 */,
|
|
|
-/* 566 */,
|
|
|
-/* 567 */,
|
|
|
-/* 568 */
|
|
|
+/* 569 */,
|
|
|
+/* 570 */,
|
|
|
+/* 571 */,
|
|
|
+/* 572 */,
|
|
|
+/* 573 */,
|
|
|
+/* 574 */,
|
|
|
+/* 575 */,
|
|
|
+/* 576 */
|
|
|
/*!*************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-swiper/props.js ***!
|
|
|
\*************************************************************************************/
|
| xqd
@@ -27602,14 +27711,14 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 569 */,
|
|
|
-/* 570 */,
|
|
|
-/* 571 */,
|
|
|
-/* 572 */,
|
|
|
-/* 573 */,
|
|
|
-/* 574 */,
|
|
|
-/* 575 */,
|
|
|
-/* 576 */
|
|
|
+/* 577 */,
|
|
|
+/* 578 */,
|
|
|
+/* 579 */,
|
|
|
+/* 580 */,
|
|
|
+/* 581 */,
|
|
|
+/* 582 */,
|
|
|
+/* 583 */,
|
|
|
+/* 584 */
|
|
|
/*!***********************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-icon/icons.js ***!
|
|
|
\***********************************************************************************/
|
| xqd
@@ -27832,7 +27941,7 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
'uicon-en': "\uE692" };exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 577 */
|
|
|
+/* 585 */
|
|
|
/*!***********************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-icon/props.js ***!
|
|
|
\***********************************************************************************/
|
| xqd
@@ -27929,14 +28038,14 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 578 */,
|
|
|
-/* 579 */,
|
|
|
-/* 580 */,
|
|
|
-/* 581 */,
|
|
|
-/* 582 */,
|
|
|
-/* 583 */,
|
|
|
-/* 584 */,
|
|
|
-/* 585 */
|
|
|
+/* 586 */,
|
|
|
+/* 587 */,
|
|
|
+/* 588 */,
|
|
|
+/* 589 */,
|
|
|
+/* 590 */,
|
|
|
+/* 591 */,
|
|
|
+/* 592 */,
|
|
|
+/* 593 */
|
|
|
/*!*****************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-transition/props.js ***!
|
|
|
\*****************************************************************************************/
|
| xqd
@@ -27968,7 +28077,7 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 586 */
|
|
|
+/* 594 */
|
|
|
/*!**********************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-transition/transition.js ***!
|
|
|
\**********************************************************************************************/
|
| xqd
@@ -27979,7 +28088,7 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;var _regenerator = _interopRequireDefault(__webpack_require__(/*! ./node_modules/@babel/runtime/regenerator */ 34));
|
|
|
|
|
|
|
|
|
-var _nvueAniMap = _interopRequireDefault(__webpack_require__(/*! ./nvue.ani-map.js */ 587));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);}_next(undefined);});};} // 定义一个一定时间后自动成功的promise,让调用nextTick方法处,进入下一个then方法
|
|
|
+var _nvueAniMap = _interopRequireDefault(__webpack_require__(/*! ./nvue.ani-map.js */ 595));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);}_next(undefined);});};} // 定义一个一定时间后自动成功的promise,让调用nextTick方法处,进入下一个then方法
|
|
|
var nextTick = function nextTick() {return new Promise(function (resolve) {return setTimeout(resolve, 1000 / 50);});}; // nvue动画模块实现细节抽离在外部文件
|
|
|
|
|
|
// 定义类名,通过给元素动态切换类名,赋予元素一定的css动画样式
|
| xqd
@@ -28133,7 +28242,7 @@ var getClassNames = function getClassNames(name) {return {
|
|
|
} } };exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 587 */
|
|
|
+/* 595 */
|
|
|
/*!************************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-transition/nvue.ani-map.js ***!
|
|
|
\************************************************************************************************/
|
| xqd
@@ -28209,14 +28318,14 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
'leave-to': { opacity: 0, transform: 'scale(0.95)' } } };exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 588 */,
|
|
|
-/* 589 */,
|
|
|
-/* 590 */,
|
|
|
-/* 591 */,
|
|
|
-/* 592 */,
|
|
|
-/* 593 */,
|
|
|
-/* 594 */,
|
|
|
-/* 595 */
|
|
|
+/* 596 */,
|
|
|
+/* 597 */,
|
|
|
+/* 598 */,
|
|
|
+/* 599 */,
|
|
|
+/* 600 */,
|
|
|
+/* 601 */,
|
|
|
+/* 602 */,
|
|
|
+/* 603 */
|
|
|
/*!**********************************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/uni_modules/uni-transition/components/uni-transition/createAnimation.js ***!
|
|
|
\**********************************************************************************************************/
|
| xqd
@@ -28355,12 +28464,154 @@ function createAnimation(option, _this) {
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 596 */,
|
|
|
-/* 597 */,
|
|
|
-/* 598 */,
|
|
|
-/* 599 */,
|
|
|
-/* 600 */,
|
|
|
-/* 601 */
|
|
|
+/* 604 */,
|
|
|
+/* 605 */,
|
|
|
+/* 606 */,
|
|
|
+/* 607 */,
|
|
|
+/* 608 */,
|
|
|
+/* 609 */
|
|
|
+/*!************************************************************************************!*\
|
|
|
+ !*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-popup/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: {
|
|
|
+ // 是否展示弹窗
|
|
|
+ show: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.popup.show },
|
|
|
+
|
|
|
+ // 是否显示遮罩
|
|
|
+ overlay: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.popup.overlay },
|
|
|
+
|
|
|
+ // 弹出的方向,可选值为 top bottom right left center
|
|
|
+ mode: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.popup.mode },
|
|
|
+
|
|
|
+ // 动画时长,单位ms
|
|
|
+ duration: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.popup.duration },
|
|
|
+
|
|
|
+ // 是否显示关闭图标
|
|
|
+ closeable: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.popup.closeable },
|
|
|
+
|
|
|
+ // 自定义遮罩的样式
|
|
|
+ overlayStyle: {
|
|
|
+ type: [Object, String],
|
|
|
+ default: uni.$u.props.popup.overlayStyle },
|
|
|
+
|
|
|
+ // 点击遮罩是否关闭弹窗
|
|
|
+ closeOnClickOverlay: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.popup.closeOnClickOverlay },
|
|
|
+
|
|
|
+ // 层级
|
|
|
+ zIndex: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.popup.zIndex },
|
|
|
+
|
|
|
+ // 是否为iPhoneX留出底部安全距离
|
|
|
+ safeAreaInsetBottom: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.popup.safeAreaInsetBottom },
|
|
|
+
|
|
|
+ // 是否留出顶部安全距离(状态栏高度)
|
|
|
+ safeAreaInsetTop: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.popup.safeAreaInsetTop },
|
|
|
+
|
|
|
+ // 自定义关闭图标位置,top-left为左上角,top-right为右上角,bottom-left为左下角,bottom-right为右下角
|
|
|
+ closeIconPos: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.popup.closeIconPos },
|
|
|
+
|
|
|
+ // 是否显示圆角
|
|
|
+ round: {
|
|
|
+ type: [Boolean, String, Number],
|
|
|
+ default: uni.$u.props.popup.round },
|
|
|
+
|
|
|
+ // mode=center,也即中部弹出时,是否使用缩放模式
|
|
|
+ zoom: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.popup.zoom },
|
|
|
+
|
|
|
+ // 弹窗背景色,设置为transparent可去除白色背景
|
|
|
+ bgColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.popup.bgColor },
|
|
|
+
|
|
|
+ // 遮罩的透明度,0-1之间
|
|
|
+ overlayOpacity: {
|
|
|
+ type: [Number, String],
|
|
|
+ default: uni.$u.props.popup.overlayOpacity } } };exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 610 */,
|
|
|
+/* 611 */,
|
|
|
+/* 612 */,
|
|
|
+/* 613 */,
|
|
|
+/* 614 */,
|
|
|
+/* 615 */,
|
|
|
+/* 616 */,
|
|
|
+/* 617 */
|
|
|
+/*!***********************************************************************************!*\
|
|
|
+ !*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-line/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: {
|
|
|
+ color: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.line.color },
|
|
|
+
|
|
|
+ // 长度,竖向时表现为高度,横向时表现为长度,可以为百分比,带px单位的值等
|
|
|
+ length: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.line.length },
|
|
|
+
|
|
|
+ // 线条方向,col-竖向,row-横向
|
|
|
+ direction: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.line.direction },
|
|
|
+
|
|
|
+ // 是否显示细边框
|
|
|
+ hairline: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.line.hairline },
|
|
|
+
|
|
|
+ // 线条与上下左右元素的间距,字符串形式,如"30px"、"20px 30px"
|
|
|
+ margin: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.line.margin },
|
|
|
+
|
|
|
+ // 是否虚线,true-实线,false-虚线
|
|
|
+ dashed: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.line.dashed } } };exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 618 */,
|
|
|
+/* 619 */,
|
|
|
+/* 620 */,
|
|
|
+/* 621 */,
|
|
|
+/* 622 */,
|
|
|
+/* 623 */,
|
|
|
+/* 624 */,
|
|
|
+/* 625 */
|
|
|
/*!**************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/uni_modules/uni-icons/components/uni-icons/icons.js ***!
|
|
|
\**************************************************************************************/
|
| xqd
@@ -29536,21 +29787,21 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
"unicode_decimal": 58929 }] };exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
|
-/* 602 */,
|
|
|
-/* 603 */,
|
|
|
-/* 604 */,
|
|
|
-/* 605 */,
|
|
|
-/* 606 */,
|
|
|
-/* 607 */,
|
|
|
-/* 608 */,
|
|
|
-/* 609 */,
|
|
|
-/* 610 */,
|
|
|
-/* 611 */,
|
|
|
-/* 612 */,
|
|
|
-/* 613 */,
|
|
|
-/* 614 */,
|
|
|
-/* 615 */,
|
|
|
-/* 616 */
|
|
|
+/* 626 */,
|
|
|
+/* 627 */,
|
|
|
+/* 628 */,
|
|
|
+/* 629 */,
|
|
|
+/* 630 */,
|
|
|
+/* 631 */,
|
|
|
+/* 632 */,
|
|
|
+/* 633 */,
|
|
|
+/* 634 */,
|
|
|
+/* 635 */,
|
|
|
+/* 636 */,
|
|
|
+/* 637 */,
|
|
|
+/* 638 */,
|
|
|
+/* 639 */,
|
|
|
+/* 640 */
|
|
|
/*!***********************************************************************************************!*\
|
|
|
!*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-swiper-indicator/props.js ***!
|
|
|
\***********************************************************************************************/
|
| xqd
@@ -29586,6 +29837,87 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
|
|
|
default: uni.$u.props.swiperIndicator.indicatorMode } } };exports.default = _default;
|
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
|
|
|
+/***/ }),
|
|
|
+/* 641 */,
|
|
|
+/* 642 */,
|
|
|
+/* 643 */,
|
|
|
+/* 644 */,
|
|
|
+/* 645 */,
|
|
|
+/* 646 */,
|
|
|
+/* 647 */,
|
|
|
+/* 648 */
|
|
|
+/*!**************************************************************************************!*\
|
|
|
+ !*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-overlay/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: {
|
|
|
+ // 是否显示遮罩
|
|
|
+ show: {
|
|
|
+ type: Boolean,
|
|
|
+ default: uni.$u.props.overlay.show },
|
|
|
+
|
|
|
+ // 层级z-index
|
|
|
+ zIndex: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.overlay.zIndex },
|
|
|
+
|
|
|
+ // 遮罩的过渡时间,单位为ms
|
|
|
+ duration: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.overlay.duration },
|
|
|
+
|
|
|
+ // 不透明度值,当做rgba的第四个参数
|
|
|
+ opacity: {
|
|
|
+ type: [String, Number],
|
|
|
+ default: uni.$u.props.overlay.opacity } } };exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 649 */,
|
|
|
+/* 650 */,
|
|
|
+/* 651 */,
|
|
|
+/* 652 */,
|
|
|
+/* 653 */,
|
|
|
+/* 654 */,
|
|
|
+/* 655 */,
|
|
|
+/* 656 */
|
|
|
+/*!*****************************************************************************************!*\
|
|
|
+ !*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-status-bar/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: {
|
|
|
+ bgColor: {
|
|
|
+ type: String,
|
|
|
+ default: uni.$u.props.statusBar.bgColor } } };exports.default = _default;
|
|
|
+/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 1)["default"]))
|
|
|
+
|
|
|
+/***/ }),
|
|
|
+/* 657 */,
|
|
|
+/* 658 */,
|
|
|
+/* 659 */,
|
|
|
+/* 660 */,
|
|
|
+/* 661 */,
|
|
|
+/* 662 */,
|
|
|
+/* 663 */,
|
|
|
+/* 664 */
|
|
|
+/*!******************************************************************************************!*\
|
|
|
+ !*** D:/vscode-demo/IHG/IHG/IHG/node_modules/uview-ui/components/u-safe-bottom/props.js ***!
|
|
|
+ \******************************************************************************************/
|
|
|
+/*! no static exports found */
|
|
|
+/***/ (function(module, exports, __webpack_require__) {
|
|
|
+
|
|
|
+"use strict";
|
|
|
+Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;var _default = {
|
|
|
+ props: {} };exports.default = _default;
|
|
|
+
|
|
|
/***/ })
|
|
|
]]);
|
|
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/vendor.js.map
|