(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-cangui-management~pages-delivery-manager~pages-index~pages-order-details~pages-order-paotui-details"],{"16ba":function(t,e,n){var o=n("b4af");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=n("967d").default;a("5b7e27d5",o,!0,{sourceMap:!1,shadowMode:!1})},1931:function(t,e,n){var o=n("4a4f");o.__esModule&&(o=o.default),"string"===typeof o&&(o=[[t.i,o,""]]),o.locals&&(t.exports=o.locals);var a=n("967d").default;a("fe3daeaa",o,!0,{sourceMap:!1,shadowMode:!1})},"205d":function(t,e,n){"use strict";n("6a54");var o=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("64aa"),n("c223");var a=o(n("c158")),i={mixins:[a.default],name:"tn-popup",props:{value:{type:Boolean,default:!1},mode:{type:String,default:"left"},mask:{type:Boolean,default:!0},length:{type:[Number,String],default:"auto"},width:{type:String,default:""},height:{type:String,default:""},zoom:{type:Boolean,default:!0},safeAreaInsetBottom:{type:Boolean,default:!1},maskCloseable:{type:Boolean,default:!0},customStyle:{type:Object,default:function(){return{}}},borderRadius:{type:Number,default:0},zIndex:{type:Number,default:0},closeBtn:{type:Boolean,default:!1},closeBtnIcon:{type:String,default:"close"},closeBtnPosition:{type:String,default:"top-right"},closeIconColor:{type:String,default:"#AAAAAA"},closeIconSize:{type:Number,default:30},negativeTop:{type:Number,default:0},marginTop:{type:Number,default:0},popup:{type:Boolean,default:!0}},computed:{popupStyle:function(){var t={};return"top"!==this.mode&&"left"!==this.mode&&"right"!==this.mode||!this.marginTop||(t.marginTop=this.$t.string.getLengthUnitValue(this.marginTop,"px")),t},contentStyle:function(){var t={};if("left"===this.mode||"right"===this.mode?t={width:this.width?this.$t.string.getLengthUnitValue(this.width):this.$t.string.getLengthUnitValue(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.$t.string.getLengthUnitValue(this.height):this.$t.string.getLengthUnitValue(this.length),transform:"translate3D(0px, ".concat("top"===this.mode?"-100%":"100%",", 0px)")}),t.zIndex=this.elZIndex,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}t.overflow="hidden"}return this.backgroundColorStyle&&"center"!==this.mode&&(t.backgroundColor=this.backgroundColorStyle),t},centerStyle:function(){var t={};return t.width=this.width?this.$t.string.getLengthUnitValue(this.width):this.$t.string.getLengthUnitValue(this.length),t.height=this.height?this.$t.string.getLengthUnitValue(this.height):"auto",t.zIndex=this.elZIndex,this.negativeTop&&(t.marginTop="-".concat(this.$t.string.getLengthUnitValue(this.negativeTop))),this.borderRadius&&(t.borderRadius="".concat(this.borderRadius,"rpx"),t.overflow="hidden"),this.backgroundColorStyle&&(t.backgroundColor=this.backgroundColorStyle),t},closeBtnStyle:function(){var t={};return this.closeIconColor&&(t.color=this.closeIconColor),this.closeIconSize&&(t.fontSize=this.closeIconSize+"rpx"),t},elZIndex:function(){return this.zIndex?this.zIndex:this.$t.zIndex.popup}},data:function(){return{timer:null,visibleSync:!1,showPopup:!1,closeFromInner:!1}},watch:{value:function(t){if(t){if(this.visibleSync)return void(this.visibleSync=!1);this.open()}else this.closeFromInner||this.close();this.closeFromInner=!1}},mounted:function(){this.value&&this.open()},methods:{maskClick:function(){this.maskCloseable&&this.close()},open:function(){this.change("visibleSync","showPopup",!0)},close:function(){this.closeFromInner=!0,this.change("showPopup","visibleSync",!1)},modeCenterClose:function(){"center"==this.mode&&this.maskCloseable&&this.close()},change:function(t,e,n){var o=this;!0===this.popup&&this.$emit("input",n),this[t]=n,this.timer=n?setTimeout((function(){o[e]=n,o.$emit(n?"open":"close"),clearTimeout(o.timer)}),10):setTimeout((function(){o[e]=n,o.$emit(n?"open":"close"),clearTimeout(o.timer)}),250)}}};e.default=i},2966:function(t,e,n){"use strict";var o=n("1931"),a=n.n(o);a.a},"2bb2":function(t,e,n){"use strict";var o=n("16ba"),a=n.n(o);a.a},"4a4f":function(t,e,n){var o=n("c86c");e=o(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量\n * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可\n * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用 \n */.tn-modal__box[data-v-56192e3f]{position:relative;box-sizing:border-box;background-color:#fff;padding:%?40?% %?64?%}.tn-modal__box__title[data-v-56192e3f]{text-align:center;font-size:%?34?%;color:#333;padding-top:%?20?%;font-weight:700}.tn-modal__box__content[data-v-56192e3f]{text-align:center;padding-bottom:%?30?%;color:#080808;font-size:%?28?%}.tn-modal__box__content--no-title[data-v-56192e3f]{padding-bottom:%?0?%!important}.tn-modal__box__btn-box[data-v-56192e3f]{width:100%;display:flex;align-items:center;justify-content:space-between}.tn-modal__box__content ~ .tn-modal__box__btn-box[data-v-56192e3f]{margin-top:%?30?%}',""]),t.exports=e},"4cec":function(t,e,n){"use strict";n.r(e);var o=n("d5ef"),a=n("5046");for(var i in a)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("2966");var r=n("828b"),s=Object(r["a"])(a["default"],o["b"],o["c"],!1,null,"56192e3f",null,!1,o["a"],void 0);e["default"]=s.exports},5046:function(t,e,n){"use strict";n.r(e);var o=n("ac15"),a=n.n(o);for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},"6f9c":function(t,e,n){"use strict";n.r(e);var o=n("205d"),a=n.n(o);for(var i in o)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(i);e["default"]=a.a},a044:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.visibleSync?n("v-uni-view",{staticClass:"tn-popup-class tn-popup",style:[t.customStyle,t.popupStyle,{zIndex:t.elZIndex-1}],attrs:{"hover-stop-propagation":!0}},[n("v-uni-view",{staticClass:"tn-popup__mask",class:[{"tn-popup__mask--show":t.showPopup&&t.mask}],style:{zIndex:t.elZIndex-2},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.maskClick.apply(void 0,arguments)}}}),n("v-uni-view",{staticClass:"tn-popup__content",class:["center"!==t.mode?t.backgroundColorClass:"",t.safeAreaInsetBottom?"tn-safe-area-inset-bottom":"","tn-popup--"+t.mode,t.showPopup?"tn-popup__content--visible":"",t.zoom&&"center"===t.mode?"tn-popup__content__center--animation-zoom":""],style:[t.contentStyle],on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)},click:[function(e){arguments[0]=e=t.$handleEvent(e),t.modeCenterClose.apply(void 0,arguments)},function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)}]}},["center"===t.mode?n("v-uni-view",{staticClass:"tn-popup__content__center_box",class:[t.backgroundColorClass],style:[t.centerStyle],on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)},click:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e)}}},[t.closeBtn?n("v-uni-view",{staticClass:"tn-popup__close",class:["tn-icon-"+t.closeBtnIcon,"tn-popup__close--"+t.closeBtnPosition],style:[t.closeBtnStyle,{zIndex:t.elZIndex}],on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}}):t._e(),n("v-uni-scroll-view",{staticClass:"tn-popup__content__scroll-view",attrs:{"scroll-y":!0}},[t._t("default")],2)],1):n("v-uni-scroll-view",{staticClass:"tn-popup__content__scroll-view",attrs:{"scroll-y":!0}},[t._t("default")],2),"center"!==t.mode&&t.closeBtn?n("v-uni-view",{staticClass:"tn-popup__close",class:["tn-popup__close--"+t.closeBtnPosition],style:{zIndex:t.elZIndex},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}}},[n("v-uni-view",{class:["tn-icon-"+t.closeBtnIcon],style:[t.closeBtnStyle]})],1):t._e()],1)],1):t._e()},a=[]},ac15:function(t,e,n){"use strict";n("6a54");var o=n("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("64aa");var a=o(n("c158")),i={mixins:[a.default],name:"tn-modal",props:{value:{type:Boolean,default:!1},width:{type:String,default:"84%"},padding:{type:String,default:""},radius:{type:Number,default:12},title:{type:String,default:""},content:{type:String,default:""},button:{type:Array,default:function(){return[]}},safeAreaInsetBottom:{type:Boolean,default:!1},maskCloseable:{type:Boolean,default:!0},showCloseBtn:{type:Boolean,default:!1},zoom:{type:Boolean,default:!0},custom:{type:Boolean,default:!1},zIndex:{type:Number,default:0}},computed:{boxStyle:function(){var t={};return this.padding&&(t.padding=this.padding),this.backgroundColorStyle&&(t.backgroundColor=this.backgroundColorStyle),t},contentClass:function(){var t="";return this.title?t+=" tn-margin-top":t+=" tn-modal__box__content--no-title",t},contentStyle:function(){var t={};return this.fontSize&&(t.fontSize=this.fontSize+this.fontUnit),this.fontColorStyle&&(t.color=this.fontColorStyle),t}},data:function(){return{}},methods:{handleClick:function(t){this.value&&this.$emit("click",{index:Number(t)})},close:function(){this.$emit("cancel"),this.$emit("input",!1)}}};e.default=i},b4af:function(t,e,n){var o=n("c86c");e=o(!1),e.push([t.i,'@charset "UTF-8";\n/**\n * 下方引入的为Tuniao UI的集成样式文件,为scss预处理器,其中包含了一些"tn-"开头的自定义变量\n * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可\n * Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用 \n */.tn-popup[data-v-09751b66]{display:block;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}.tn-popup__content[data-v-09751b66]{display:block;position:absolute;transition:all .25s linear}.tn-popup__content--visible[data-v-09751b66]{-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.tn-popup__content--visible.tn-popup--center[data-v-09751b66]{-webkit-transform:scale(1);transform:scale(1);opacity:1}.tn-popup__content__center_box[data-v-09751b66]{min-width:%?100?%;min-height:%?100?%;display:block;position:relative;background-color:#fff}.tn-popup__content__scroll-view[data-v-09751b66]{width:100%;height:100%}.tn-popup__content__center--animation-zoom[data-v-09751b66]{-webkit-transform:scale(1.15);transform:scale(1.15)}.tn-popup__scroll_view[data-v-09751b66]{width:100%;height:100%}.tn-popup--left[data-v-09751b66]{top:0;bottom:0;left:0;background-color:#fff}.tn-popup--right[data-v-09751b66]{top:0;bottom:0;right:0;background-color:#fff}.tn-popup--top[data-v-09751b66]{left:0;right:0;top:0;background-color:#fff}.tn-popup--bottom[data-v-09751b66]{left:0;right:0;bottom:0;background-color:#fff}.tn-popup--center[data-v-09751b66]{display:flex;flex-direction:column;bottom:0;top:0;left:0;right:0;justify-content:center;align-items:center;opacity:0}.tn-popup__close[data-v-09751b66]{position:absolute}.tn-popup__close--top-left[data-v-09751b66]{top:%?30?%;left:%?30?%}.tn-popup__close--top-right[data-v-09751b66]{top:%?30?%;right:%?30?%}.tn-popup__close--bottom-left[data-v-09751b66]{bottom:%?30?%;left:%?30?%}.tn-popup__close--bottom-right[data-v-09751b66]{bottom:%?30?%;right:%?30?%}.tn-popup__mask[data-v-09751b66]{width:100%;height:100%;position:fixed;top:0;left:0;right:0;border:0;background-color:rgba(0,0,0,.4);transition:.25s linear;transition-property:opacity;opacity:0}.tn-popup__mask--show[data-v-09751b66]{opacity:1}',""]),t.exports=e},d5ef:function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){return o}));var o={tnPopup:n("e198").default,tnButton:n("ed55").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.value?n("v-uni-view",{staticClass:"tn-modal-class tn-modal"},[n("tn-popup",{attrs:{mode:"center",popup:!1,borderRadius:t.radius,width:t.width,zoom:t.zoom,safeAreaInsetBottom:t.safeAreaInsetBottom,maskCloseable:t.maskCloseable,zIndex:t.zIndex,closeBtn:t.showCloseBtn},on:{close:function(e){arguments[0]=e=t.$handleEvent(e),t.close.apply(void 0,arguments)}},model:{value:t.value,callback:function(e){t.value=e},expression:"value"}},[n("v-uni-view",{staticClass:"tn-modal__box",class:[t.backgroundColorClass],style:[t.boxStyle]},[t.custom?n("v-uni-view",[t._t("default")],2):n("v-uni-view",[t.title&&""!==t.title?n("v-uni-view",{staticClass:"tn-modal__box__title"},[t._v(t._s(t.title))]):t._e(),n("v-uni-view",{staticClass:"tn-modal__box__content",class:[t.fontColorClass,t.contentClass],style:t.contentStyle},[t._v(t._s(t.content))]),t.button&&t.button.length?n("v-uni-view",{staticClass:"tn-modal__box__btn-box",class:[2!=t.button.length?"tn-flex-direction-column":""]},[t._l(t.button,(function(e,o){return[n("tn-button",{key:o+"_0",class:[t.button.length>2?"tn-margin-bottom":""],style:{width:2!=t.button.length?"80%":"46%"},attrs:{width:"100%",height:"68rpx",fontSize:26,backgroundColor:e.backgroundColor||"",fontColor:e.fontColor||"",plain:e.plain||!1,shape:e.shape||"round"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.handleClick(o)}}},[t._v(t._s(e.text))])]}))],2):t._e()],1)],1)],1)],1):t._e()},i=[]},e198:function(t,e,n){"use strict";n.r(e);var o=n("a044"),a=n("6f9c");for(var i in a)["default"].indexOf(i)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(i);n("2bb2");var r=n("828b"),s=Object(r["a"])(a["default"],o["b"],o["c"],!1,null,"09751b66",null,!1,o["a"],void 0);e["default"]=s.exports},f5d8:function(t,e,n){"use strict";n("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.debounce=void 0,e.formatDate=o,e.tz=e.throttle=e.isInArray=e.goToMsg=e.getStatusBarHeight=e.getArrayByObj=void 0,n("5c47"),n("a1c1"),n("c9b5"),n("bf0f"),n("ab80"),n("aa9c"),n("c223"),n("e966"),n("0506"),n("23f4"),n("7d2f"),n("9c4e");function o(t,e){var n=function(t){return(parseInt(t,10)<10?"0":"")+t};/(y+)/.test(e)&&(e=e.replace(RegExp.$1,(t.getFullYear()+"").substr(4-RegExp.$1.length)));var o={YYYY:t.getFullYear(),"M+":t.getMonth()+1,"d+":t.getDate(),"h+":t.getHours(),"m+":t.getMinutes(),"s+":t.getSeconds()};for(var a in o)if(new RegExp("(".concat(a,")")).test(e)){var i=o[a]+"";e=e.replace(RegExp.$1,1===RegExp.$1.length?i:n(i))}return e}e.getArrayByObj=function(t,e){for(var n=[],a={name:function(){var t=["赵","钱","孙","李","周","吴","郑","王","冯","陈","褚","卫","蒋","沈","韩","杨","朱","秦","尤","许","何","吕","施","张","孔","曹","严","华","金","魏","陶","姜","戚","谢","邹","喻","柏","水","窦","章","云","苏","潘","葛","奚","范","彭","郎","鲁","韦","昌","马","苗","凤","花","方","俞","任","袁","柳","酆","鲍","史","唐","费","廉","岑","薛","雷","贺","倪","汤","滕","殷","罗","毕","郝","邬","安","常","乐","于","时","傅","皮","卞","齐","康","伍","余","元","卜","顾","孟","平","黄","和","穆","萧","尹"],e=["子璇","淼","国栋","夫子","瑞堂","甜","敏","尚","国贤","贺祥","晨涛","昊轩","易轩","益辰","益帆","益冉","瑾春","瑾昆","春齐","杨","文昊","东东","雄霖","浩晨","熙涵","溶溶","冰枫","欣欣","宜豪","欣慧","建政","美欣","淑慧","文轩","文杰","欣源","忠林","榕润","欣汝","慧嘉","新建","建林","亦菲","林","冰洁","佳欣","涵涵","禹辰","淳美","泽惠","伟洋","涵越","润丽","翔","淑华","晶莹","凌晶","苒溪","雨涵","嘉怡","佳毅","子辰","佳琪","紫轩","瑞辰","昕蕊","萌","明远","欣宜","泽远","欣怡","佳怡","佳怡","家新","家欣","东苑","东坤","嘉澍","嘉玉","佳宇","佳玮","晨茜","晨璐","运昊","慧心","学智","辰齐","泰宁","源涵","旭尧","鑫鹏","鹏飞","昊焱","昊天","和安","和颂","华中","萍","萍","莹莹","颖","彭丽","婷婷","婷婷","玲玲","玲琳","璐璐","璐玥","琳琳","琳露","露露","露静","静静","静琪","静慧","静涵","静淑","静娴","静倩","静柔","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静茹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅","静倩","静涵","静茹","静淑","静竹","静芝","静筠","静雅"],n=Math.floor(Math.random()*t.length),o=Math.floor(Math.random()*e.length),a=t[n]+e[o];return a},avatar:function(){return"".concat("https://api.uomg.com/api/rand.avatar?sort=%E7%94%B7","&i=").concat(Math.floor(9999*Math.random())+1)},num:function(){return Math.floor(9999*Math.random())+1},percent:function(){return(100*Math.random()).toFixed(2)+"%"},rank:function(){var t=["黑铁","青铜","白银","黄金","钻石","王者"];return t[Math.floor(Math.random()*t.length)]},money:function(){var t=["美元","欧元","英镑","日元","港币","瑞士法郎","瑞典克朗","丹麦克朗","挪威克朗","加拿大元","澳大利亚元","新加坡元","韩元","泰铢","新西兰元","瑞士法郎","瑞典克朗","丹麦克朗","挪威克朗","加拿大元","澳大利亚元","新加坡元","韩元","泰铢","新西兰元"];return t[Math.floor(Math.random()*t.length)]},job:function(){var t=["前端开发","后端开发","移动开发","测试","运维","项目经理","高级工程师","首席工程师","架构师","CTO","CIO","产品经理","产品总监","技术经理","技术总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官","运营总监","首席运营官","运营总监","首席营销官","营销总监","首席营销官","营销总监","首席设计师","设计经理","设计总监","首席运营官"];return t[Math.floor(Math.random()*t.length)]},coin:function(){var t=["BTC","USDT","ETH","XRP","LTC","PPC","NMC","XPM","FTC","EOS","NVC","DOGE","YAC","ETC","XMR","SIGT","PA"];return t[Math.floor(Math.random()*t.length)]},randomFloat:function(){return(98999*Math.random()+1e3).toFixed(4)},randomBoolean:function(){return Math.random()>.5},randomDate:function(){var t=new Date(2019,0,1),e=new Date,n=new Date(t.getTime()+Math.random()*(e.getTime()-t.getTime()));return o(n,"MM-dd")},randomTime:function(){var t=new Date(2019,0,1),e=new Date,n=new Date(t.getTime()+Math.random()*(e.getTime()-t.getTime()));return o(n,"YYYY-MM-dd hh:mm")},thousandBit:function(){return(Math.floor(9999*Math.random())+1).toString().replace(/\d{1,3}(?=(\d{3})+$)/g,"$&,")},randomImgArray:function(){for(var t=Math.floor(9*Math.random())+1,e=function(){var t="https://api.btstu.cn/sjbz/api.php?lx=dongman&format=images&id=",e=Math.floor(24e3*Math.random());return t+e},n=[],o=0;o2&&void 0!==arguments[2]?arguments[2]:{},r=null,s=0,l=function(){s=!1===i.leading?0:Date.now(),r=null,a=t.apply(n,o),r||(n=o=null)};return function(){var u=Date.now();s||!1!==i.leading||(s=u);var c=e-(u-s);return n=this,o=arguments,c<=0||c>e?(r&&(clearTimeout(r),r=null),s=u,a=t.apply(n,o),r||(n=o=null)):r||!1===i.trailing||(r=setTimeout(l,c)),a}};e.debounce=function(t,e){var n=null;return function(){n||clearTimeout(n),n=setTimeout(t,e)}}}}]);