|
@@ -1557,7 +1557,7 @@ function initData(vueOptions, context) {
|
|
try {
|
|
try {
|
|
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
|
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
|
} catch (e) {
|
|
} catch (e) {
|
|
- if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
|
|
|
+ if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
|
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -8934,7 +8934,7 @@ function type(obj) {
|
|
|
|
|
|
function flushCallbacks$1(vm) {
|
|
function flushCallbacks$1(vm) {
|
|
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
|
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
|
- if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
|
|
|
+ if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
var mpInstance = vm.$scope;
|
|
var mpInstance = vm.$scope;
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');
|
|
']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');
|
|
@@ -8955,14 +8955,14 @@ function nextTick$1(vm, cb) {
|
|
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
|
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
|
//2.nextTick 之前存在 render watcher
|
|
//2.nextTick 之前存在 render watcher
|
|
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
|
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
|
- if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
|
|
|
+ if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
var mpInstance = vm.$scope;
|
|
var mpInstance = vm.$scope;
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
|
']:nextVueTick');
|
|
']:nextVueTick');
|
|
}
|
|
}
|
|
return nextTick(cb, vm)
|
|
return nextTick(cb, vm)
|
|
}else{
|
|
}else{
|
|
- if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
|
|
|
|
+ if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
|
var mpInstance$1 = vm.$scope;
|
|
var mpInstance$1 = vm.$scope;
|
|
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
|
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
|
']:nextMPTick');
|
|
']:nextMPTick');
|
|
@@ -9058,7 +9058,7 @@ var patch = function(oldVnode, vnode) {
|
|
});
|
|
});
|
|
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
|
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
|
if (Object.keys(diffData).length) {
|
|
if (Object.keys(diffData).length) {
|
|
- if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
|
|
|
|
+ if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"huiben","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
|
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
|
']差量更新',
|
|
']差量更新',
|
|
JSON.stringify(diffData));
|
|
JSON.stringify(diffData));
|
|
@@ -21784,6 +21784,115 @@ exports.default = _default;
|
|
/* 394 */,
|
|
/* 394 */,
|
|
/* 395 */,
|
|
/* 395 */,
|
|
/* 396 */
|
|
/* 396 */
|
|
|
|
+/*!*****************************************************************************!*\
|
|
|
|
+ !*** D:/desktop/huibenPro/uni_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 */ 2)["default"]))
|
|
|
|
+
|
|
|
|
+/***/ }),
|
|
|
|
+/* 397 */,
|
|
|
|
+/* 398 */,
|
|
|
|
+/* 399 */,
|
|
|
|
+/* 400 */,
|
|
|
|
+/* 401 */,
|
|
|
|
+/* 402 */,
|
|
|
|
+/* 403 */,
|
|
|
|
+/* 404 */
|
|
/*!******************************************************************************!*\
|
|
/*!******************************************************************************!*\
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-upload/utils.js ***!
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-upload/utils.js ***!
|
|
\******************************************************************************/
|
|
\******************************************************************************/
|
|
@@ -21927,7 +22036,7 @@ function chooseFile(_ref) {
|
|
/* 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"]))
|
|
/* 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"]))
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
-/* 397 */
|
|
|
|
|
|
+/* 405 */
|
|
/*!******************************************************************************!*\
|
|
/*!******************************************************************************!*\
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-upload/mixin.js ***!
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-upload/mixin.js ***!
|
|
\******************************************************************************/
|
|
\******************************************************************************/
|
|
@@ -21954,7 +22063,7 @@ var _default = {
|
|
exports.default = _default;
|
|
exports.default = _default;
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
-/* 398 */
|
|
|
|
|
|
+/* 406 */
|
|
/*!******************************************************************************!*\
|
|
/*!******************************************************************************!*\
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-upload/props.js ***!
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-upload/props.js ***!
|
|
\******************************************************************************/
|
|
\******************************************************************************/
|
|
@@ -22096,14 +22205,14 @@ exports.default = _default;
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
-/* 399 */,
|
|
|
|
-/* 400 */,
|
|
|
|
-/* 401 */,
|
|
|
|
-/* 402 */,
|
|
|
|
-/* 403 */,
|
|
|
|
-/* 404 */,
|
|
|
|
-/* 405 */,
|
|
|
|
-/* 406 */
|
|
|
|
|
|
+/* 407 */,
|
|
|
|
+/* 408 */,
|
|
|
|
+/* 409 */,
|
|
|
|
+/* 410 */,
|
|
|
|
+/* 411 */,
|
|
|
|
+/* 412 */,
|
|
|
|
+/* 413 */,
|
|
|
|
+/* 414 */
|
|
/*!******************************************************************************!*\
|
|
/*!******************************************************************************!*\
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-picker/props.js ***!
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-picker/props.js ***!
|
|
\******************************************************************************/
|
|
\******************************************************************************/
|
|
@@ -22208,14 +22317,14 @@ exports.default = _default;
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
-/* 407 */,
|
|
|
|
-/* 408 */,
|
|
|
|
-/* 409 */,
|
|
|
|
-/* 410 */,
|
|
|
|
-/* 411 */,
|
|
|
|
-/* 412 */,
|
|
|
|
-/* 413 */,
|
|
|
|
-/* 414 */
|
|
|
|
|
|
+/* 415 */,
|
|
|
|
+/* 416 */,
|
|
|
|
+/* 417 */,
|
|
|
|
+/* 418 */,
|
|
|
|
+/* 419 */,
|
|
|
|
+/* 420 */,
|
|
|
|
+/* 421 */,
|
|
|
|
+/* 422 */
|
|
/*!*************************************************************************************!*\
|
|
/*!*************************************************************************************!*\
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-line-progress/props.js ***!
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-line-progress/props.js ***!
|
|
\*************************************************************************************/
|
|
\*************************************************************************************/
|
|
@@ -22261,14 +22370,14 @@ exports.default = _default;
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
-/* 415 */,
|
|
|
|
-/* 416 */,
|
|
|
|
-/* 417 */,
|
|
|
|
-/* 418 */,
|
|
|
|
-/* 419 */,
|
|
|
|
-/* 420 */,
|
|
|
|
-/* 421 */,
|
|
|
|
-/* 422 */
|
|
|
|
|
|
+/* 423 */,
|
|
|
|
+/* 424 */,
|
|
|
|
+/* 425 */,
|
|
|
|
+/* 426 */,
|
|
|
|
+/* 427 */,
|
|
|
|
+/* 428 */,
|
|
|
|
+/* 429 */,
|
|
|
|
+/* 430 */
|
|
/*!*****************************************************************************!*\
|
|
/*!*****************************************************************************!*\
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-parse/props.js ***!
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-parse/props.js ***!
|
|
\*****************************************************************************/
|
|
\*****************************************************************************/
|
|
@@ -22328,7 +22437,7 @@ exports.default = _default;
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./node_modules/@dcloudio/uni-mp-weixin/dist/index.js */ 2)["default"]))
|
|
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
-/* 423 */
|
|
|
|
|
|
+/* 431 */
|
|
/*!******************************************************************************!*\
|
|
/*!******************************************************************************!*\
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-parse/parser.js ***!
|
|
!*** D:/desktop/huibenPro/uni_modules/uview-ui/components/u-parse/parser.js ***!
|
|
\******************************************************************************/
|
|
\******************************************************************************/
|
|
@@ -23258,115 +23367,6 @@ lexer.prototype.endTag = function () {
|
|
module.exports = parser;
|
|
module.exports = parser;
|
|
/* 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"]))
|
|
/* 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"]))
|
|
|
|
|
|
-/***/ }),
|
|
|
|
-/* 424 */,
|
|
|
|
-/* 425 */,
|
|
|
|
-/* 426 */,
|
|
|
|
-/* 427 */,
|
|
|
|
-/* 428 */,
|
|
|
|
-/* 429 */,
|
|
|
|
-/* 430 */,
|
|
|
|
-/* 431 */
|
|
|
|
-/*!*****************************************************************************!*\
|
|
|
|
- !*** D:/desktop/huibenPro/uni_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 */ 2)["default"]))
|
|
|
|
-
|
|
|
|
/***/ }),
|
|
/***/ }),
|
|
/* 432 */,
|
|
/* 432 */,
|
|
/* 433 */,
|
|
/* 433 */,
|