pageA-identity-identity~pageA-order-order~pageA-orderList-orderList~pages-flow-flow~pages-flowDetail~8d0f9cfa.8edcd385.js 13 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pageA-identity-identity~pageA-order-order~pageA-orderList-orderList~pages-flow-flow~pages-flowDetail~8d0f9cfa"],{"0102":function(t,e,o){"use strict";o.d(e,"b",(function(){return n})),o.d(e,"c",(function(){return a})),o.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-view",{staticClass:"u-mask",class:{"u-mask-zoom":t.zoom,"u-mask-show":t.show},style:[t.maskStyle,t.zoomStyle],attrs:{"hover-stop-propagation":!0},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),function(){}.apply(void 0,arguments)},click:function(e){arguments[0]=e=t.$handleEvent(e),t.click.apply(void 0,arguments)}}},[t._t("default")],2)},a=[]},"1f2b":function(t,e,o){var n=o("7a0a");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=o("4f06").default;a("08130593",n,!0,{sourceMap:!1,shadowMode:!1})},"35e8":function(t,e,o){"use strict";var n=o("a4cf"),a=o.n(n);a.a},"42aa":function(t,e,o){"use strict";var n=o("1f2b"),a=o.n(n);a.a},"4fb9":function(t,e,o){"use strict";o.r(e);var n=o("0102"),a=o("be08");for(var r in a)["default"].indexOf(r)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(r);o("35e8");var i=o("f0c5"),s=Object(i["a"])(a["default"],n["b"],n["c"],!1,null,"f63a3092",null,!1,n["a"],void 0);e["default"]=s.exports},5419:function(t,e,o){"use strict";o.r(e);var n=o("b5ea"),a=o("ddf0");for(var r in a)["default"].indexOf(r)<0&&function(t){o.d(e,t,(function(){return a[t]}))}(r);o("42aa");var i=o("f0c5"),s=Object(i["a"])(a["default"],n["b"],n["c"],!1,null,"e710f612",null,!1,n["a"],void 0);e["default"]=s.exports},7282:function(t,e,o){"use strict";o("7a82");var n=o("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=n(o("5530"));o("a9e3"),o("b64b");var r={name:"u-mask",props:{show:{type:Boolean,default:!1},zIndex:{type:[Number,String],default:""},customStyle:{type:Object,default:function(){return{}}},zoom:{type:Boolean,default:!0},duration:{type:[Number,String],default:300},maskClickAble:{type:Boolean,default:!0}},data:function(){return{zoomStyle:{transform:""},scale:"scale(1.2, 1.2)"}},watch:{show:function(t){t&&this.zoom?this.zoomStyle.transform="scale(1, 1)":!t&&this.zoom&&(this.zoomStyle.transform=this.scale)}},computed:{maskStyle:function(){var t={backgroundColor:"rgba(0, 0, 0, 0.6)"};return this.show?t.zIndex=this.zIndex?this.zIndex:this.$u.zIndex.mask:t.zIndex=-1,t.transition="all ".concat(this.duration/1e3,"s ease-in-out"),Object.keys(this.customStyle).length&&(t=(0,a.default)((0,a.default)({},t),this.customStyle)),t}},methods:{click:function(){this.maskClickAble&&this.$emit("click")}}};e.default=r},7320:function(t,e,o){"use strict";o("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,o("a9e3"),o("99af"),o("ac1f"),o("00b4");var n={name:"u-popup",props:{show:{type:Boolean,default:!1},mode:{type:String,default:"left"},mask:{type:Boolean,default:!0},length:{type:[Number,String],default:"auto"},zoom:{type:Boolean,default:!0},safeAreaInsetBottom:{type:Boolean,default:!1},maskCloseAble:{type:Boolean,default:!0},customStyle:{type:Object,default:function(){return{}}},value:{type:Boolean,default:!1},popup:{type:Boolean,default:!0},borderRadius:{type:[Number,String],default:0},zIndex:{type:[Number,String],default:""},closeable:{type:Boolean,default:!1},closeIcon:{type:String,default:"close"},closeIconPos:{type:String,default:"top-right"},closeIconColor:{type:String,default:"#909399"},closeIconSize:{type:[String,Number],default:"30"},width:{type:String,default:""},height:{type:String,default:""},negativeTop:{type:[String,Number],default:0},maskCustomStyle:{type:Object,default:function(){return{}}},duration:{type:[String,Number],default:250}},data:function(){return{visibleSync:!1,showDrawer:!1,timer:null,closeFromInner:!1}},computed:{style:function(){var t={};if("left"==this.mode||"right"==this.mode?t={width:this.width?this.getUnitValue(this.width):this.getUnitValue(this.length),height:"100%",transform:"translate3D(".concat("left"==this.mode?"-100%":"100%",",0px,0px)")}:"top"!=this.mode&&"bottom"!=this.mode||(t={width:"100%",height:this.height?this.getUnitValue(this.height):this.getUnitValue(this.length),transform:"translate3D(0px,".concat("top"==this.mode?"-100%":"100%",",0px)")}),t.zIndex=this.uZindex,this.borderRadius){switch(this.mode){case"left":t.borderRadius="0 ".concat(this.borderRadius,"rpx ").concat(this.borderRadius,"rpx 0");break;case"top":t.borderRadius="0 0 ".concat(this.borderRadius,"rpx ").concat(this.borderRadius,"rpx");break;case"right":t.borderRadius="".concat(this.borderRadius,"rpx 0 0 ").concat(this.borderRadius,"rpx");break;case"bottom":t.borderRadius="".concat(this.borderRadius,"rpx ").concat(this.borderRadius,"rpx 0 0");break;default:}t.overflow="hidden"}return this.duration&&(t.transition="all ".concat(this.duration/1e3,"s linear")),t},centerStyle:function(){var t={};return t.width=this.width?this.getUnitValue(this.width):this.getUnitValue(this.length),t.height=this.height?this.getUnitValue(this.height):"auto",t.zIndex=this.uZindex,t.marginTop="-".concat(this.$u.addUnit(this.negativeTop)),this.borderRadius&&(t.borderRadius="".concat(this.borderRadius,"rpx"),t.overflow="hidden"),t},uZindex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.popup}},watch:{value:function(t){t?this.open():this.closeFromInner||this.close(),this.closeFromInner=!1}},mounted:function(){this.value&&this.open()},methods:{getUnitValue:function(t){return/(%|px|rpx|auto)$/.test(t)?t:t+"rpx"},maskClick:function(){this.close()},close:function(){this.closeFromInner=!0,this.change("showDrawer","visibleSync",!1)},modeCenterClose:function(t){"center"==t&&this.maskCloseAble&&this.close()},open:function(){this.change("visibleSync","showDrawer",!0)},change:function(t,e,o){var n=this;1==this.popup&&this.$emit("input",o),this[t]=o,this.timer=o?setTimeout((function(){n[e]=o,n.$emit(o?"open":"close")}),50):setTimeout((function(){n[e]=o,n.$emit(o?"open":"close")}),this.duration)}}};e.default=n},"7a0a":function(t,e,o){var n=o("24fb");e=n(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-drawer[data-v-e710f612]{display:block;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}.u-drawer-content[data-v-e710f612]{display:block;position:absolute;z-index:1003;transition:all .25s linear}.u-drawer__scroll-view[data-v-e710f612]{width:100%;height:100%}.u-drawer-left[data-v-e710f612]{top:0;bottom:0;left:0;background-color:#fff}.u-drawer-right[data-v-e710f612]{right:0;top:0;bottom:0;background-color:#fff}.u-drawer-top[data-v-e710f612]{top:0;left:0;right:0;background-color:#fff}.u-drawer-bottom[data-v-e710f612]{bottom:0;left:0;right:0;background-color:#fff}.u-drawer-center[data-v-e710f612]{display:flex;flex-direction:row;flex-direction:column;bottom:0;left:0;right:0;top:0;justify-content:center;align-items:center;opacity:0;z-index:99999}.u-mode-center-box[data-v-e710f612]{min-width:%?100?%;min-height:%?100?%;display:block;position:relative;background-color:#fff}.u-drawer-content-visible.u-drawer-center[data-v-e710f612]{-webkit-transform:scale(1);transform:scale(1);opacity:1}.u-animation-zoom[data-v-e710f612]{-webkit-transform:scale(1.15);transform:scale(1.15)}.u-drawer-content-visible[data-v-e710f612]{-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.u-close[data-v-e710f612]{position:absolute;z-index:3}.u-close--top-left[data-v-e710f612]{top:%?30?%;left:%?30?%}.u-close--top-right[data-v-e710f612]{top:%?30?%;right:%?30?%}.u-close--bottom-left[data-v-e710f612]{bottom:%?30?%;left:%?30?%}.u-close--bottom-right[data-v-e710f612]{right:%?30?%;bottom:%?30?%}',""]),t.exports=e},"970f":function(t,e,o){var n=o("24fb");e=n(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.u-mask[data-v-f63a3092]{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.u-mask-show[data-v-f63a3092]{opacity:1}.u-mask-zoom[data-v-f63a3092]{-webkit-transform:scale(1.2);transform:scale(1.2)}',""]),t.exports=e},a4cf:function(t,e,o){var n=o("970f");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=o("4f06").default;a("309e4455",n,!0,{sourceMap:!1,shadowMode:!1})},b5ea:function(t,e,o){"use strict";o.d(e,"b",(function(){return a})),o.d(e,"c",(function(){return r})),o.d(e,"a",(function(){return n}));var n={uMask:o("4fb9").default,uIcon:o("dbb7").default},a=function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("v-uni-view",{directives:[{name:"show",rawName:"v-show",value:t.visibleSync,expression:"visibleSync"}],staticClass:"u-drawer",style:[t.customStyle,{zIndex:t.uZindex-1}],attrs:{"hover-stop-propagation":!0}},[o("u-mask",{attrs:{duration:t.duration,"custom-style":t.maskCustomStyle,maskClickAble:t.maskCloseAble,"z-index":t.uZindex-2,show:t.showDrawer&&t.mask},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.maskClick.apply(void 0,arguments)}}}),o("v-uni-view",{staticClass:"u-drawer-content",class:[t.safeAreaInsetBottom?"safe-area-inset-bottom":"","u-drawer-"+t.mode,t.showDrawer?"u-drawer-content-visible":"",t.zoom&&"center"==t.mode?"u-animation-zoom":""],style:[t.style],on:{click:[function(e){arguments[0]=e=t.$handleEvent(e),t.modeCenterClose(t.mode)},function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)}]}},["center"==t.mode?o("v-uni-view",{staticClass:"u-mode-center-box",style:[t.centerStyle],on:{click:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)}}},[t.closeable?o("u-icon",{staticClass:"u-close",class:["u-close--"+t.closeIconPos],attrs:{name:t.closeIcon,color:t.closeIconColor,size:t.closeIconSize},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}}):t._e(),o("v-uni-scroll-view",{staticClass:"u-drawer__scroll-view",attrs:{"scroll-y":"true"}},[t._t("default")],2)],1):o("v-uni-scroll-view",{staticClass:"u-drawer__scroll-view",attrs:{"scroll-y":"true"}},[t._t("default")],2),o("v-uni-view",{staticClass:"u-close",class:["u-close--"+t.closeIconPos],on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}},["center"!=t.mode&&t.closeable?o("u-icon",{attrs:{name:t.closeIcon,color:t.closeIconColor,size:t.closeIconSize}}):t._e()],1)],1)],1)},r=[]},be08:function(t,e,o){"use strict";o.r(e);var n=o("7282"),a=o.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){o.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a},ddf0:function(t,e,o){"use strict";o.r(e);var n=o("7320"),a=o.n(n);for(var r in n)["default"].indexOf(r)<0&&function(t){o.d(e,t,(function(){return n[t]}))}(r);e["default"]=a.a}}]);