vendor.js 417 KB

1234567891011121314
  1. (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/vendor"],{"026b":function(e){e.exports=JSON.parse('{"uni-datetime-picker.selectDate":"选择日期","uni-datetime-picker.selectTime":"选择时间","uni-datetime-picker.selectDateTime":"选择日期时间","uni-datetime-picker.startDate":"开始日期","uni-datetime-picker.endDate":"结束日期","uni-datetime-picker.startTime":"开始时间","uni-datetime-picker.endTime":"结束时间","uni-datetime-picker.ok":"确定","uni-datetime-picker.clear":"清除","uni-datetime-picker.cancel":"取消","uni-datetime-picker.year":"年","uni-datetime-picker.month":"月","uni-calender.SUN":"日","uni-calender.MON":"一","uni-calender.TUE":"二","uni-calender.WED":"三","uni-calender.THU":"四","uni-calender.FRI":"五","uni-calender.SAT":"六","uni-calender.confirm":"确认"}')},"04d0":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("2eee")),a=r(n("ed6d")),o=r(n("6b58")),s=r(n("36c6")),c=r(n("c973")),l=r(n("970b")),u=r(n("5bc3")),d=r(n("7037"));function f(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,s.default)(e);if(t){var i=(0,s.default)(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return(0,o.default)(this,n)}}var h={email:/^\S+?@\S+?\.\S+?$/,idcard:/^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-*)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i")},p={int:"integer",bool:"boolean",double:"number",long:"number",password:"string"};function g(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=["label"];n.forEach((function(t){void 0===e[t]&&(e[t]="")}));var r=t;for(var i in e){var a=new RegExp("{"+i+"}");r=r.replace(a,e[i])}return r}var v={integer:function(e){return v.number(e)&&parseInt(e,10)===e},string:function(e){return"string"===typeof e},number:function(e){return!isNaN(e)&&"number"===typeof e},boolean:function(e){return"boolean"===typeof e},float:function(e){return v.number(e)&&!v.integer(e)},array:function(e){return Array.isArray(e)},object:function(e){return"object"===(0,d.default)(e)&&!v.array(e)},date:function(e){return e instanceof Date},timestamp:function(e){return!(!this.integer(e)||Math.abs(e).toString().length>16)},file:function(e){return"string"===typeof e.url},email:function(e){return"string"===typeof e&&!!e.match(h.email)&&e.length<255},url:function(e){return"string"===typeof e&&!!e.match(h.url)},pattern:function(e,t){try{return new RegExp(e).test(t)}catch(n){return!1}},method:function(e){return"function"===typeof e},idcard:function(e){return"string"===typeof e&&!!e.match(h.idcard)},"url-https":function(e){return this.url(e)&&e.startsWith("https://")},"url-scheme":function(e){return e.startsWith("://")},"url-web":function(e){return!1}},y=function(){function e(t){(0,l.default)(this,e),this._message=t}return(0,u.default)(e,[{key:"validateRule",value:function(){var e=(0,c.default)(i.default.mark((function e(t,n,r,a,o){var s,c,l,u,d,f,h,p,g;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(s=null,c=n.rules,l=c.findIndex((function(e){return e.required})),!(l<0)){e.next=8;break}if(null!==r&&void 0!==r){e.next=6;break}return e.abrupt("return",s);case 6:if("string"!==typeof r||r.length){e.next=8;break}return e.abrupt("return",s);case 8:if(u=this._message,void 0!==c){e.next=11;break}return e.abrupt("return",u["default"]);case 11:d=0;case 12:if(!(d<c.length)){e.next=35;break}if(f=c[d],h=this._getValidateType(f),Object.assign(f,{label:n.label||'["'.concat(t,'"]')}),!m[h]){e.next=20;break}if(s=m[h](f,r,u),null==s){e.next=20;break}return e.abrupt("break",35);case 20:if(!f.validateExpr){e.next=26;break}if(p=Date.now(),g=f.validateExpr(r,o,p),!1!==g){e.next=26;break}return s=this._getMessage(f,f.errorMessage||this._message["default"]),e.abrupt("break",35);case 26:if(!f.validateFunction){e.next=32;break}return e.next=29,this.validateFunction(f,r,a,o,h);case 29:if(s=e.sent,null===s){e.next=32;break}return e.abrupt("break",35);case 32:d++,e.next=12;break;case 35:return null!==s&&(s=u.TAG+s),e.abrupt("return",s);case 37:case"end":return e.stop()}}),e,this)})));return function(t,n,r,i,a){return e.apply(this,arguments)}}()},{key:"validateFunction",value:function(){var e=(0,c.default)(i.default.mark((function e(t,n,r,a,o){var s,c,l;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return s=null,e.prev=1,c=null,e.next=5,t.validateFunction(t,n,a||r,(function(e){c=e}));case 5:l=e.sent,(c||"string"===typeof l&&l||!1===l)&&(s=this._getMessage(t,c||l,o)),e.next=12;break;case 9:e.prev=9,e.t0=e["catch"](1),s=this._getMessage(t,e.t0.message,o);case 12:return e.abrupt("return",s);case 13:case"end":return e.stop()}}),e,this,[[1,9]])})));return function(t,n,r,i,a){return e.apply(this,arguments)}}()},{key:"_getMessage",value:function(e,t,n){return g(e,t||e.errorMessage||this._message[n]||t["default"])}},{key:"_getValidateType",value:function(e){var t="";return e.required?t="required":e.format?t="format":e.arrayType?t="arrayTypeFormat":e.range?t="range":void 0!==e.maximum||void 0!==e.minimum?t="rangeNumber":void 0!==e.maxLength||void 0!==e.minLength?t="rangeLength":e.pattern?t="pattern":e.validateFunction&&(t="validateFunction"),t}}]),e}(),m={required:function(e,t,n){return e.required&&function(e,t){return void 0===e||null===e||("string"===typeof e&&!e||(!(!Array.isArray(e)||e.length)||"object"===t&&!Object.keys(e).length))}(t,e.format||(0,d.default)(t))?g(e,e.errorMessage||n.required):null},range:function(e,t,n){for(var r=e.range,i=e.errorMessage,a=new Array(r.length),o=0;o<r.length;o++){var s=r[o];v.object(s)&&void 0!==s.value?a[o]=s.value:a[o]=s}var c=!1;return Array.isArray(t)?c=new Set(t.concat(a)).size===a.length:a.indexOf(t)>-1&&(c=!0),c?null:g(e,i||n["enum"])},rangeNumber:function(e,t,n){if(!v.number(t))return g(e,e.errorMessage||n.pattern.mismatch);var r=e.minimum,i=e.maximum,a=e.exclusiveMinimum,o=e.exclusiveMaximum,s=a?t<=r:t<r,c=o?t>=i:t>i;return void 0!==r&&s?g(e,e.errorMessage||n["number"][a?"exclusiveMinimum":"minimum"]):void 0!==i&&c?g(e,e.errorMessage||n["number"][o?"exclusiveMaximum":"maximum"]):void 0!==r&&void 0!==i&&(s||c)?g(e,e.errorMessage||n["number"].range):null},rangeLength:function(e,t,n){if(!v.string(t)&&!v.array(t))return g(e,e.errorMessage||n.pattern.mismatch);var r=e.minLength,i=e.maxLength,a=t.length;return void 0!==r&&a<r?g(e,e.errorMessage||n["length"].minLength):void 0!==i&&a>i?g(e,e.errorMessage||n["length"].maxLength):void 0!==r&&void 0!==i&&(a<r||a>i)?g(e,e.errorMessage||n["length"].range):null},pattern:function(e,t,n){return v["pattern"](e.pattern,t)?null:g(e,e.errorMessage||n.pattern.mismatch)},format:function(e,t,n){var r=Object.keys(v),i=p[e.format]?p[e.format]:e.format||e.arrayType;return r.indexOf(i)>-1&&!v[i](t)?g(e,e.errorMessage||n.typeError):null},arrayTypeFormat:function(e,t,n){if(!Array.isArray(t))return g(e,e.errorMessage||n.typeError);for(var r=0;r<t.length;r++){var i=t[r],a=this.format(e,i,n);if(null!==a)return a}return null}},x=function(e){(0,a.default)(n,e);var t=f(n);function n(e,r){var i;return(0,l.default)(this,n),i=t.call(this,n.message),i._schema=e,i._options=r||null,i}return(0,u.default)(n,[{key:"updateSchema",value:function(e){this._schema=e}},{key:"validate",value:function(){var e=(0,c.default)(i.default.mark((function e(t,n){var r;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(r=this._checkFieldInSchema(t),r){e.next=5;break}return e.next=4,this.invokeValidate(t,!1,n);case 4:r=e.sent;case 5:return e.abrupt("return",r.length?r[0]:null);case 6:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()},{key:"validateAll",value:function(){var e=(0,c.default)(i.default.mark((function e(t,n){var r;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(r=this._checkFieldInSchema(t),r){e.next=5;break}return e.next=4,this.invokeValidate(t,!0,n);case 4:r=e.sent;case 5:return e.abrupt("return",r);case 6:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()},{key:"validateUpdate",value:function(){var e=(0,c.default)(i.default.mark((function e(t,n){var r;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(r=this._checkFieldInSchema(t),r){e.next=5;break}return e.next=4,this.invokeValidateUpdate(t,!1,n);case 4:r=e.sent;case 5:return e.abrupt("return",r.length?r[0]:null);case 6:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()},{key:"invokeValidate",value:function(){var e=(0,c.default)(i.default.mark((function e(t,n,r){var a,o,s,c,l;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:a=[],o=this._schema,e.t0=i.default.keys(o);case 3:if((e.t1=e.t0()).done){e.next=15;break}return s=e.t1.value,c=o[s],e.next=8,this.validateRule(s,c,t[s],t,r);case 8:if(l=e.sent,null==l){e.next=13;break}if(a.push({key:s,errorMessage:l}),n){e.next=13;break}return e.abrupt("break",15);case 13:e.next=3;break;case 15:return e.abrupt("return",a);case 16:case"end":return e.stop()}}),e,this)})));return function(t,n,r){return e.apply(this,arguments)}}()},{key:"invokeValidateUpdate",value:function(){var e=(0,c.default)(i.default.mark((function e(t,n,r){var a,o,s;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:a=[],e.t0=i.default.keys(t);case 2:if((e.t1=e.t0()).done){e.next=13;break}return o=e.t1.value,e.next=6,this.validateRule(o,this._schema[o],t[o],t,r);case 6:if(s=e.sent,null==s){e.next=11;break}if(a.push({key:o,errorMessage:s}),n){e.next=11;break}return e.abrupt("break",13);case 11:e.next=2;break;case 13:return e.abrupt("return",a);case 14:case"end":return e.stop()}}),e,this)})));return function(t,n,r){return e.apply(this,arguments)}}()},{key:"_checkFieldInSchema",value:function(e){var t=Object.keys(e),r=Object.keys(this._schema);if(new Set(t.concat(r)).size===r.length)return"";var i=t.filter((function(e){return r.indexOf(e)<0})),a=g({field:JSON.stringify(i)},n.message.TAG+n.message["defaultInvalid"]);return[{key:"invalid",errorMessage:a}]}}]),n}(y);x.message=new function(){return{TAG:"",default:"验证错误",defaultInvalid:"提交的字段{field}在数据库中并不存在",validateFunction:"验证无效",required:"{label}必填",enum:"{label}超出范围",timestamp:"{label}格式无效",whitespace:"{label}不能为空",typeError:"{label}类型无效",date:{format:"{label}日期{value}格式无效",parse:"{label}日期无法解析,{value}无效",invalid:"{label}日期{value}无效"},length:{minLength:"{label}长度不能少于{minLength}",maxLength:"{label}长度不能超过{maxLength}",range:"{label}必须介于{minLength}和{maxLength}之间"},number:{minimum:"{label}不能小于{minimum}",maximum:"{label}不能大于{maximum}",exclusiveMinimum:"{label}不能小于等于{minimum}",exclusiveMaximum:"{label}不能大于等于{maximum}",range:"{label}必须介于{minimum}and{maximum}之间"},pattern:{mismatch:"{label}格式不匹配"}}};var _=x;t.default=_},"0676":function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports["default"]=e.exports},"11b0":function(e,t){e.exports=function(e){if("undefined"!==typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports["default"]=e.exports},"178c":function(e){e.exports=JSON.parse('{"uni-load-more.contentdown":"上拉显示更多","uni-load-more.contentrefresh":"正在加载...","uni-load-more.contentnomore":"没有更多数据了"}')},"18ed":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={appid:"wxf1a4dcfdec2f79d3",baseUrl:"https://api.hqtly.vip"}},"1f95":function(e){e.exports=JSON.parse('{"uni-datetime-picker.selectDate":"選擇日期","uni-datetime-picker.selectTime":"選擇時間","uni-datetime-picker.selectDateTime":"選擇日期時間","uni-datetime-picker.startDate":"開始日期","uni-datetime-picker.endDate":"結束日期","uni-datetime-picker.startTime":"開始时间","uni-datetime-picker.endTime":"結束时间","uni-datetime-picker.ok":"確定","uni-datetime-picker.clear":"清除","uni-datetime-picker.cancel":"取消","uni-datetime-picker.year":"年","uni-datetime-picker.month":"月","uni-calender.SUN":"日","uni-calender.MON":"一","uni-calender.TUE":"二","uni-calender.WED":"三","uni-calender.THU":"四","uni-calender.FRI":"五","uni-calender.SAT":"六","uni-calender.confirm":"確認"}')},2122:function(e){e.exports=JSON.parse('{"uni-popup.cancel":"取消","uni-popup.ok":"确定","uni-popup.placeholder":"请输入","uni-popup.title":"提示","uni-popup.shareTitle":"分享到"}')},2236:function(e,t,n){var r=n("5a43");e.exports=function(e){if(Array.isArray(e))return r(e)},e.exports.__esModule=!0,e.exports["default"]=e.exports},"26cb":function(e,t,n){"use strict";(function(t){var n="undefined"!==typeof window?window:"undefined"!==typeof t?t:{},r=n.__VUE_DEVTOOLS_GLOBAL_HOOK__;function i(e,t){if(void 0===t&&(t=[]),null===e||"object"!==typeof e)return e;var n=function(e,t){return e.filter(t)[0]}(t,(function(t){return t.original===e}));if(n)return n.copy;var r=Array.isArray(e)?[]:{};return t.push({original:e,copy:r}),Object.keys(e).forEach((function(n){r[n]=i(e[n],t)})),r}function a(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function o(e){return null!==e&&"object"===typeof e}var s=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"===typeof n?n():n)||{}},c={namespaced:{configurable:!0}};c.namespaced.get=function(){return!!this._rawModule.namespaced},s.prototype.addChild=function(e,t){this._children[e]=t},s.prototype.removeChild=function(e){delete this._children[e]},s.prototype.getChild=function(e){return this._children[e]},s.prototype.hasChild=function(e){return e in this._children},s.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},s.prototype.forEachChild=function(e){a(this._children,e)},s.prototype.forEachGetter=function(e){this._rawModule.getters&&a(this._rawModule.getters,e)},s.prototype.forEachAction=function(e){this._rawModule.actions&&a(this._rawModule.actions,e)},s.prototype.forEachMutation=function(e){this._rawModule.mutations&&a(this._rawModule.mutations,e)},Object.defineProperties(s.prototype,c);var l=function(e){this.register([],e,!1)};l.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},l.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return t=t.getChild(n),e+(t.namespaced?n+"/":"")}),"")},l.prototype.update=function(e){(function e(t,n,r){0;if(n.update(r),r.modules)for(var i in r.modules){if(!n.getChild(i))return void 0;e(t.concat(i),n.getChild(i),r.modules[i])}})([],this.root,e)},l.prototype.register=function(e,t,n){var r=this;void 0===n&&(n=!0);var i=new s(t,n);if(0===e.length)this.root=i;else{var o=this.get(e.slice(0,-1));o.addChild(e[e.length-1],i)}t.modules&&a(t.modules,(function(t,i){r.register(e.concat(i),t,n)}))},l.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1],r=t.getChild(n);r&&r.runtime&&t.removeChild(n)},l.prototype.isRegistered=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];return!!t&&t.hasChild(n)};var u;var d=function(e){var t=this;void 0===e&&(e={}),!u&&"undefined"!==typeof window&&window.Vue&&x(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var i=e.strict;void 0===i&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new l(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new u,this._makeLocalGettersCache=Object.create(null);var a=this,o=this.dispatch,s=this.commit;this.dispatch=function(e,t){return o.call(a,e,t)},this.commit=function(e,t,n){return s.call(a,e,t,n)},this.strict=i;var c=this._modules.root.state;v(this,c,[],this._modules.root),g(this,c),n.forEach((function(e){return e(t)}));var d=void 0!==e.devtools?e.devtools:u.config.devtools;d&&function(e){r&&(e._devtoolHook=r,r.emit("vuex:init",e),r.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){r.emit("vuex:mutation",e,t)}),{prepend:!0}),e.subscribeAction((function(e,t){r.emit("vuex:action",e,t)}),{prepend:!0}))}(this)},f={state:{configurable:!0}};function h(e,t,n){return t.indexOf(e)<0&&(n&&n.prepend?t.unshift(e):t.push(e)),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function p(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;v(e,n,[],e._modules.root,!0),g(e,n,t)}function g(e,t,n){var r=e._vm;e.getters={},e._makeLocalGettersCache=Object.create(null);var i=e._wrappedGetters,o={};a(i,(function(t,n){o[n]=function(e,t){return function(){return e(t)}}(t,e),Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var s=u.config.silent;u.config.silent=!0,e._vm=new u({data:{$$state:t},computed:o}),u.config.silent=s,e.strict&&function(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(e),r&&(n&&e._withCommit((function(){r._data.$$state=null})),u.nextTick((function(){return r.$destroy()})))}function v(e,t,n,r,i){var a=!n.length,o=e._modules.getNamespace(n);if(r.namespaced&&(e._modulesNamespaceMap[o],e._modulesNamespaceMap[o]=r),!a&&!i){var s=y(t,n.slice(0,-1)),c=n[n.length-1];e._withCommit((function(){u.set(s,c,r.state)}))}var l=r.context=function(e,t,n){var r=""===t,i={dispatch:r?e.dispatch:function(n,r,i){var a=m(n,r,i),o=a.payload,s=a.options,c=a.type;return s&&s.root||(c=t+c),e.dispatch(c,o)},commit:r?e.commit:function(n,r,i){var a=m(n,r,i),o=a.payload,s=a.options,c=a.type;s&&s.root||(c=t+c),e.commit(c,o,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return e.getters}:function(){return function(e,t){if(!e._makeLocalGettersCache[t]){var n={},r=t.length;Object.keys(e.getters).forEach((function(i){if(i.slice(0,r)===t){var a=i.slice(r);Object.defineProperty(n,a,{get:function(){return e.getters[i]},enumerable:!0})}})),e._makeLocalGettersCache[t]=n}return e._makeLocalGettersCache[t]}(e,t)}},state:{get:function(){return y(e.state,n)}}}),i}(e,o,n);r.forEachMutation((function(t,n){var r=o+n;(function(e,t,n,r){var i=e._mutations[t]||(e._mutations[t]=[]);i.push((function(t){n.call(e,r.state,t)}))})(e,r,t,l)})),r.forEachAction((function(t,n){var r=t.root?n:o+n,i=t.handler||t;(function(e,t,n,r){var i=e._actions[t]||(e._actions[t]=[]);i.push((function(t){var i=n.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},t);return function(e){return e&&"function"===typeof e.then}(i)||(i=Promise.resolve(i)),e._devtoolHook?i.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):i}))})(e,r,i,l)})),r.forEachGetter((function(t,n){var r=o+n;(function(e,t,n,r){if(e._wrappedGetters[t])return void 0;e._wrappedGetters[t]=function(e){return n(r.state,r.getters,e.state,e.getters)}})(e,r,t,l)})),r.forEachChild((function(r,a){v(e,t,n.concat(a),r,i)}))}function y(e,t){return t.reduce((function(e,t){return e[t]}),e)}function m(e,t,n){return o(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function x(e){u&&e===u||(u=e,
  2. /*!
  3. * vuex v3.6.2
  4. * (c) 2021 Evan You
  5. * @license MIT
  6. */
  7. function(e){var t=Number(e.version.split(".")[0]);if(t>=2)e.mixin({beforeCreate:r});else{var n=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[r].concat(e.init):r,n.call(this,e)}}function r(){var e=this.$options;e.store?this.$store="function"===typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}(u))}f.state.get=function(){return this._vm._data.$$state},f.state.set=function(e){0},d.prototype.commit=function(e,t,n){var r=this,i=m(e,t,n),a=i.type,o=i.payload,s=(i.options,{type:a,payload:o}),c=this._mutations[a];c&&(this._withCommit((function(){c.forEach((function(e){e(o)}))})),this._subscribers.slice().forEach((function(e){return e(s,r.state)})))},d.prototype.dispatch=function(e,t){var n=this,r=m(e,t),i=r.type,a=r.payload,o={type:i,payload:a},s=this._actions[i];if(s){try{this._actionSubscribers.slice().filter((function(e){return e.before})).forEach((function(e){return e.before(o,n.state)}))}catch(l){0}var c=s.length>1?Promise.all(s.map((function(e){return e(a)}))):s[0](a);return new Promise((function(e,t){c.then((function(t){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(o,n.state)}))}catch(l){0}e(t)}),(function(e){try{n._actionSubscribers.filter((function(e){return e.error})).forEach((function(t){return t.error(o,n.state,e)}))}catch(l){0}t(e)}))}))}},d.prototype.subscribe=function(e,t){return h(e,this._subscribers,t)},d.prototype.subscribeAction=function(e,t){var n="function"===typeof e?{before:e}:e;return h(n,this._actionSubscribers,t)},d.prototype.watch=function(e,t,n){var r=this;return this._watcherVM.$watch((function(){return e(r.state,r.getters)}),t,n)},d.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},d.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"===typeof e&&(e=[e]),this._modules.register(e,t),v(this,this.state,e,this._modules.get(e),n.preserveState),g(this,this.state)},d.prototype.unregisterModule=function(e){var t=this;"string"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=y(t.state,e.slice(0,-1));u.delete(n,e[e.length-1])})),p(this)},d.prototype.hasModule=function(e){return"string"===typeof e&&(e=[e]),this._modules.isRegistered(e)},d.prototype[[104,111,116,85,112,100,97,116,101].map((function(e){return String.fromCharCode(e)})).join("")]=function(e){this._modules.update(e),p(this,!0)},d.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(d.prototype,f);var _=A((function(e,t){var n={};return k(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var r=P(this.$store,"mapState",e);if(!r)return;t=r.context.state,n=r.context.getters}return"function"===typeof i?i.call(this,t,n):t[i]},n[r].vuex=!0})),n})),b=A((function(e,t){var n={};return k(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var r=this.$store.commit;if(e){var a=P(this.$store,"mapMutations",e);if(!a)return;r=a.context.commit}return"function"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),w=A((function(e,t){var n={};return k(t).forEach((function(t){var r=t.key,i=t.val;i=e+i,n[r]=function(){if(!e||P(this.$store,"mapGetters",e))return this.$store.getters[i]},n[r].vuex=!0})),n})),S=A((function(e,t){var n={};return k(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var r=this.$store.dispatch;if(e){var a=P(this.$store,"mapActions",e);if(!a)return;r=a.context.dispatch}return"function"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n}));function k(e){return function(e){return Array.isArray(e)||o(e)}(e)?Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}})):[]}function A(e){return function(t,n){return"string"!==typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function P(e,t,n){var r=e._modulesNamespaceMap[n];return r}function T(e,t,n){var r=n?e.groupCollapsed:e.group;try{r.call(e,t)}catch(i){e.log(t)}}function C(e){try{e.groupEnd()}catch(t){e.log("—— log end ——")}}function O(){var e=new Date;return" @ "+D(e.getHours(),2)+":"+D(e.getMinutes(),2)+":"+D(e.getSeconds(),2)+"."+D(e.getMilliseconds(),3)}function D(e,t){return function(e,t){return new Array(t+1).join(e)}("0",t-e.toString().length)+e}var M={Store:d,install:x,version:"3.6.2",mapState:_,mapMutations:b,mapGetters:w,mapActions:S,createNamespacedHelpers:function(e){return{mapState:_.bind(null,e),mapGetters:w.bind(null,e),mapMutations:b.bind(null,e),mapActions:S.bind(null,e)}},createLogger:function(e){void 0===e&&(e={});var t=e.collapsed;void 0===t&&(t=!0);var n=e.filter;void 0===n&&(n=function(e,t,n){return!0});var r=e.transformer;void 0===r&&(r=function(e){return e});var a=e.mutationTransformer;void 0===a&&(a=function(e){return e});var o=e.actionFilter;void 0===o&&(o=function(e,t){return!0});var s=e.actionTransformer;void 0===s&&(s=function(e){return e});var c=e.logMutations;void 0===c&&(c=!0);var l=e.logActions;void 0===l&&(l=!0);var u=e.logger;return void 0===u&&(u=console),function(e){var d=i(e.state);"undefined"!==typeof u&&(c&&e.subscribe((function(e,o){var s=i(o);if(n(e,d,s)){var c=O(),l=a(e),f="mutation "+e.type+c;T(u,f,t),u.log("%c prev state","color: #9E9E9E; font-weight: bold",r(d)),u.log("%c mutation","color: #03A9F4; font-weight: bold",l),u.log("%c next state","color: #4CAF50; font-weight: bold",r(s)),C(u)}d=s})),l&&e.subscribeAction((function(e,n){if(o(e,n)){var r=O(),i=s(e),a="action "+e.type+r;T(u,a,t),u.log("%c action","color: #03A9F4; font-weight: bold",i),C(u)}})))}}};e.exports=M}).call(this,n("c8ba"))},"278c":function(e,t,n){var r=n("c135"),i=n("9b42"),a=n("6613"),o=n("c240");e.exports=function(e,t){return r(e)||i(e,t)||a(e,t)||o()},e.exports.__esModule=!0,e.exports["default"]=e.exports},"27f0":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={appid:"__UNI__764B10F"}},"29bf":function(e){e.exports=JSON.parse('{"uni-popup.cancel":"取消","uni-popup.ok":"確定","uni-popup.placeholder":"請輸入","uni-popup.title":"提示","uni-popup.shareTitle":"分享到"}')},"2eee":function(e,t,n){var r=n("7ec2")();e.exports=r},"30e0":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.getWO=function(e){return(0,i.default)({url:"/API/erp/getWO",method:"POST",data:e})},t.pushWO=function(e){return(0,i.default)({url:"/API/erp/pushWO",method:"POST",data:e})};var i=r(n("723e"))},"31a1":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={id:"2852637",name:"uniui图标库",font_family:"uniicons",css_prefix_text:"uniui-",description:"",glyphs:[{icon_id:"25027049",name:"yanse",font_class:"color",unicode:"e6cf",unicode_decimal:59087},{icon_id:"25027048",name:"wallet",font_class:"wallet",unicode:"e6b1",unicode_decimal:59057},{icon_id:"25015720",name:"settings-filled",font_class:"settings-filled",unicode:"e6ce",unicode_decimal:59086},{icon_id:"25015434",name:"shimingrenzheng-filled",font_class:"auth-filled",unicode:"e6cc",unicode_decimal:59084},{icon_id:"24934246",name:"shop-filled",font_class:"shop-filled",unicode:"e6cd",unicode_decimal:59085},{icon_id:"24934159",name:"staff-filled-01",font_class:"staff-filled",unicode:"e6cb",unicode_decimal:59083},{icon_id:"24932461",name:"VIP-filled",font_class:"vip-filled",unicode:"e6c6",unicode_decimal:59078},{icon_id:"24932462",name:"plus_circle_fill",font_class:"plus-filled",unicode:"e6c7",unicode_decimal:59079},{icon_id:"24932463",name:"folder_add-filled",font_class:"folder-add-filled",unicode:"e6c8",unicode_decimal:59080},{icon_id:"24932464",name:"yanse-filled",font_class:"color-filled",unicode:"e6c9",unicode_decimal:59081},{icon_id:"24932465",name:"tune-filled",font_class:"tune-filled",unicode:"e6ca",unicode_decimal:59082},{icon_id:"24932455",name:"a-rilidaka-filled",font_class:"calendar-filled",unicode:"e6c0",unicode_decimal:59072},{icon_id:"24932456",name:"notification-filled",font_class:"notification-filled",unicode:"e6c1",unicode_decimal:59073},{icon_id:"24932457",name:"wallet-filled",font_class:"wallet-filled",unicode:"e6c2",unicode_decimal:59074},{icon_id:"24932458",name:"paihangbang-filled",font_class:"medal-filled",unicode:"e6c3",unicode_decimal:59075},{icon_id:"24932459",name:"gift-filled",font_class:"gift-filled",unicode:"e6c4",unicode_decimal:59076},{icon_id:"24932460",name:"fire-filled",font_class:"fire-filled",unicode:"e6c5",unicode_decimal:59077},{icon_id:"24928001",name:"refreshempty",font_class:"refreshempty",unicode:"e6bf",unicode_decimal:59071},{icon_id:"24926853",name:"location-ellipse",font_class:"location-filled",unicode:"e6af",unicode_decimal:59055},{icon_id:"24926735",name:"person-filled",font_class:"person-filled",unicode:"e69d",unicode_decimal:59037},{icon_id:"24926703",name:"personadd-filled",font_class:"personadd-filled",unicode:"e698",unicode_decimal:59032},{icon_id:"24923351",name:"back",font_class:"back",unicode:"e6b9",unicode_decimal:59065},{icon_id:"24923352",name:"forward",font_class:"forward",unicode:"e6ba",unicode_decimal:59066},{icon_id:"24923353",name:"arrowthinright",font_class:"arrow-right",unicode:"e6bb",unicode_decimal:59067},{icon_id:"24923353",name:"arrowthinright",font_class:"arrowthinright",unicode:"e6bb",unicode_decimal:59067},{icon_id:"24923354",name:"arrowthinleft",font_class:"arrow-left",unicode:"e6bc",unicode_decimal:59068},{icon_id:"24923354",name:"arrowthinleft",font_class:"arrowthinleft",unicode:"e6bc",unicode_decimal:59068},{icon_id:"24923355",name:"arrowthinup",font_class:"arrow-up",unicode:"e6bd",unicode_decimal:59069},{icon_id:"24923355",name:"arrowthinup",font_class:"arrowthinup",unicode:"e6bd",unicode_decimal:59069},{icon_id:"24923356",name:"arrowthindown",font_class:"arrow-down",unicode:"e6be",unicode_decimal:59070},{icon_id:"24923356",name:"arrowthindown",font_class:"arrowthindown",unicode:"e6be",unicode_decimal:59070},{icon_id:"24923349",name:"arrowdown",font_class:"bottom",unicode:"e6b8",unicode_decimal:59064},{icon_id:"24923349",name:"arrowdown",font_class:"arrowdown",unicode:"e6b8",unicode_decimal:59064},{icon_id:"24923346",name:"arrowright",font_class:"right",unicode:"e6b5",unicode_decimal:59061},{icon_id:"24923346",name:"arrowright",font_class:"arrowright",unicode:"e6b5",unicode_decimal:59061},{icon_id:"24923347",name:"arrowup",font_class:"top",unicode:"e6b6",unicode_decimal:59062},{icon_id:"24923347",name:"arrowup",font_class:"arrowup",unicode:"e6b6",unicode_decimal:59062},{icon_id:"24923348",name:"arrowleft",font_class:"left",unicode:"e6b7",unicode_decimal:59063},{icon_id:"24923348",name:"arrowleft",font_class:"arrowleft",unicode:"e6b7",unicode_decimal:59063},{icon_id:"24923334",name:"eye",font_class:"eye",unicode:"e651",unicode_decimal:58961},{icon_id:"24923335",name:"eye-filled",font_class:"eye-filled",unicode:"e66a",unicode_decimal:58986},{icon_id:"24923336",name:"eye-slash",font_class:"eye-slash",unicode:"e6b3",unicode_decimal:59059},{icon_id:"24923337",name:"eye-slash-filled",font_class:"eye-slash-filled",unicode:"e6b4",unicode_decimal:59060},{icon_id:"24923305",name:"info-filled",font_class:"info-filled",unicode:"e649",unicode_decimal:58953},{icon_id:"24923299",name:"reload-01",font_class:"reload",unicode:"e6b2",unicode_decimal:59058},{icon_id:"24923195",name:"mic_slash_fill",font_class:"micoff-filled",unicode:"e6b0",unicode_decimal:59056},{icon_id:"24923165",name:"map-pin-ellipse",font_class:"map-pin-ellipse",unicode:"e6ac",unicode_decimal:59052},{icon_id:"24923166",name:"map-pin",font_class:"map-pin",unicode:"e6ad",unicode_decimal:59053},{icon_id:"24923167",name:"location",font_class:"location",unicode:"e6ae",unicode_decimal:59054},{icon_id:"24923064",name:"starhalf",font_class:"starhalf",unicode:"e683",unicode_decimal:59011},{icon_id:"24923065",name:"star",font_class:"star",unicode:"e688",unicode_decimal:59016},{icon_id:"24923066",name:"star-filled",font_class:"star-filled",unicode:"e68f",unicode_decimal:59023},{icon_id:"24899646",name:"a-rilidaka",font_class:"calendar",unicode:"e6a0",unicode_decimal:59040},{icon_id:"24899647",name:"fire",font_class:"fire",unicode:"e6a1",unicode_decimal:59041},{icon_id:"24899648",name:"paihangbang",font_class:"medal",unicode:"e6a2",unicode_decimal:59042},{icon_id:"24899649",name:"font",font_class:"font",unicode:"e6a3",unicode_decimal:59043},{icon_id:"24899650",name:"gift",font_class:"gift",unicode:"e6a4",unicode_decimal:59044},{icon_id:"24899651",name:"link",font_class:"link",unicode:"e6a5",unicode_decimal:59045},{icon_id:"24899652",name:"notification",font_class:"notification",unicode:"e6a6",unicode_decimal:59046},{icon_id:"24899653",name:"staff",font_class:"staff",unicode:"e6a7",unicode_decimal:59047},{icon_id:"24899654",name:"VIP",font_class:"vip",unicode:"e6a8",unicode_decimal:59048},{icon_id:"24899655",name:"folder_add",font_class:"folder-add",unicode:"e6a9",unicode_decimal:59049},{icon_id:"24899656",name:"tune",font_class:"tune",unicode:"e6aa",unicode_decimal:59050},{icon_id:"24899657",name:"shimingrenzheng",font_class:"auth",unicode:"e6ab",unicode_decimal:59051},{icon_id:"24899565",name:"person",font_class:"person",unicode:"e699",unicode_decimal:59033},{icon_id:"24899566",name:"email-filled",font_class:"email-filled",unicode:"e69a",unicode_decimal:59034},{icon_id:"24899567",name:"phone-filled",font_class:"phone-filled",unicode:"e69b",unicode_decimal:59035},{icon_id:"24899568",name:"phone",font_class:"phone",unicode:"e69c",unicode_decimal:59036},{icon_id:"24899570",name:"email",font_class:"email",unicode:"e69e",unicode_decimal:59038},{icon_id:"24899571",name:"personadd",font_class:"personadd",unicode:"e69f",unicode_decimal:59039},{icon_id:"24899558",name:"chatboxes-filled",font_class:"chatboxes-filled",unicode:"e692",unicode_decimal:59026},{icon_id:"24899559",name:"contact",font_class:"contact",unicode:"e693",unicode_decimal:59027},{icon_id:"24899560",name:"chatbubble-filled",font_class:"chatbubble-filled",unicode:"e694",unicode_decimal:59028},{icon_id:"24899561",name:"contact-filled",font_class:"contact-filled",unicode:"e695",unicode_decimal:59029},{icon_id:"24899562",name:"chatboxes",font_class:"chatboxes",unicode:"e696",unicode_decimal:59030},{icon_id:"24899563",name:"chatbubble",font_class:"chatbubble",unicode:"e697",unicode_decimal:59031},{icon_id:"24881290",name:"upload-filled",font_class:"upload-filled",unicode:"e68e",unicode_decimal:59022},{icon_id:"24881292",name:"upload",font_class:"upload",unicode:"e690",unicode_decimal:59024},{icon_id:"24881293",name:"weixin",font_class:"weixin",unicode:"e691",unicode_decimal:59025},{icon_id:"24881274",name:"compose",font_class:"compose",unicode:"e67f",unicode_decimal:59007},{icon_id:"24881275",name:"qq",font_class:"qq",unicode:"e680",unicode_decimal:59008},{icon_id:"24881276",name:"download-filled",font_class:"download-filled",unicode:"e681",unicode_decimal:59009},{icon_id:"24881277",name:"pengyouquan",font_class:"pyq",unicode:"e682",unicode_decimal:59010},{icon_id:"24881279",name:"sound",font_class:"sound",unicode:"e684",unicode_decimal:59012},{icon_id:"24881280",name:"trash-filled",font_class:"trash-filled",unicode:"e685",unicode_decimal:59013},{icon_id:"24881281",name:"sound-filled",font_class:"sound-filled",unicode:"e686",unicode_decimal:59014},{icon_id:"24881282",name:"trash",font_class:"trash",unicode:"e687",unicode_decimal:59015},{icon_id:"24881284",name:"videocam-filled",font_class:"videocam-filled",unicode:"e689",unicode_decimal:59017},{icon_id:"24881285",name:"spinner-cycle",font_class:"spinner-cycle",unicode:"e68a",unicode_decimal:59018},{icon_id:"24881286",name:"weibo",font_class:"weibo",unicode:"e68b",unicode_decimal:59019},{icon_id:"24881288",name:"videocam",font_class:"videocam",unicode:"e68c",unicode_decimal:59020},{icon_id:"24881289",name:"download",font_class:"download",unicode:"e68d",unicode_decimal:59021},{icon_id:"24879601",name:"help",font_class:"help",unicode:"e679",unicode_decimal:59001},{icon_id:"24879602",name:"navigate-filled",font_class:"navigate-filled",unicode:"e67a",unicode_decimal:59002},{icon_id:"24879603",name:"plusempty",font_class:"plusempty",unicode:"e67b",unicode_decimal:59003},{icon_id:"24879604",name:"smallcircle",font_class:"smallcircle",unicode:"e67c",unicode_decimal:59004},{icon_id:"24879605",name:"minus-filled",font_class:"minus-filled",unicode:"e67d",unicode_decimal:59005},{icon_id:"24879606",name:"micoff",font_class:"micoff",unicode:"e67e",unicode_decimal:59006},{icon_id:"24879588",name:"closeempty",font_class:"closeempty",unicode:"e66c",unicode_decimal:58988},{icon_id:"24879589",name:"clear",font_class:"clear",unicode:"e66d",unicode_decimal:58989},{icon_id:"24879590",name:"navigate",font_class:"navigate",unicode:"e66e",unicode_decimal:58990},{icon_id:"24879591",name:"minus",font_class:"minus",unicode:"e66f",unicode_decimal:58991},{icon_id:"24879592",name:"image",font_class:"image",unicode:"e670",unicode_decimal:58992},{icon_id:"24879593",name:"mic",font_class:"mic",unicode:"e671",unicode_decimal:58993},{icon_id:"24879594",name:"paperplane",font_class:"paperplane",unicode:"e672",unicode_decimal:58994},{icon_id:"24879595",name:"close",font_class:"close",unicode:"e673",unicode_decimal:58995},{icon_id:"24879596",name:"help-filled",font_class:"help-filled",unicode:"e674",unicode_decimal:58996},{icon_id:"24879597",name:"plus-filled",font_class:"paperplane-filled",unicode:"e675",unicode_decimal:58997},{icon_id:"24879598",name:"plus",font_class:"plus",unicode:"e676",unicode_decimal:58998},{icon_id:"24879599",name:"mic-filled",font_class:"mic-filled",unicode:"e677",unicode_decimal:58999},{icon_id:"24879600",name:"image-filled",font_class:"image-filled",unicode:"e678",unicode_decimal:59e3},{icon_id:"24855900",name:"locked-filled",font_class:"locked-filled",unicode:"e668",unicode_decimal:58984},{icon_id:"24855901",name:"info",font_class:"info",unicode:"e669",unicode_decimal:58985},{icon_id:"24855903",name:"locked",font_class:"locked",unicode:"e66b",unicode_decimal:58987},{icon_id:"24855884",name:"camera-filled",font_class:"camera-filled",unicode:"e658",unicode_decimal:58968},{icon_id:"24855885",name:"chat-filled",font_class:"chat-filled",unicode:"e659",unicode_decimal:58969},{icon_id:"24855886",name:"camera",font_class:"camera",unicode:"e65a",unicode_decimal:58970},{icon_id:"24855887",name:"circle",font_class:"circle",unicode:"e65b",unicode_decimal:58971},{icon_id:"24855888",name:"checkmarkempty",font_class:"checkmarkempty",unicode:"e65c",unicode_decimal:58972},{icon_id:"24855889",name:"chat",font_class:"chat",unicode:"e65d",unicode_decimal:58973},{icon_id:"24855890",name:"circle-filled",font_class:"circle-filled",unicode:"e65e",unicode_decimal:58974},{icon_id:"24855891",name:"flag",font_class:"flag",unicode:"e65f",unicode_decimal:58975},{icon_id:"24855892",name:"flag-filled",font_class:"flag-filled",unicode:"e660",unicode_decimal:58976},{icon_id:"24855893",name:"gear-filled",font_class:"gear-filled",unicode:"e661",unicode_decimal:58977},{icon_id:"24855894",name:"home",font_class:"home",unicode:"e662",unicode_decimal:58978},{icon_id:"24855895",name:"home-filled",font_class:"home-filled",unicode:"e663",unicode_decimal:58979},{icon_id:"24855896",name:"gear",font_class:"gear",unicode:"e664",unicode_decimal:58980},{icon_id:"24855897",name:"smallcircle-filled",font_class:"smallcircle-filled",unicode:"e665",unicode_decimal:58981},{icon_id:"24855898",name:"map-filled",font_class:"map-filled",unicode:"e666",unicode_decimal:58982},{icon_id:"24855899",name:"map",font_class:"map",unicode:"e667",unicode_decimal:58983},{icon_id:"24855825",name:"refresh-filled",font_class:"refresh-filled",unicode:"e656",unicode_decimal:58966},{icon_id:"24855826",name:"refresh",font_class:"refresh",unicode:"e657",unicode_decimal:58967},{icon_id:"24855808",name:"cloud-upload",font_class:"cloud-upload",unicode:"e645",unicode_decimal:58949},{icon_id:"24855809",name:"cloud-download-filled",font_class:"cloud-download-filled",unicode:"e646",unicode_decimal:58950},{icon_id:"24855810",name:"cloud-download",font_class:"cloud-download",unicode:"e647",unicode_decimal:58951},{icon_id:"24855811",name:"cloud-upload-filled",font_class:"cloud-upload-filled",unicode:"e648",unicode_decimal:58952},{icon_id:"24855813",name:"redo",font_class:"redo",unicode:"e64a",unicode_decimal:58954},{icon_id:"24855814",name:"images-filled",font_class:"images-filled",unicode:"e64b",unicode_decimal:58955},{icon_id:"24855815",name:"undo-filled",font_class:"undo-filled",unicode:"e64c",unicode_decimal:58956},{icon_id:"24855816",name:"more",font_class:"more",unicode:"e64d",unicode_decimal:58957},{icon_id:"24855817",name:"more-filled",font_class:"more-filled",unicode:"e64e",unicode_decimal:58958},{icon_id:"24855818",name:"undo",font_class:"undo",unicode:"e64f",unicode_decimal:58959},{icon_id:"24855819",name:"images",font_class:"images",unicode:"e650",unicode_decimal:58960},{icon_id:"24855821",name:"paperclip",font_class:"paperclip",unicode:"e652",unicode_decimal:58962},{icon_id:"24855822",name:"settings",font_class:"settings",unicode:"e653",unicode_decimal:58963},{icon_id:"24855823",name:"search",font_class:"search",unicode:"e654",unicode_decimal:58964},{icon_id:"24855824",name:"redo-filled",font_class:"redo-filled",unicode:"e655",unicode_decimal:58965},{icon_id:"24841702",name:"list",font_class:"list",unicode:"e644",unicode_decimal:58948},{icon_id:"24841489",name:"mail-open-filled",font_class:"mail-open-filled",unicode:"e63a",unicode_decimal:58938},{icon_id:"24841491",name:"hand-thumbsdown-filled",font_class:"hand-down-filled",unicode:"e63c",unicode_decimal:58940},{icon_id:"24841492",name:"hand-thumbsdown",font_class:"hand-down",unicode:"e63d",unicode_decimal:58941},{icon_id:"24841493",name:"hand-thumbsup-filled",font_class:"hand-up-filled",unicode:"e63e",unicode_decimal:58942},{icon_id:"24841494",name:"hand-thumbsup",font_class:"hand-up",unicode:"e63f",unicode_decimal:58943},{icon_id:"24841496",name:"heart-filled",font_class:"heart-filled",unicode:"e641",unicode_decimal:58945},{icon_id:"24841498",name:"mail-open",font_class:"mail-open",unicode:"e643",unicode_decimal:58947},{icon_id:"24841488",name:"heart",font_class:"heart",unicode:"e639",unicode_decimal:58937},{icon_id:"24839963",name:"loop",font_class:"loop",unicode:"e633",unicode_decimal:58931},{icon_id:"24839866",name:"pulldown",font_class:"pulldown",unicode:"e632",unicode_decimal:58930},{icon_id:"24813798",name:"scan",font_class:"scan",unicode:"e62a",unicode_decimal:58922},{icon_id:"24813786",name:"bars",font_class:"bars",unicode:"e627",unicode_decimal:58919},{icon_id:"24813788",name:"cart-filled",font_class:"cart-filled",unicode:"e629",unicode_decimal:58921},{icon_id:"24813790",name:"checkbox",font_class:"checkbox",unicode:"e62b",unicode_decimal:58923},{icon_id:"24813791",name:"checkbox-filled",font_class:"checkbox-filled",unicode:"e62c",unicode_decimal:58924},{icon_id:"24813794",name:"shop",font_class:"shop",unicode:"e62f",unicode_decimal:58927},{icon_id:"24813795",name:"headphones",font_class:"headphones",unicode:"e630",unicode_decimal:58928},{icon_id:"24813796",name:"cart",font_class:"cart",unicode:"e631",unicode_decimal:58929}]}},"36c6":function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports["default"]=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports["default"]=e.exports},"37dc":function(e,t,n){"use strict";(function(e,r){var i=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.LOCALE_ZH_HANT=t.LOCALE_ZH_HANS=t.LOCALE_FR=t.LOCALE_ES=t.LOCALE_EN=t.I18n=t.Formatter=void 0,t.compileI18nJsonStr=function(e,t){var n=t.locale,r=t.locales,i=t.delimiters;if(!A(e,i))return e;S||(S=new d);var a=[];Object.keys(r).forEach((function(e){e!==n&&a.push({locale:e,values:r[e]})})),a.unshift({locale:n,values:r[n]});try{return JSON.stringify(T(JSON.parse(e),a,i),null,2)}catch(o){}return e},t.hasI18nJson=function e(t,n){S||(S=new d);return C(t,(function(t,r){var i=t[r];return k(i)?!!A(i,n)||void 0:e(i,n)}))},t.initVueI18n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,r=arguments.length>3?arguments[3]:void 0;if("string"!==typeof e){var i=[t,e];e=i[0],t=i[1]}"string"!==typeof e&&(e=w());"string"!==typeof n&&(n="undefined"!==typeof __uniConfig&&__uniConfig.fallbackLocale||"en");var a=new _({locale:e,fallbackLocale:n,messages:t,watcher:r}),o=function(e,t){if("function"!==typeof getApp)o=function(e,t){return a.t(e,t)};else{var n=!1;o=function(e,t){var r=getApp().$vm;return r&&(r.$locale,n||(n=!0,b(r,a))),a.t(e,t)}}return o(e,t)};return{i18n:a,f:function(e,t,n){return a.f(e,t,n)},t:function(e,t){return o(e,t)},add:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];return a.add(e,t,n)},watch:function(e){return a.watchLocale(e)},getLocale:function(){return a.getLocale()},setLocale:function(e){return a.setLocale(e)}}},t.isI18nStr=A,t.isString=void 0,t.normalizeLocale=x,t.parseI18nJson=function e(t,n,r){S||(S=new d);return C(t,(function(t,i){var a=t[i];k(a)?A(a,r)&&(t[i]=P(a,n,r)):e(a,n,r)})),t},t.resolveLocale=function(e){return function(t){return t?(t=x(t)||t,function(e){var t=[],n=e.split("-");while(n.length)t.push(n.join("-")),n.pop();return t}(t).find((function(t){return e.indexOf(t)>-1}))):t}};var a=i(n("278c")),o=i(n("970b")),s=i(n("5bc3")),c=i(n("7037")),l=function(e){return null!==e&&"object"===(0,c.default)(e)},u=["{","}"],d=function(){function e(){(0,o.default)(this,e),this._caches=Object.create(null)}return(0,s.default)(e,[{key:"interpolate",value:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u;if(!t)return[e];var r=this._caches[e];return r||(r=p(e,n),this._caches[e]=r),g(r,t)}}]),e}();t.Formatter=d;var f=/^(?:\d)+/,h=/^(?:\w)+/;function p(e,t){var n=(0,a.default)(t,2),r=n[0],i=n[1],o=[],s=0,c="";while(s<e.length){var l=e[s++];if(l===r){c&&o.push({type:"text",value:c}),c="";var u="";l=e[s++];while(void 0!==l&&l!==i)u+=l,l=e[s++];var d=l===i,p=f.test(u)?"list":d&&h.test(u)?"named":"unknown";o.push({value:u,type:p})}else c+=l}return c&&o.push({type:"text",value:c}),o}function g(e,t){var n=[],r=0,i=Array.isArray(t)?"list":l(t)?"named":"unknown";if("unknown"===i)return n;while(r<e.length){var a=e[r];switch(a.type){case"text":n.push(a.value);break;case"list":n.push(t[parseInt(a.value,10)]);break;case"named":"named"===i&&n.push(t[a.value]);break;case"unknown":0;break}r++}return n}t.LOCALE_ZH_HANS="zh-Hans";t.LOCALE_ZH_HANT="zh-Hant";t.LOCALE_EN="en";t.LOCALE_FR="fr";t.LOCALE_ES="es";var v=Object.prototype.hasOwnProperty,y=function(e,t){return v.call(e,t)},m=new d;function x(e,t){if(e){if(e=e.trim().replace(/_/g,"-"),t&&t[e])return e;if(e=e.toLowerCase(),"chinese"===e)return"zh-Hans";if(0===e.indexOf("zh"))return e.indexOf("-hans")>-1?"zh-Hans":e.indexOf("-hant")>-1||function(e,t){return!!t.find((function(t){return-1!==e.indexOf(t)}))}(e,["-tw","-hk","-mo","-cht"])?"zh-Hant":"zh-Hans";var n=["en","fr","es"];t&&Object.keys(t).length>0&&(n=Object.keys(t));var r=function(e,t){return t.find((function(t){return 0===e.indexOf(t)}))}(e,n);return r||void 0}}var _=function(){function e(t){var n=t.locale,r=t.fallbackLocale,i=t.messages,a=t.watcher,s=t.formater;(0,o.default)(this,e),this.locale="en",this.fallbackLocale="en",this.message={},this.messages={},this.watchers=[],r&&(this.fallbackLocale=r),this.formater=s||m,this.messages=i||{},this.setLocale(n||"en"),a&&this.watchLocale(a)}return(0,s.default)(e,[{key:"setLocale",value:function(e){var t=this,n=this.locale;this.locale=x(e,this.messages)||this.fallbackLocale,this.messages[this.locale]||(this.messages[this.locale]={}),this.message=this.messages[this.locale],n!==this.locale&&this.watchers.forEach((function(e){e(t.locale,n)}))}},{key:"getLocale",value:function(){return this.locale}},{key:"watchLocale",value:function(e){var t=this,n=this.watchers.push(e)-1;return function(){t.watchers.splice(n,1)}}},{key:"add",value:function(e,t){var n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],r=this.messages[e];r?n?Object.assign(r,t):Object.keys(t).forEach((function(e){y(r,e)||(r[e]=t[e])})):this.messages[e]=t}},{key:"f",value:function(e,t,n){return this.formater.interpolate(e,t,n).join("")}},{key:"t",value:function(e,t,n){var r=this.message;return"string"===typeof t?(t=x(t,this.messages),t&&(r=this.messages[t])):n=t,y(r,e)?this.formater.interpolate(r[e],n).join(""):(console.warn("Cannot translate the value of keypath ".concat(e,". Use the value of keypath as default.")),e)}}]),e}();function b(e,t){e.$watchLocale?e.$watchLocale((function(e){t.setLocale(e)})):e.$watch((function(){return e.$locale}),(function(e){t.setLocale(e)}))}function w(){return"undefined"!==typeof e&&e.getLocale?e.getLocale():"undefined"!==typeof r&&r.getLocale?r.getLocale():"en"}t.I18n=_;var S,k=function(e){return"string"===typeof e};function A(e,t){return e.indexOf(t[0])>-1}function P(e,t,n){return S.interpolate(e,t,n).join("")}function T(e,t,n){return C(e,(function(e,r){(function(e,t,n,r){var i=e[t];if(k(i)){if(A(i,r)&&(e[t]=P(i,n[0].values,r),n.length>1)){var a=e[t+"Locales"]={};n.forEach((function(e){a[e.locale]=P(i,e.values,r)}))}}else T(i,n,r)})(e,r,t,n)})),e}function C(e,t){if(Array.isArray(e)){for(var n=0;n<e.length;n++)if(t(e,n))return!0}else if(l(e))for(var r in e)if(t(e,r))return!0;return!1}t.isString=k}).call(this,n("543d")["default"],n("c8ba"))},"3c96":function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports["default"]=e.exports},"448a":function(e,t,n){var r=n("2236"),i=n("11b0"),a=n("6613"),o=n("0676");e.exports=function(e){return r(e)||i(e)||a(e)||o()},e.exports.__esModule=!0,e.exports["default"]=e.exports},"49c7":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.recordDetail=function(e){return(0,i.default)({url:"/API/pile/recordDetail",method:"post",data:e})},t.statistics=function(e){return(0,i.default)({url:"/API/pile/record",method:"post",data:e})},t.stockSearch=function(e){return(0,i.default)({url:"/API/type/stockSearch",method:"get",data:e})};var i=r(n("723e"))},"4a4b":function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports["default"]=e.exports,n(t,r)}e.exports=n,e.exports.__esModule=!0,e.exports["default"]=e.exports},"4ea4":function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports["default"]=e.exports},"515a":function(e){e.exports=JSON.parse('{"uni-popup.cancel":"cancel","uni-popup.ok":"ok","uni-popup.placeholder":"pleace enter","uni-popup.title":"Hint","uni-popup.shareTitle":"Share to"}')},"52e5":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={pages:[{path:"pages/login/login",style:{navigationBarTitleText:"登录",enablePullDownRefresh:!1}},{path:"pages/home/home",style:{navigationBarTitleText:"首页",enablePullDownRefresh:!1}},{path:"pages/my/my",style:{navigationBarTitleText:"个人信息",enablePullDownRefresh:!1}},{path:"pages/my/set",style:{navigationBarTitleText:"设置",enablePullDownRefresh:!1}},{path:"pages/my/cell",style:{navigationBarTitleText:"修改手机号",enablePullDownRefresh:!1}},{path:"pages/my/password",style:{navigationBarTitleText:"修改密码",enablePullDownRefresh:!1}},{path:"pages/production/production",style:{navigationBarTitleText:"灌装生产",enablePullDownRefresh:!1}},{path:"pages/production/history",style:{navigationBarTitleText:"历史记录",enablePullDownRefresh:!1}},{path:"pages/statistics/statistics",style:{navigationBarTitleText:"统计",enablePullDownRefresh:!1}},{path:"pages/statistics/particulars",style:{navigationBarTitleText:"详情",enablePullDownRefresh:!1}},{path:"pages/dealer/dealer",style:{navigationBarTitleText:"经销商",enablePullDownRefresh:!1}},{path:"pages/dealer/dealerDetails",style:{navigationBarTitleText:"经销商详情",enablePullDownRefresh:!1}},{path:"pages/inventory/inventory",style:{navigationBarTitleText:"库存查看",enablePullDownRefresh:!1}},{path:"pages/bazaar/bazaar",style:{navigationBarTitleText:"市场稽查",enablePullDownRefresh:!1}},{path:"pages/bazaar/VaseYard/VaseYard",style:{navigationBarTitleText:"瓶码/箱码查询",enablePullDownRefresh:!1}},{path:"pages/bazaar/SecurityCode",style:{navigationBarTitleText:"防伪码反查询",enablePullDownRefresh:!1}},{path:"pages/bazaar/bodyOfBottle/bodyOfBottle",style:{navigationBarTitleText:"瓶身码反查询",enablePullDownRefresh:!1}},{path:"pages/bazaar/VaseYard/reportedRecord",style:{navigationBarTitleText:"上报记录",enablePullDownRefresh:!1}},{path:"pages/bazaar/VaseYard/particulars",style:{navigationBarTitleText:"溯源详情",enablePullDownRefresh:!1}},{path:"pages/bazaar/VaseYard/reported",style:{navigationBarTitleText:"上报",enablePullDownRefresh:!1}},{path:"pages/fleeingGoods/fleeingGoods",style:{navigationBarTitleText:"窜货记录",enablePullDownRefresh:!1}},{path:"pages/newProduct/newProduct",style:{navigationBarTitleText:"新品发放记录",enablePullDownRefresh:!1}},{path:"pages/dealer/parric",style:{navigationBarTitleText:"",enablePullDownRefresh:!1}},{path:"pages/inquire/inquire",style:{navigationBarTitleText:"ERP生产推送",enablePullDownRefresh:!1}}],globalStyle:{navigationBarTextStyle:"white",navigationBarTitleText:"红蜻蜓追溯",navigationBarBackgroundColor:"#e40315",backgroundColor:"#e40315"},uniIdRouter:{}}},"543d":function(e,t,n){"use strict";(function(e,r){var i=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.createApp=Mt,t.createComponent=Bt,t.createPage=Ut,t.createPlugin=Wt,t.createSubpackageApp=zt,t.default=void 0;var a,o=i(n("278c")),s=i(n("9523")),c=i(n("b17c")),l=i(n("448a")),u=i(n("7037")),d=n("37dc"),f=i(n("66fd"));function h(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?h(Object(n),!0).forEach((function(t){(0,s.default)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var g="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",v=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function y(){var t,n=e.getStorageSync("uni_id_token")||"",r=n.split(".");if(!n||3!==r.length)return{uid:null,role:[],permission:[],tokenExpired:0};try{t=JSON.parse(function(e){return decodeURIComponent(a(e).split("").map((function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)})).join(""))}(r[1]))}catch(i){throw new Error("获取当前用户信息出错,详细错误信息为:"+i.message)}return t.tokenExpired=1e3*t.exp,delete t.exp,delete t.iat,t}a="function"!==typeof atob?function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!v.test(e))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t;e+="==".slice(2-(3&e.length));for(var n,r,i="",a=0;a<e.length;)t=g.indexOf(e.charAt(a++))<<18|g.indexOf(e.charAt(a++))<<12|(n=g.indexOf(e.charAt(a++)))<<6|(r=g.indexOf(e.charAt(a++))),i+=64===n?String.fromCharCode(t>>16&255):64===r?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return i}:atob;var m=Object.prototype.toString,x=Object.prototype.hasOwnProperty;function _(e){return"function"===typeof e}function b(e){return"string"===typeof e}function w(e){return"[object Object]"===m.call(e)}function S(e,t){return x.call(e,t)}function k(){}function A(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var P=/-(\w)/g,T=A((function(e){return e.replace(P,(function(e,t){return t?t.toUpperCase():""}))}));function C(e){var t={};return w(e)&&Object.keys(e).sort().forEach((function(n){t[n]=e[n]})),Object.keys(t)?t:e}var O=["invoke","success","fail","complete","returnValue"],D={},M={};function L(e,t){Object.keys(t).forEach((function(n){-1!==O.indexOf(n)&&_(t[n])&&(e[n]=function(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}(e[n],t[n]))}))}function I(e,t){e&&t&&Object.keys(t).forEach((function(n){-1!==O.indexOf(n)&&_(t[n])&&function(e,t){var n=e.indexOf(t);-1!==n&&e.splice(n,1)}(e[n],t[n])}))}function E(e,t){return function(n){return e(n,t)||n}}function F(e){return!!e&&("object"===(0,u.default)(e)||"function"===typeof e)&&"function"===typeof e.then}function R(e,t,n){for(var r=!1,i=0;i<e.length;i++){var a=e[i];if(r)r=Promise.resolve(E(a,n));else{var o=a(t,n);if(F(o)&&(r=Promise.resolve(o)),!1===o)return{then:function(){}}}}return r||{then:function(e){return e(t)}}}function j(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return["success","fail","complete"].forEach((function(n){if(Array.isArray(e[n])){var r=t[n];t[n]=function(i){R(e[n],i,t).then((function(e){return _(r)&&r(e)||e}))}}})),t}function $(e,t){var n=[];Array.isArray(D.returnValue)&&n.push.apply(n,(0,l.default)(D.returnValue));var r=M[e];return r&&Array.isArray(r.returnValue)&&n.push.apply(n,(0,l.default)(r.returnValue)),n.forEach((function(e){t=e(t)||t})),t}function N(e){var t=Object.create(null);Object.keys(D).forEach((function(e){"returnValue"!==e&&(t[e]=D[e].slice())}));var n=M[e];return n&&Object.keys(n).forEach((function(e){"returnValue"!==e&&(t[e]=(t[e]||[]).concat(n[e]))})),t}function U(e,t,n){for(var r=arguments.length,i=new Array(r>3?r-3:0),a=3;a<r;a++)i[a-3]=arguments[a];var o=N(e);if(o&&Object.keys(o).length){if(Array.isArray(o.invoke)){var s=R(o.invoke,n);return s.then((function(n){return t.apply(void 0,[j(N(e),n)].concat(i))}))}return t.apply(void 0,[j(o,n)].concat(i))}return t.apply(void 0,[n].concat(i))}var B={returnValue:function(e){return F(e)?new Promise((function(t,n){e.then((function(e){e[0]?n(e[0]):t(e[1])}))})):e}},z=/^\$|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/,W=/^create|Manager$/,q=["createBLEConnection"],H=["createBLEConnection","createPushMessage"],G=/^on|^off/;function V(e){return W.test(e)&&-1===q.indexOf(e)}function K(e){return z.test(e)&&-1===H.indexOf(e)}function J(e){return e.then((function(e){return[null,e]})).catch((function(e){return[e]}))}function X(e){return!(V(e)||K(e)||function(e){return G.test(e)&&"onPush"!==e}(e))}function Y(e,t){return X(e)&&_(t)?function(){for(var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length,i=new Array(r>1?r-1:0),a=1;a<r;a++)i[a-1]=arguments[a];return _(n.success)||_(n.fail)||_(n.complete)?$(e,U.apply(void 0,[e,t,n].concat(i))):$(e,J(new Promise((function(r,a){U.apply(void 0,[e,t,Object.assign({},n,{success:r,fail:a})].concat(i))}))))}:t}Promise.prototype.finally||(Promise.prototype.finally=function(e){var t=this.constructor;return this.then((function(n){return t.resolve(e()).then((function(){return n}))}),(function(n){return t.resolve(e()).then((function(){throw n}))}))});var Q=!1,Z=0,ee=0;var te,ne={};te=ae(e.getSystemInfoSync().language)||"en",function(){if(function(){return"undefined"!==typeof __uniConfig&&__uniConfig.locales&&!!Object.keys(__uniConfig.locales).length}()){var e=Object.keys(__uniConfig.locales);e.length&&e.forEach((function(e){var t=ne[e],n=__uniConfig.locales[e];t?Object.assign(t,n):ne[e]=n}))}}();var re=(0,d.initVueI18n)(te,{}),ie=re.t;re.mixin={beforeCreate:function(){var e=this,t=re.i18n.watchLocale((function(){e.$forceUpdate()}));this.$once("hook:beforeDestroy",(function(){t()}))},methods:{$$t:function(e,t){return ie(e,t)}}},re.setLocale,re.getLocale;function ae(e,t){if(e){if(e=e.trim().replace(/_/g,"-"),t&&t[e])return e;if(e=e.toLowerCase(),"chinese"===e)return"zh-Hans";if(0===e.indexOf("zh"))return e.indexOf("-hans")>-1?"zh-Hans":e.indexOf("-hant")>-1||function(e,t){return!!t.find((function(t){return-1!==e.indexOf(t)}))}(e,["-tw","-hk","-mo","-cht"])?"zh-Hant":"zh-Hans";var n=function(e,t){return t.find((function(t){return 0===e.indexOf(t)}))}(e,["en","fr","es"]);return n||void 0}}function oe(){if(_(getApp)){var t=getApp({allowDefault:!0});if(t&&t.$vm)return t.$vm.$locale}return ae(e.getSystemInfoSync().language)||"en"}var se=[];"undefined"!==typeof r&&(r.getLocale=oe);var ce={promiseInterceptor:B},le=Object.freeze({__proto__:null,upx2px:function(t,n){if(0===Z&&function(){var t=e.getSystemInfoSync(),n=t.platform,r=t.pixelRatio,i=t.windowWidth;Z=i,ee=r,Q="ios"===n}(),t=Number(t),0===t)return 0;var r=t/750*(n||Z);return r<0&&(r=-r),r=Math.floor(r+1e-4),0===r&&(r=1!==ee&&Q?.5:1),t<0?-r:r},getLocale:oe,setLocale:function(e){var t=!!_(getApp)&&getApp();if(!t)return!1;var n=t.$vm.$locale;return n!==e&&(t.$vm.$locale=e,se.forEach((function(t){return t({locale:e})})),!0)},onLocaleChange:function(e){-1===se.indexOf(e)&&se.push(e)},addInterceptor:function(e,t){"string"===typeof e&&w(t)?L(M[e]||(M[e]={}),t):w(e)&&L(D,e)},removeInterceptor:function(e,t){"string"===typeof e?w(t)?I(M[e],t):delete M[e]:w(e)&&I(D,e)},interceptors:ce});var ue,de={name:function(e){return"back"===e.exists&&e.delta?"navigateBack":"redirectTo"},args:function(e){if("back"===e.exists&&e.url){var t=function(e){var t=getCurrentPages(),n=t.length;while(n--){var r=t[n];if(r.$page&&r.$page.fullPath===e)return n}return-1}(e.url);if(-1!==t){var n=getCurrentPages().length-1-t;n>0&&(e.delta=n)}}}},fe={args:function(e){var t=parseInt(e.current);if(!isNaN(t)){var n=e.urls;if(Array.isArray(n)){var r=n.length;if(r)return t<0?t=0:t>=r&&(t=r-1),t>0?(e.current=n[t],e.urls=n.filter((function(e,r){return!(r<t)||e!==n[t]}))):e.current=n[0],{indicator:!1,loop:!1}}}}};function he(t){ue=ue||e.getStorageSync("__DC_STAT_UUID"),ue||(ue=Date.now()+""+Math.floor(1e7*Math.random()),e.setStorage({key:"__DC_STAT_UUID",data:ue})),t.deviceId=ue}function pe(e){if(e.safeArea){var t=e.safeArea;e.safeAreaInsets={top:t.top,left:t.left,right:e.windowWidth-t.right,bottom:e.screenHeight-t.bottom}}}function ge(e,t){for(var n=e.deviceType||"phone",r={ipad:"pad",windows:"pc",mac:"pc"},i=Object.keys(r),a=t.toLocaleLowerCase(),o=0;o<i.length;o++){var s=i[o];if(-1!==a.indexOf(s)){n=r[s];break}}return n}function ve(e){var t=e;return t&&(t=e.toLocaleLowerCase()),t}function ye(e){return oe?oe():e}function me(e){var t=e.hostName||"WeChat";return e.environment?t=e.environment:e.host&&e.host.env&&(t=e.host.env),t}var xe={returnValue:function(e){he(e),pe(e),function(e){var t,n=e.brand,r=void 0===n?"":n,i=e.model,a=void 0===i?"":i,o=e.system,s=void 0===o?"":o,c=e.language,l=void 0===c?"":c,u=e.theme,d=e.version,f=(e.platform,e.fontSizeSetting),h=e.SDKVersion,p=e.pixelRatio,g=e.deviceOrientation,v="";v=s.split(" ")[0]||"",t=s.split(" ")[1]||"";var y=d,m=ge(e,a),x=ve(r),_=me(e),b=g,w=p,S=h,k=l.replace(/_/g,"-"),A={appId:"__UNI__764B10F",appName:"红蜻蜓追溯",appVersion:"1.0.0",appVersionCode:"100",appLanguage:ye(k),uniCompileVersion:"3.8.7",uniRuntimeVersion:"3.8.7",uniPlatform:"mp-weixin",deviceBrand:x,deviceModel:a,deviceType:m,devicePixelRatio:w,deviceOrientation:b,osName:v.toLocaleLowerCase(),osVersion:t,hostTheme:u,hostVersion:y,hostLanguage:k,hostName:_,hostSDKVersion:S,hostFontSizeSetting:f,windowTop:0,windowBottom:0,osLanguage:void 0,osTheme:void 0,ua:void 0,hostPackageName:void 0,browserName:void 0,browserVersion:void 0};Object.assign(e,A,{})}(e)}},_e={args:function(e){"object"===(0,u.default)(e)&&(e.alertText=e.title)}},be={returnValue:function(e){var t=e,n=t.version,r=t.language,i=t.SDKVersion,a=t.theme,o=me(e),s=r.replace("_","-");e=C(Object.assign(e,{appId:"__UNI__764B10F",appName:"红蜻蜓追溯",appVersion:"1.0.0",appVersionCode:"100",appLanguage:ye(s),hostVersion:n,hostLanguage:s,hostName:o,hostSDKVersion:i,hostTheme:a}))}},we={returnValue:function(e){var t=e,n=t.brand,r=t.model,i=ge(e,r),a=ve(n);he(e),e=C(Object.assign(e,{deviceType:i,deviceBrand:a,deviceModel:r}))}},Se={returnValue:function(e){pe(e),e=C(Object.assign(e,{windowTop:0,windowBottom:0}))}},ke={redirectTo:de,previewImage:fe,getSystemInfo:xe,getSystemInfoSync:xe,showActionSheet:_e,getAppBaseInfo:be,getDeviceInfo:we,getWindowInfo:Se,getAppAuthorizeSetting:{returnValue:function(e){var t=e.locationReducedAccuracy;e.locationAccuracy="unsupported",!0===t?e.locationAccuracy="reduced":!1===t&&(e.locationAccuracy="full")}},compressImage:{args:function(e){e.compressedHeight&&!e.compressHeight&&(e.compressHeight=e.compressedHeight),e.compressedWidth&&!e.compressWidth&&(e.compressWidth=e.compressedWidth)}}},Ae=["success","fail","cancel","complete"];function Pe(e,t,n){return function(r){return t(Ce(e,r,n))}}function Te(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},i=arguments.length>4&&void 0!==arguments[4]&&arguments[4];if(w(t)){var a=!0===i?t:{};for(var o in _(n)&&(n=n(t,a)||{}),t)if(S(n,o)){var s=n[o];_(s)&&(s=s(t[o],t,a)),s?b(s)?a[s]=t[o]:w(s)&&(a[s.name?s.name:o]=s.value):console.warn("The '".concat(e,"' method of platform '微信小程序' does not support option '").concat(o,"'"))}else-1!==Ae.indexOf(o)?_(t[o])&&(a[o]=Pe(e,t[o],r)):i||(a[o]=t[o]);return a}return _(t)&&(t=Pe(e,t,r)),t}function Ce(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];return _(ke.returnValue)&&(t=ke.returnValue(e,t)),Te(e,t,n,{},r)}function Oe(t,n){if(S(ke,t)){var r=ke[t];return r?function(n,i){var a=r;_(r)&&(a=r(n)),n=Te(t,n,a.args,a.returnValue);var o=[n];"undefined"!==typeof i&&o.push(i),_(a.name)?t=a.name(n):b(a.name)&&(t=a.name);var s=e[t].apply(e,o);return K(t)?Ce(t,s,a.returnValue,V(t)):s}:function(){console.error("Platform '微信小程序' does not support '".concat(t,"'."))}}return n}var De=Object.create(null);["onTabBarMidButtonTap","subscribePush","unsubscribePush","onPush","offPush","share"].forEach((function(e){De[e]=function(e){return function(t){var n=t.fail,r=t.complete,i={errMsg:"".concat(e,":fail method '").concat(e,"' not supported")};_(n)&&n(i),_(r)&&r(i)}}(e)}));var Me={oauth:["weixin"],share:["weixin"],payment:["wxpay"],push:["weixin"]};var Le=Object.freeze({__proto__:null,getProvider:function(e){var t=e.service,n=e.success,r=e.fail,i=e.complete,a=!1;Me[t]?(a={errMsg:"getProvider:ok",service:t,provider:Me[t]},_(n)&&n(a)):(a={errMsg:"getProvider:fail service not found"},_(r)&&r(a)),_(i)&&i(a)}}),Ie=function(){var e;return function(){return e||(e=new f.default),e}}();function Ee(e,t,n){return e[t].apply(e,n)}var Fe,Re,je,$e=Object.freeze({__proto__:null,$on:function(){return Ee(Ie(),"$on",Array.prototype.slice.call(arguments))},$off:function(){return Ee(Ie(),"$off",Array.prototype.slice.call(arguments))},$once:function(){return Ee(Ie(),"$once",Array.prototype.slice.call(arguments))},$emit:function(){return Ee(Ie(),"$emit",Array.prototype.slice.call(arguments))}});function Ne(e){return function(){try{return e.apply(e,arguments)}catch(t){console.error(t)}}}function Ue(e){try{return JSON.parse(e)}catch(t){}return e}var Be=[];function ze(e,t){Be.forEach((function(n){n(e,t)})),Be.length=0}var We=[],qe=e.getAppBaseInfo&&e.getAppBaseInfo();qe||(qe=e.getSystemInfoSync());var He=qe?qe.host:null,Ge=He&&"SAAASDK"===He.env?e.miniapp.shareVideoMessage:e.shareVideoMessage,Ve=Object.freeze({__proto__:null,shareVideoMessage:Ge,getPushClientId:function(e){w(e)||(e={});var t=function(e){var t={};for(var n in e){var r=e[n];_(r)&&(t[n]=Ne(r),delete e[n])}return t}(e),n=t.success,r=t.fail,i=t.complete,a=_(n),o=_(r),s=_(i);Promise.resolve().then((function(){"undefined"===typeof je&&(je=!1,Fe="",Re="uniPush is not enabled"),Be.push((function(e,t){var c;e?(c={errMsg:"getPushClientId:ok",cid:e},a&&n(c)):(c={errMsg:"getPushClientId:fail"+(t?" "+t:"")},o&&r(c)),s&&i(c)})),"undefined"!==typeof Fe&&ze(Fe,Re)}))},onPushMessage:function(e){-1===We.indexOf(e)&&We.push(e)},offPushMessage:function(e){if(e){var t=We.indexOf(e);t>-1&&We.splice(t,1)}else We.length=0},invokePushCallback:function(e){if("enabled"===e.type)je=!0;else if("clientId"===e.type)Fe=e.cid,Re=e.errMsg,ze(Fe,e.errMsg);else if("pushMsg"===e.type)for(var t={type:"receive",data:Ue(e.message)},n=0;n<We.length;n++){var r=We[n];if(r(t),t.stopped)break}else"click"===e.type&&We.forEach((function(t){t({type:"click",data:Ue(e.message)})}))}}),Ke=["__route__","__wxExparserNodeId__","__wxWebviewId__"];function Je(e){return Behavior(e)}function Xe(){return!!this.route}function Ye(e){this.triggerEvent("__l",e)}function Qe(e){var t=e.$scope,n={};Object.defineProperty(e,"$refs",{get:function(){var e={};(function e(t,n,r){var i=t.selectAllComponents(n)||[];i.forEach((function(t){var i=t.dataset.ref;r[i]=t.$vm||tt(t),"scoped"===t.dataset.vueGeneric&&t.selectAllComponents(".scoped-ref").forEach((function(t){e(t,n,r)}))}))})(t,".vue-ref",e);var r=t.selectAllComponents(".vue-ref-in-for")||[];return r.forEach((function(t){var n=t.dataset.ref;e[n]||(e[n]=[]),e[n].push(t.$vm||tt(t))})),function(e,t){var n=(0,c.default)(Set,(0,l.default)(Object.keys(e))),r=Object.keys(t);return r.forEach((function(r){var i=e[r],a=t[r];Array.isArray(i)&&Array.isArray(a)&&i.length===a.length&&a.every((function(e){return i.includes(e)}))||(e[r]=a,n.delete(r))})),n.forEach((function(t){delete e[t]})),e}(n,e)}})}function Ze(e){var t,n=e.detail||e.value,r=n.vuePid,i=n.vueOptions;r&&(t=function e(t,n){for(var r,i=t.$children,a=i.length-1;a>=0;a--){var o=i[a];if(o.$scope._$vueId===n)return o}for(var s=i.length-1;s>=0;s--)if(r=e(i[s],n),r)return r}(this.$vm,r)),t||(t=this.$vm),i.parent=t}function et(e){return Object.defineProperty(e,"__v_isMPComponent",{configurable:!0,enumerable:!1,value:!0}),e}function tt(e){return function(e){return null!==e&&"object"===(0,u.default)(e)}(e)&&Object.isExtensible(e)&&Object.defineProperty(e,"__ob__",{configurable:!0,enumerable:!1,value:(0,s.default)({},"__v_skip",!0)}),e}var nt=/_(.*)_worklet_factory_/;var rt=Page,it=Component,at=/:/g,ot=A((function(e){return T(e.replace(at,"-"))}));function st(e){var t=e.triggerEvent,n=function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];if(this.$vm||this.dataset&&this.dataset.comType)e=ot(e);else{var a=ot(e);a!==e&&t.apply(this,[a].concat(r))}return t.apply(this,[e].concat(r))};try{e.triggerEvent=n}catch(r){e._triggerEvent=n}}function ct(e,t,n){var r=t[e];t[e]=function(){if(et(this),st(this),r){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return r.apply(this,t)}}}rt.__$wrappered||(rt.__$wrappered=!0,Page=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return ct("onLoad",e),rt(e)},Page.after=rt.after,Component=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return ct("created",e),it(e)});function lt(e,t,n){t.forEach((function(t){(function e(t,n){if(!n)return!0;if(f.default.options&&Array.isArray(f.default.options[t]))return!0;if(n=n.default||n,_(n))return!!_(n.extendOptions[t])||!!(n.super&&n.super.options&&Array.isArray(n.super.options[t]));if(_(n[t])||Array.isArray(n[t]))return!0;var r=n.mixins;return Array.isArray(r)?!!r.find((function(n){return e(t,n)})):void 0})(t,n)&&(e[t]=function(e){return this.$vm&&this.$vm.__call_hook(t,e)})}))}function ut(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];dt(t).forEach((function(t){return ft(e,t,n)}))}function dt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e&&Object.keys(e).forEach((function(n){0===n.indexOf("on")&&_(e[n])&&t.push(n)})),t}function ft(e,t,n){-1!==n.indexOf(t)||S(e,t)||(e[t]=function(e){return this.$vm&&this.$vm.__call_hook(t,e)})}function ht(e,t){var n;return t=t.default||t,n=_(t)?t:e.extend(t),t=n.options,[n,t]}function pt(e,t){if(Array.isArray(t)&&t.length){var n=Object.create(null);t.forEach((function(e){n[e]=!0})),e.$scopedSlots=e.$slots=n}}function gt(e,t){e=(e||"").split(",");var n=e.length;1===n?t._$vueId=e[0]:2===n&&(t._$vueId=e[0],t._$vuePid=e[1])}function vt(e,t){var n=e.data||{},r=e.methods||{};if("function"===typeof n)try{n=n.call(t)}catch(i){Object({NODE_ENV:"production",VUE_APP_DARK_MODE:"false",VUE_APP_NAME:"红蜻蜓追溯",VUE_APP_PLATFORM:"mp-weixin",BASE_URL:"/"}).VUE_APP_DEBUG&&console.warn("根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。",n)}else try{n=JSON.parse(JSON.stringify(n))}catch(i){}return w(n)||(n={}),Object.keys(r).forEach((function(e){-1!==t.__lifecycle_hooks__.indexOf(e)||S(n,e)||(n[e]=r[e])})),n}var yt=[String,Number,Boolean,Object,Array,null];function mt(e){return function(t,n){this.$vm&&(this.$vm[e]=t)}}function xt(e,t){var n=e.behaviors,r=e.extends,i=e.mixins,a=e.props;a||(e.props=a=[]);var o=[];return Array.isArray(n)&&n.forEach((function(e){o.push(e.replace("uni://","wx".concat("://"))),"uni://form-field"===e&&(Array.isArray(a)?(a.push("name"),a.push("value")):(a.name={type:String,default:""},a.value={type:[String,Number,Boolean,Array,Object,Date],default:""}))})),w(r)&&r.props&&o.push(t({properties:bt(r.props,!0)})),Array.isArray(i)&&i.forEach((function(e){w(e)&&e.props&&o.push(t({properties:bt(e.props,!0)}))})),o}function _t(e,t,n,r){return Array.isArray(t)&&1===t.length?t[0]:t}function bt(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>3?arguments[3]:void 0,r={};return t||(r.vueId={type:String,value:""},n.virtualHost&&(r.virtualHostStyle={type:null,value:""},r.virtualHostClass={type:null,value:""}),r.scopedSlotsCompiler={type:String,value:""},r.vueSlots={type:null,value:[],observer:function(e,t){var n=Object.create(null);e.forEach((function(e){n[e]=!0})),this.setData({$slots:n})}}),Array.isArray(e)?e.forEach((function(e){r[e]={type:null,observer:mt(e)}})):w(e)&&Object.keys(e).forEach((function(t){var n=e[t];if(w(n)){var i=n.default;_(i)&&(i=i()),n.type=_t(0,n.type),r[t]={type:-1!==yt.indexOf(n.type)?n.type:null,value:i,observer:mt(t)}}else{var a=_t(0,n);r[t]={type:-1!==yt.indexOf(a)?a:null,observer:mt(t)}}})),r}function wt(e,t,n,r){var i={};return Array.isArray(t)&&t.length&&t.forEach((function(t,a){"string"===typeof t?t?"$event"===t?i["$"+a]=n:"arguments"===t?i["$"+a]=n.detail&&n.detail.__args__||r:0===t.indexOf("$event.")?i["$"+a]=e.__get_value(t.replace("$event.",""),n):i["$"+a]=e.__get_value(t):i["$"+a]=e:i["$"+a]=function(e,t){var n=e;return t.forEach((function(t){var r=t[0],i=t[2];if(r||"undefined"!==typeof i){var a,o=t[1],s=t[3];Number.isInteger(r)?a=r:r?"string"===typeof r&&r&&(a=0===r.indexOf("#s#")?r.substr(3):e.__get_value(r,n)):a=n,Number.isInteger(a)?n=i:o?Array.isArray(a)?n=a.find((function(t){return e.__get_value(o,t)===i})):w(a)?n=Object.keys(a).find((function(t){return e.__get_value(o,a[t])===i})):console.error("v-for 暂不支持循环数据:",a):n=a[i],s&&(n=e.__get_value(s,n))}})),n}(e,t)})),i}function St(e){for(var t={},n=1;n<e.length;n++){var r=e[n];t[r[0]]=r[1]}return t}function kt(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[],r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[],i=arguments.length>4?arguments[4]:void 0,a=arguments.length>5?arguments[5]:void 0,o=!1,s=w(t.detail)&&t.detail.__args__||[t.detail];if(i&&(o=t.currentTarget&&t.currentTarget.dataset&&"wx"===t.currentTarget.dataset.comType,!n.length))return o?[t]:s;var c=wt(e,r,t,s),l=[];return n.forEach((function(e){"$event"===e?"__set_model"!==a||i?i&&!o?l.push(s[0]):l.push(t):l.push(t.target.value):Array.isArray(e)&&"o"===e[0]?l.push(St(e)):"string"===typeof e&&S(c,e)?l.push(c[e]):l.push(e)})),l}function At(e){var t=this;e=function(e){try{e.mp=JSON.parse(JSON.stringify(e))}catch(t){}return e.stopPropagation=k,e.preventDefault=k,e.target=e.target||{},S(e,"detail")||(e.detail={}),S(e,"markerId")&&(e.detail="object"===(0,u.default)(e.detail)?e.detail:{},e.detail.markerId=e.markerId),w(e.detail)&&(e.target=Object.assign({},e.target,e.detail)),e}(e);var n=(e.currentTarget||e.target).dataset;if(!n)return console.warn("事件信息不存在");var r=n.eventOpts||n["event-opts"];if(!r)return console.warn("事件信息不存在");var i=e.type,a=[];return r.forEach((function(n){var r=n[0],o=n[1],s="^"===r.charAt(0);r=s?r.slice(1):r;var c="~"===r.charAt(0);r=c?r.slice(1):r,o&&function(e,t){return e===t||"regionchange"===t&&("begin"===e||"end"===e)}(i,r)&&o.forEach((function(n){var r=n[0];if(r){var i=t.$vm;if(i.$options.generic&&(i=function(e){var t=e.$parent;while(t&&t.$parent&&(t.$options.generic||t.$parent.$options.generic||t.$scope._$vuePid))t=t.$parent;return t&&t.$parent}(i)||i),"$emit"===r)return void i.$emit.apply(i,kt(t.$vm,e,n[1],n[2],s,r));var o=i[r];if(!_(o)){var l="page"===t.$vm.mpType?"Page":"Component",u=t.route||t.is;throw new Error("".concat(l,' "').concat(u,'" does not have a method "').concat(r,'"'))}if(c){if(o.once)return;o.once=!0}var d=kt(t.$vm,e,n[1],n[2],s,r);d=Array.isArray(d)?d:[],/=\s*\S+\.eventParams\s*\|\|\s*\S+\[['"]event-params['"]\]/.test(o.toString())&&(d=d.concat([,,,,,,,,,,e])),a.push(o.apply(i,d))}}))})),"input"===i&&1===a.length&&"undefined"!==typeof a[0]?a[0]:void 0}var Pt={};var Tt=["onShow","onHide","onError","onPageNotFound","onThemeChange","onUnhandledRejection"];function Ct(){f.default.prototype.getOpenerEventChannel=function(){return this.$scope.getOpenerEventChannel()};var e=f.default.prototype.__call_hook;f.default.prototype.__call_hook=function(t,n){return"onLoad"===t&&n&&n.__id__&&(this.__eventChannel__=function(e){var t=Pt[e];return delete Pt[e],t}(n.__id__),delete n.__id__),e.call(this,t,n)}}function Ot(t,n){var r=n.mocks,i=n.initRefs;Ct(),function(){var e={},t={};function n(e){var t=this.$options.propsData.vueId;if(t){var n=t.split(",")[0];e(n)}}f.default.prototype.$hasSSP=function(n){var r=e[n];return r||(t[n]=this,this.$on("hook:destroyed",(function(){delete t[n]}))),r},f.default.prototype.$getSSP=function(t,n,r){var i=e[t];if(i){var a=i[n]||[];return r?a:a[0]}},f.default.prototype.$setSSP=function(t,r){var i=0;return n.call(this,(function(n){var a=e[n],o=a[t]=a[t]||[];o.push(r),i=o.length-1})),i},f.default.prototype.$initSSP=function(){n.call(this,(function(t){e[t]={}}))},f.default.prototype.$callSSP=function(){n.call(this,(function(e){t[e]&&t[e].$forceUpdate()}))},f.default.mixin({destroyed:function(){var n=this.$options.propsData,r=n&&n.vueId;r&&(delete e[r],delete t[r])}})}(),t.$options.store&&(f.default.prototype.$store=t.$options.store),function(e){e.prototype.uniIDHasRole=function(e){var t=y(),n=t.role;return n.indexOf(e)>-1},e.prototype.uniIDHasPermission=function(e){var t=y(),n=t.permission;return this.uniIDHasRole("admin")||n.indexOf(e)>-1},e.prototype.uniIDTokenValid=function(){var e=y(),t=e.tokenExpired;return t>Date.now()}}(f.default),f.default.prototype.mpHost="mp-weixin",f.default.mixin({beforeCreate:function(){if(this.$options.mpType){if(this.mpType=this.$options.mpType,this.$mp=(0,s.default)({data:{}},this.mpType,this.$options.mpInstance),this.$scope=this.$options.mpInstance,delete this.$options.mpType,delete this.$options.mpInstance,"page"===this.mpType&&"function"===typeof getApp){var e=getApp();e.$vm&&e.$vm.$i18n&&(this._i18n=e.$vm.$i18n)}"app"!==this.mpType&&(i(this),function(e,t){var n=e.$mp[e.mpType];t.forEach((function(t){S(n,t)&&(e[t]=n[t])}))}(this,r))}}});var a={onLaunch:function(n){this.$vm||(e.canIUse&&!e.canIUse("nextTick")&&console.error("当前微信基础库版本过低,请将 微信开发者工具-详情-项目设置-调试基础库版本 更换为`2.3.0`以上"),this.$vm=t,this.$vm.$mp={app:this},this.$vm.$scope=this,this.$vm.globalData=this.globalData,this.$vm._isMounted=!0,this.$vm.__call_hook("mounted",n),this.$vm.__call_hook("onLaunch",n))}};a.globalData=t.$options.globalData||{};var o=t.$options.methods;return o&&Object.keys(o).forEach((function(e){a[e]=o[e]})),function(e,t,n){var r=e.observable({locale:n||re.getLocale()}),i=[];t.$watchLocale=function(e){i.push(e)},Object.defineProperty(t,"$locale",{get:function(){return r.locale},set:function(e){r.locale=e,i.forEach((function(t){return t(e)}))}})}(f.default,t,ae(e.getSystemInfoSync().language)||"en"),lt(a,Tt),ut(a,t.$options),a}function Dt(e){return Ot(e,{mocks:Ke,initRefs:Qe})}function Mt(e){return App(Dt(e)),e}var Lt=/[!'()*]/g,It=function(e){return"%"+e.charCodeAt(0).toString(16)},Et=/%2C/g,Ft=function(e){return encodeURIComponent(e).replace(Lt,It).replace(Et,",")};function Rt(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Ft,n=e?Object.keys(e).map((function(n){var r=e[n];if(void 0===r)return"";if(null===r)return t(n);if(Array.isArray(r)){var i=[];return r.forEach((function(e){void 0!==e&&(null===e?i.push(t(n)):i.push(t(n)+"="+t(e)))})),i.join("&")}return t(n)+"="+t(r)})).filter((function(e){return e.length>0})).join("&"):null;return n?"?".concat(n):""}function jt(e,t){return function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.isPage,r=t.initRelation,i=arguments.length>2?arguments[2]:void 0,a=ht(f.default,e),s=(0,o.default)(a,2),c=s[0],l=s[1],u=p({multipleSlots:!0,addGlobalClass:!0},l.options||{});l["mp-weixin"]&&l["mp-weixin"].options&&Object.assign(u,l["mp-weixin"].options);var d={options:u,data:vt(l,f.default.prototype),behaviors:xt(l,Je),properties:bt(l.props,!1,l.__file,u),lifetimes:{attached:function(){var e=this.properties,t={mpType:n.call(this)?"page":"component",mpInstance:this,propsData:e};gt(e.vueId,this),r.call(this,{vuePid:this._$vuePid,vueOptions:t}),this.$vm=new c(t),pt(this.$vm,e.vueSlots),this.$vm.$mount()},ready:function(){this.$vm&&(this.$vm._isMounted=!0,this.$vm.__call_hook("mounted"),this.$vm.__call_hook("onReady"))},detached:function(){this.$vm&&this.$vm.$destroy()}},pageLifetimes:{show:function(e){this.$vm&&this.$vm.__call_hook("onPageShow",e)},hide:function(){this.$vm&&this.$vm.__call_hook("onPageHide")},resize:function(e){this.$vm&&this.$vm.__call_hook("onPageResize",e)}},methods:{__l:Ze,__e:At}};return l.externalClasses&&(d.externalClasses=l.externalClasses),Array.isArray(l.wxsCallMethods)&&l.wxsCallMethods.forEach((function(e){d.methods[e]=function(t){return this.$vm[e](t)}})),i?[d,l,c]:n?d:[d,c]}(e,{isPage:Xe,initRelation:Ye},t)}var $t=["onShow","onHide","onUnload"];function Nt(e){var t=jt(e,!0),n=(0,o.default)(t,2),r=n[0],i=n[1];return lt(r.methods,$t,i),r.methods.onLoad=function(e){this.options=e;var t=Object.assign({},e);delete t.__id__,this.$page={fullPath:"/"+(this.route||this.is)+Rt(t)},this.$vm.$mp.query=e,this.$vm.__call_hook("onLoad",e)},ut(r.methods,e,["onReady"]),function(e,t){t&&Object.keys(t).forEach((function(n){var r=n.match(nt);if(r){var i=r[1];e[n]=t[n],e[i]=t[i]}}))}(r.methods,i.methods),r}function Ut(e){return Component(function(e){return Nt(e)}(e))}function Bt(e){return Component(jt(e))}function zt(t){var n=Dt(t),r=getApp({allowDefault:!0});t.$scope=r;var i=r.globalData;if(i&&Object.keys(n.globalData).forEach((function(e){S(i,e)||(i[e]=n.globalData[e])})),Object.keys(n).forEach((function(e){S(r,e)||(r[e]=n[e])})),_(n.onShow)&&e.onAppShow&&e.onAppShow((function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];t.__call_hook("onShow",n)})),_(n.onHide)&&e.onAppHide&&e.onAppHide((function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];t.__call_hook("onHide",n)})),_(n.onLaunch)){var a=e.getLaunchOptionsSync&&e.getLaunchOptionsSync();t.__call_hook("onLaunch",a)}return t}function Wt(t){var n=Dt(t);if(_(n.onShow)&&e.onAppShow&&e.onAppShow((function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];t.__call_hook("onShow",n)})),_(n.onHide)&&e.onAppHide&&e.onAppHide((function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];t.__call_hook("onHide",n)})),_(n.onLaunch)){var r=e.getLaunchOptionsSync&&e.getLaunchOptionsSync();t.__call_hook("onLaunch",r)}return t}$t.push.apply($t,["onPullDownRefresh","onReachBottom","onAddToFavorites","onShareTimeline","onShareAppMessage","onPageScroll","onResize","onTabItemTap"]),["vibrate","preloadPage","unPreloadPage","loadSubPackage"].forEach((function(e){ke[e]=!1})),[].forEach((function(t){var n=ke[t]&&ke[t].name?ke[t].name:t;e.canIUse(n)||(ke[t]=!1)}));var qt={};"undefined"!==typeof Proxy?qt=new Proxy({},{get:function(t,n){return S(t,n)?t[n]:le[n]?le[n]:Ve[n]?Y(n,Ve[n]):Le[n]?Y(n,Le[n]):De[n]?Y(n,De[n]):$e[n]?$e[n]:Y(n,Oe(n,e[n]))},set:function(e,t,n){return e[t]=n,!0}}):(Object.keys(le).forEach((function(e){qt[e]=le[e]})),Object.keys(De).forEach((function(e){qt[e]=Y(e,De[e])})),Object.keys(Le).forEach((function(e){qt[e]=Y(e,Le[e])})),Object.keys($e).forEach((function(e){qt[e]=$e[e]})),Object.keys(Ve).forEach((function(e){qt[e]=Y(e,Ve[e])})),Object.keys(e).forEach((function(t){(S(e,t)||S(ke,t))&&(qt[t]=Y(t,Oe(t,e[t])))}))),e.createApp=Mt,e.createPage=Ut,e.createComponent=Bt,e.createSubpackageApp=zt,e.createPlugin=Wt;var Ht=qt,Gt=Ht;t.default=Gt}).call(this,n("bc2e")["default"],n("c8ba"))},"56c9":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.history=function(e){return(0,i.default)({url:"/API/line/log",method:"post",data:e})},t.production=function(e){return(0,i.default)({url:"/API/line/state",method:"get",data:e})};var i=r(n("723e"))},"5a43":function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r},e.exports.__esModule=!0,e.exports["default"]=e.exports},"5bc3":function(e,t,n){var r=n("a395");function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,r(i.key),i)}}e.exports=function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e},e.exports.__esModule=!0,e.exports["default"]=e.exports},"5e39":function(e,t){function n(e){return d(r(u(e),8*e.length))}function r(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,i=-1732584194,u=271733878,d=0;d<e.length;d+=16){var f=n,h=r,p=i,g=u;n=a(n,r,i,u,e[d+0],7,-680876936),u=a(u,n,r,i,e[d+1],12,-389564586),i=a(i,u,n,r,e[d+2],17,606105819),r=a(r,i,u,n,e[d+3],22,-1044525330),n=a(n,r,i,u,e[d+4],7,-176418897),u=a(u,n,r,i,e[d+5],12,1200080426),i=a(i,u,n,r,e[d+6],17,-1473231341),r=a(r,i,u,n,e[d+7],22,-45705983),n=a(n,r,i,u,e[d+8],7,1770035416),u=a(u,n,r,i,e[d+9],12,-1958414417),i=a(i,u,n,r,e[d+10],17,-42063),r=a(r,i,u,n,e[d+11],22,-1990404162),n=a(n,r,i,u,e[d+12],7,1804603682),u=a(u,n,r,i,e[d+13],12,-40341101),i=a(i,u,n,r,e[d+14],17,-1502002290),r=a(r,i,u,n,e[d+15],22,1236535329),n=o(n,r,i,u,e[d+1],5,-165796510),u=o(u,n,r,i,e[d+6],9,-1069501632),i=o(i,u,n,r,e[d+11],14,643717713),r=o(r,i,u,n,e[d+0],20,-373897302),n=o(n,r,i,u,e[d+5],5,-701558691),u=o(u,n,r,i,e[d+10],9,38016083),i=o(i,u,n,r,e[d+15],14,-660478335),r=o(r,i,u,n,e[d+4],20,-405537848),n=o(n,r,i,u,e[d+9],5,568446438),u=o(u,n,r,i,e[d+14],9,-1019803690),i=o(i,u,n,r,e[d+3],14,-187363961),r=o(r,i,u,n,e[d+8],20,1163531501),n=o(n,r,i,u,e[d+13],5,-1444681467),u=o(u,n,r,i,e[d+2],9,-51403784),i=o(i,u,n,r,e[d+7],14,1735328473),r=o(r,i,u,n,e[d+12],20,-1926607734),n=s(n,r,i,u,e[d+5],4,-378558),u=s(u,n,r,i,e[d+8],11,-2022574463),i=s(i,u,n,r,e[d+11],16,1839030562),r=s(r,i,u,n,e[d+14],23,-35309556),n=s(n,r,i,u,e[d+1],4,-1530992060),u=s(u,n,r,i,e[d+4],11,1272893353),i=s(i,u,n,r,e[d+7],16,-155497632),r=s(r,i,u,n,e[d+10],23,-1094730640),n=s(n,r,i,u,e[d+13],4,681279174),u=s(u,n,r,i,e[d+0],11,-358537222),i=s(i,u,n,r,e[d+3],16,-722521979),r=s(r,i,u,n,e[d+6],23,76029189),n=s(n,r,i,u,e[d+9],4,-640364487),u=s(u,n,r,i,e[d+12],11,-421815835),i=s(i,u,n,r,e[d+15],16,530742520),r=s(r,i,u,n,e[d+2],23,-995338651),n=c(n,r,i,u,e[d+0],6,-198630844),u=c(u,n,r,i,e[d+7],10,1126891415),i=c(i,u,n,r,e[d+14],15,-1416354905),r=c(r,i,u,n,e[d+5],21,-57434055),n=c(n,r,i,u,e[d+12],6,1700485571),u=c(u,n,r,i,e[d+3],10,-1894986606),i=c(i,u,n,r,e[d+10],15,-1051523),r=c(r,i,u,n,e[d+1],21,-2054922799),n=c(n,r,i,u,e[d+8],6,1873313359),u=c(u,n,r,i,e[d+15],10,-30611744),i=c(i,u,n,r,e[d+6],15,-1560198380),r=c(r,i,u,n,e[d+13],21,1309151649),n=c(n,r,i,u,e[d+4],6,-145523070),u=c(u,n,r,i,e[d+11],10,-1120210379),i=c(i,u,n,r,e[d+2],15,718787259),r=c(r,i,u,n,e[d+9],21,-343485551),n=l(n,f),r=l(r,h),i=l(i,p),u=l(u,g)}return Array(n,r,i,u)}function i(e,t,n,r,i,a){return l(function(e,t){return e<<t|e>>>32-t}(l(l(t,e),l(r,a)),i),n)}function a(e,t,n,r,a,o,s){return i(t&n|~t&r,e,t,a,o,s)}function o(e,t,n,r,a,o,s){return i(t&r|n&~r,e,t,a,o,s)}function s(e,t,n,r,a,o,s){return i(t^n^r,e,t,a,o,s)}function c(e,t,n,r,a,o,s){return i(n^(t|~r),e,t,a,o,s)}function l(e,t){var n=(65535&e)+(65535&t),r=(e>>16)+(t>>16)+(n>>16);return r<<16|65535&n}function u(e){for(var t=Array(),n=0;n<8*e.length;n+=8)t[n>>5]|=(255&e.charCodeAt(n/8))<<n%32;return t}function d(e){for(var t="0123456789abcdef",n="",r=0;r<4*e.length;r++)n+=t.charAt(e[r>>2]>>r%4*8+4&15)+t.charAt(e[r>>2]>>r%4*8&15);return n}e.exports={hex_md5:n}},"602e":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("a7eb")),a=r(n("178c")),o=r(n("ad03")),s={en:i.default,"zh-Hans":a.default,"zh-Hant":o.default};t.default=s},6613:function(e,t,n){var r=n("5a43");e.exports=function(e,t){if(e){if("string"===typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}},e.exports.__esModule=!0,e.exports["default"]=e.exports},"66fd":function(e,t,n){"use strict";n.r(t),function(e){
  8. /*!
  9. * Vue.js v2.6.11
  10. * (c) 2014-2023 Evan You
  11. * Released under the MIT License.
  12. */
  13. var n=Object.freeze({});function r(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function a(e){return!0===e}function o(e){return"string"===typeof e||"number"===typeof e||"symbol"===typeof e||"boolean"===typeof e}function s(e){return null!==e&&"object"===typeof e}var c=Object.prototype.toString;function l(e){return"[object Object]"===c.call(e)}function u(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function d(e){return i(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function f(e){return null==e?"":Array.isArray(e)||l(e)&&e.toString===c?JSON.stringify(e,null,2):String(e)}function h(e){var t=parseFloat(e);return isNaN(t)?e:t}function p(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}p("slot,component",!0);var g=p("key,ref,slot,slot-scope,is");function v(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function m(e,t){return y.call(e,t)}function x(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var _=/-(\w)/g,b=x((function(e){return e.replace(_,(function(e,t){return t?t.toUpperCase():""}))})),w=x((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),S=/\B([A-Z])/g,k=x((function(e){return e.replace(S,"-$1").toLowerCase()}));var A=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function P(e,t){t=t||0;var n=e.length-t,r=new Array(n);while(n--)r[n]=e[n+t];return r}function T(e,t){for(var n in t)e[n]=t[n];return e}function C(e){for(var t={},n=0;n<e.length;n++)e[n]&&T(t,e[n]);return t}function O(e,t,n){}var D=function(e,t,n){return!1},M=function(e){return e};function L(e,t){if(e===t)return!0;var n=s(e),r=s(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),a=Array.isArray(t);if(i&&a)return e.length===t.length&&e.every((function(e,n){return L(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(i||a)return!1;var o=Object.keys(e),c=Object.keys(t);return o.length===c.length&&o.every((function(n){return L(e[n],t[n])}))}catch(l){return!1}}function I(e,t){for(var n=0;n<e.length;n++)if(L(e[n],t))return n;return-1}function E(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var F=["component","directive","filter"],R=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],j={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:D,isReservedAttr:D,isUnknownElement:D,getTagNamespace:O,parsePlatformTagName:M,mustUseProp:D,async:!0,_lifecycleHooks:R},$=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function N(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function U(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var B=new RegExp("[^"+$.source+".$_\\d]");var z,W="__proto__"in{},q="undefined"!==typeof window,H="undefined"!==typeof WXEnvironment&&!!WXEnvironment.platform,G=H&&WXEnvironment.platform.toLowerCase(),V=q&&window.navigator.userAgent.toLowerCase(),K=V&&/msie|trident/.test(V),J=(V&&V.indexOf("msie 9.0"),V&&V.indexOf("edge/")>0),X=(V&&V.indexOf("android"),V&&/iphone|ipad|ipod|ios/.test(V)||"ios"===G),Y=(V&&/chrome\/\d+/.test(V),V&&/phantomjs/.test(V),V&&V.match(/firefox\/(\d+)/),{}.watch);if(q)try{var Q={};Object.defineProperty(Q,"passive",{get:function(){}}),window.addEventListener("test-passive",null,Q)}catch(jn){}var Z=function(){return void 0===z&&(z=!q&&!H&&"undefined"!==typeof e&&(e["process"]&&"server"===e["process"].env.VUE_ENV)),z},ee=q&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function te(e){return"function"===typeof e&&/native code/.test(e.toString())}var ne,re="undefined"!==typeof Symbol&&te(Symbol)&&"undefined"!==typeof Reflect&&te(Reflect.ownKeys);ne="undefined"!==typeof Set&&te(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var ie=O,ae=0,oe=function(){this.id=ae++,this.subs=[]};function se(e){oe.SharedObject.targetStack.push(e),oe.SharedObject.target=e,oe.target=e}function ce(){oe.SharedObject.targetStack.pop(),oe.SharedObject.target=oe.SharedObject.targetStack[oe.SharedObject.targetStack.length-1],oe.target=oe.SharedObject.target}oe.prototype.addSub=function(e){this.subs.push(e)},oe.prototype.removeSub=function(e){v(this.subs,e)},oe.prototype.depend=function(){oe.SharedObject.target&&oe.SharedObject.target.addDep(this)},oe.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t<n;t++)e[t].update()},oe.SharedObject={},oe.SharedObject.target=null,oe.SharedObject.targetStack=[];var le=function(e,t,n,r,i,a,o,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=a,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=o,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},ue={child:{configurable:!0}};ue.child.get=function(){return this.componentInstance},Object.defineProperties(le.prototype,ue);var de=function(e){void 0===e&&(e="");var t=new le;return t.text=e,t.isComment=!0,t};function fe(e){return new le(void 0,void 0,void 0,String(e))}var he=Array.prototype,pe=Object.create(he);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=he[e];U(pe,e,(function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];var i,a=t.apply(this,n),o=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2);break}return i&&o.observeArray(i),o.dep.notify(),a}))}));var ge=Object.getOwnPropertyNames(pe),ve=!0;function ye(e){ve=e}var me=function(e){this.value=e,this.dep=new oe,this.vmCount=0,U(e,"__ob__",this),Array.isArray(e)?(W?e.push!==e.__proto__.push?xe(e,pe,ge):function(e,t){e.__proto__=t}(e,pe):xe(e,pe,ge),this.observeArray(e)):this.walk(e)};function xe(e,t,n){for(var r=0,i=n.length;r<i;r++){var a=n[r];U(e,a,t[a])}}function _e(e,t){var n;if(s(e)&&!(e instanceof le))return m(e,"__ob__")&&e.__ob__ instanceof me?n=e.__ob__:!ve||Z()||!Array.isArray(e)&&!l(e)||!Object.isExtensible(e)||e._isVue||e.__v_isMPComponent||(n=new me(e)),t&&n&&n.vmCount++,n}function be(e,t,n,r,i){var a=new oe,o=Object.getOwnPropertyDescriptor(e,t);if(!o||!1!==o.configurable){var s=o&&o.get,c=o&&o.set;s&&!c||2!==arguments.length||(n=e[t]);var l=!i&&_e(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return oe.SharedObject.target&&(a.depend(),l&&(l.dep.depend(),Array.isArray(t)&&ke(t))),t},set:function(t){var r=s?s.call(e):n;t===r||t!==t&&r!==r||s&&!c||(c?c.call(e,t):n=t,l=!i&&_e(t),a.notify())}})}}function we(e,t,n){if(Array.isArray(e)&&u(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(be(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function Se(e,t){if(Array.isArray(e)&&u(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||m(e,t)&&(delete e[t],n&&n.dep.notify())}}function ke(e){for(var t=void 0,n=0,r=e.length;n<r;n++)t=e[n],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&ke(t)}me.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)be(e,t[n])},me.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)_e(e[t])};var Ae=j.optionMergeStrategies;function Pe(e,t){if(!t)return e;for(var n,r,i,a=re?Reflect.ownKeys(t):Object.keys(t),o=0;o<a.length;o++)n=a[o],"__ob__"!==n&&(r=e[n],i=t[n],m(e,n)?r!==i&&l(r)&&l(i)&&Pe(r,i):we(e,n,i));return e}function Te(e,t,n){return n?function(){var r="function"===typeof t?t.call(n,n):t,i="function"===typeof e?e.call(n,n):e;return r?Pe(r,i):i}:t?e?function(){return Pe("function"===typeof t?t.call(this,this):t,"function"===typeof e?e.call(this,this):e)}:t:e}function Ce(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}function Oe(e,t,n,r){var i=Object.create(e||null);return t?T(i,t):i}Ae.data=function(e,t,n){return n?Te(e,t,n):t&&"function"!==typeof t?e:Te(e,t)},R.forEach((function(e){Ae[e]=Ce})),F.forEach((function(e){Ae[e+"s"]=Oe})),Ae.watch=function(e,t,n,r){if(e===Y&&(e=void 0),t===Y&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var a in T(i,e),t){var o=i[a],s=t[a];o&&!Array.isArray(o)&&(o=[o]),i[a]=o?o.concat(s):Array.isArray(s)?s:[s]}return i},Ae.props=Ae.methods=Ae.inject=Ae.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return T(i,e),t&&T(i,t),i},Ae.provide=Te;var De=function(e,t){return void 0===t?e:t};function Me(e,t,n){if("function"===typeof t&&(t=t.options),function(e,t){var n=e.props;if(n){var r,i,a,o={};if(Array.isArray(n)){r=n.length;while(r--)i=n[r],"string"===typeof i&&(a=b(i),o[a]={type:null})}else if(l(n))for(var s in n)i=n[s],a=b(s),o[a]=l(i)?i:{type:i};else 0;e.props=o}}(t),function(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(l(n))for(var a in n){var o=n[a];r[a]=l(o)?T({from:a},o):{from:o}}else 0}}(t),function(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"===typeof r&&(t[n]={bind:r,update:r})}}(t),!t._base&&(t.extends&&(e=Me(e,t.extends,n)),t.mixins))for(var r=0,i=t.mixins.length;r<i;r++)e=Me(e,t.mixins[r],n);var a,o={};for(a in e)s(a);for(a in t)m(e,a)||s(a);function s(r){var i=Ae[r]||De;o[r]=i(e[r],t[r],n,r)}return o}function Le(e,t,n,r){if("string"===typeof n){var i=e[t];if(m(i,n))return i[n];var a=b(n);if(m(i,a))return i[a];var o=w(a);if(m(i,o))return i[o];var s=i[n]||i[a]||i[o];return s}}function Ie(e,t,n,r){var i=t[e],a=!m(n,e),o=n[e],s=Re(Boolean,i.type);if(s>-1)if(a&&!m(i,"default"))o=!1;else if(""===o||o===k(e)){var c=Re(String,i.type);(c<0||s<c)&&(o=!0)}if(void 0===o){o=function(e,t,n){if(!m(t,"default"))return;var r=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return"function"===typeof r&&"Function"!==Ee(t.type)?r.call(e):r}(r,i,e);var l=ve;ye(!0),_e(o),ye(l)}return o}function Ee(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function Fe(e,t){return Ee(e)===Ee(t)}function Re(e,t){if(!Array.isArray(t))return Fe(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if(Fe(t[n],e))return n;return-1}function je(e,t,n){se();try{if(t){var r=t;while(r=r.$parent){var i=r.$options.errorCaptured;if(i)for(var a=0;a<i.length;a++)try{var o=!1===i[a].call(r,e,t,n);if(o)return}catch(jn){Ne(jn,r,"errorCaptured hook")}}}Ne(e,t,n)}finally{ce()}}function $e(e,t,n,r,i){var a;try{a=n?e.apply(t,n):e.call(t),a&&!a._isVue&&d(a)&&!a._handled&&(a.catch((function(e){return je(e,r,i+" (Promise/async)")})),a._handled=!0)}catch(jn){je(jn,r,i)}return a}function Ne(e,t,n){if(j.errorHandler)try{return j.errorHandler.call(null,e,t,n)}catch(jn){jn!==e&&Ue(jn,null,"config.errorHandler")}Ue(e,t,n)}function Ue(e,t,n){if(!q&&!H||"undefined"===typeof console)throw e;console.error(e)}var Be,ze=[],We=!1;function qe(){We=!1;var e=ze.slice(0);ze.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!==typeof Promise&&te(Promise)){var He=Promise.resolve();Be=function(){He.then(qe),X&&setTimeout(O)}}else if(K||"undefined"===typeof MutationObserver||!te(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Be="undefined"!==typeof setImmediate&&te(setImmediate)?function(){setImmediate(qe)}:function(){setTimeout(qe,0)};else{var Ge=1,Ve=new MutationObserver(qe),Ke=document.createTextNode(String(Ge));Ve.observe(Ke,{characterData:!0}),Be=function(){Ge=(Ge+1)%2,Ke.data=String(Ge)}}function Je(e,t){var n;if(ze.push((function(){if(e)try{e.call(t)}catch(jn){je(jn,t,"nextTick")}else n&&n(t)})),We||(We=!0,Be()),!e&&"undefined"!==typeof Promise)return new Promise((function(e){n=e}))}var Xe=new ne;function Ye(e){(function e(t,n){var r,i,a=Array.isArray(t);if(!a&&!s(t)||Object.isFrozen(t)||t instanceof le)return;if(t.__ob__){var o=t.__ob__.dep.id;if(n.has(o))return;n.add(o)}if(a){r=t.length;while(r--)e(t[r],n)}else{i=Object.keys(t),r=i.length;while(r--)e(t[i[r]],n)}})(e,Xe),Xe.clear()}var Qe=x((function(e){var t="&"===e.charAt(0);e=t?e.slice(1):e;var n="~"===e.charAt(0);e=n?e.slice(1):e;var r="!"===e.charAt(0);return e=r?e.slice(1):e,{name:e,once:n,capture:r,passive:t}}));function Ze(e,t){function n(){var e=arguments,r=n.fns;if(!Array.isArray(r))return $e(r,null,arguments,t,"v-on handler");for(var i=r.slice(),a=0;a<i.length;a++)$e(i[a],null,e,t,"v-on handler")}return n.fns=e,n}function et(e,t,n,a){var o=t.options.mpOptions&&t.options.mpOptions.properties;if(r(o))return n;var s=t.options.mpOptions.externalClasses||[],c=e.attrs,l=e.props;if(i(c)||i(l))for(var u in o){var d=k(u),f=tt(n,l,u,d,!0)||tt(n,c,u,d,!1);f&&n[u]&&-1!==s.indexOf(d)&&a[b(n[u])]&&(n[u]=a[b(n[u])])}return n}function tt(e,t,n,r,a){if(i(t)){if(m(t,n))return e[n]=t[n],a||delete t[n],!0;if(m(t,r))return e[n]=t[r],a||delete t[r],!0}return!1}function nt(e){return o(e)?[fe(e)]:Array.isArray(e)?function e(t,n){var s,c,l,u,d=[];for(s=0;s<t.length;s++)c=t[s],r(c)||"boolean"===typeof c||(l=d.length-1,u=d[l],Array.isArray(c)?c.length>0&&(c=e(c,(n||"")+"_"+s),rt(c[0])&&rt(u)&&(d[l]=fe(u.text+c[0].text),c.shift()),d.push.apply(d,c)):o(c)?rt(u)?d[l]=fe(u.text+c):""!==c&&d.push(fe(c)):rt(c)&&rt(u)?d[l]=fe(u.text+c.text):(a(t._isVList)&&i(c.tag)&&r(c.key)&&i(n)&&(c.key="__vlist"+n+"_"+s+"__"),d.push(c)));return d}(e):void 0}function rt(e){return i(e)&&i(e.text)&&function(e){return!1===e}(e.isComment)}function it(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}function at(e){var t=ot(e.$options.inject,e);t&&(ye(!1),Object.keys(t).forEach((function(n){be(e,n,t[n])})),ye(!0))}function ot(e,t){if(e){for(var n=Object.create(null),r=re?Reflect.ownKeys(e):Object.keys(e),i=0;i<r.length;i++){var a=r[i];if("__ob__"!==a){var o=e[a].from,s=t;while(s){if(s._provided&&m(s._provided,o)){n[a]=s._provided[o];break}s=s.$parent}if(!s)if("default"in e[a]){var c=e[a].default;n[a]="function"===typeof c?c.call(t):c}else 0}}return n}}function st(e,t){if(!e||!e.length)return{};for(var n={},r=0,i=e.length;r<i;r++){var a=e[r],o=a.data;if(o&&o.attrs&&o.attrs.slot&&delete o.attrs.slot,a.context!==t&&a.fnContext!==t||!o||null==o.slot)a.asyncMeta&&a.asyncMeta.data&&"page"===a.asyncMeta.data.slot?(n["page"]||(n["page"]=[])).push(a):(n.default||(n.default=[])).push(a);else{var s=o.slot,c=n[s]||(n[s]=[]);"template"===a.tag?c.push.apply(c,a.children||[]):c.push(a)}}for(var l in n)n[l].every(ct)&&delete n[l];return n}function ct(e){return e.isComment&&!e.asyncFactory||" "===e.text}function lt(e,t,r){var i,a=Object.keys(t).length>0,o=e?!!e.$stable:!a,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(o&&r&&r!==n&&s===r.$key&&!a&&!r.$hasNormal)return r;for(var c in i={},e)e[c]&&"$"!==c[0]&&(i[c]=ut(t,c,e[c]))}else i={};for(var l in t)l in i||(i[l]=dt(t,l));return e&&Object.isExtensible(e)&&(e._normalized=i),U(i,"$stable",o),U(i,"$key",s),U(i,"$hasNormal",a),i}function ut(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return e=e&&"object"===typeof e&&!Array.isArray(e)?[e]:nt(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function dt(e,t){return function(){return e[t]}}function ft(e,t){var n,r,a,o,c;if(Array.isArray(e)||"string"===typeof e)for(n=new Array(e.length),r=0,a=e.length;r<a;r++)n[r]=t(e[r],r,r,r);else if("number"===typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r,r,r);else if(s(e))if(re&&e[Symbol.iterator]){n=[];var l=e[Symbol.iterator](),u=l.next();while(!u.done)n.push(t(u.value,n.length,r,r++)),u=l.next()}else for(o=Object.keys(e),n=new Array(o.length),r=0,a=o.length;r<a;r++)c=o[r],n[r]=t(e[c],c,r,r);return i(n)||(n=[]),n._isVList=!0,n}function ht(e,t,n,r){var i,a=this.$scopedSlots[e];a?(n=n||{},r&&(n=T(T({},r),n)),i=a(n,this,n._i)||t):i=this.$slots[e]||t;var o=n&&n.slot;return o?this.$createElement("template",{slot:o},i):i}function pt(e){return Le(this.$options,"filters",e)||M}function gt(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function vt(e,t,n,r,i){var a=j.keyCodes[t]||n;return i&&r&&!j.keyCodes[t]?gt(i,r):a?gt(a,e):r?k(r)!==t:void 0}function yt(e,t,n,r,i){if(n)if(s(n)){var a;Array.isArray(n)&&(n=C(n));var o=function(o){if("class"===o||"style"===o||g(o))a=e;else{var s=e.attrs&&e.attrs.type;a=r||j.mustUseProp(t,s,o)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var c=b(o),l=k(o);if(!(c in a)&&!(l in a)&&(a[o]=n[o],i)){var u=e.on||(e.on={});u["update:"+o]=function(e){n[o]=e}}};for(var c in n)o(c)}else;return e}function mt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t||(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),_t(r,"__static__"+e,!1)),r}function xt(e,t,n){return _t(e,"__once__"+t+(n?"_"+n:""),!0),e}function _t(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!==typeof e[r]&&bt(e[r],t+"_"+r,n);else bt(e,t,n)}function bt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function wt(e,t){if(t)if(l(t)){var n=e.on=e.on?T({},e.on):{};for(var r in t){var i=n[r],a=t[r];n[r]=i?[].concat(i,a):a}}else;return e}function St(e,t,n,r){t=t||{$stable:!n};for(var i=0;i<e.length;i++){var a=e[i];Array.isArray(a)?St(a,t,n):a&&(a.proxy&&(a.fn.proxy=!0),t[a.key]=a.fn)}return r&&(t.$key=r),t}function kt(e,t){for(var n=0;n<t.length;n+=2){var r=t[n];"string"===typeof r&&r&&(e[t[n]]=t[n+1])}return e}function At(e,t){return"string"===typeof e?t+e:e}function Pt(e){e._o=xt,e._n=h,e._s=f,e._l=ft,e._t=ht,e._q=L,e._i=I,e._m=mt,e._f=pt,e._k=vt,e._b=yt,e._v=fe,e._e=de,e._u=St,e._g=wt,e._d=kt,e._p=At}function Tt(e,t,r,i,o){var s,c=this,l=o.options;m(i,"_uid")?(s=Object.create(i),s._original=i):(s=i,i=i._original);var u=a(l._compiled),d=!u;this.data=e,this.props=t,this.children=r,this.parent=i,this.listeners=e.on||n,this.injections=ot(l.inject,i),this.slots=function(){return c.$slots||lt(e.scopedSlots,c.$slots=st(r,i)),c.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return lt(e.scopedSlots,this.slots())}}),u&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=lt(e.scopedSlots,this.$slots)),l._scopeId?this._c=function(e,t,n,r){var a=Et(s,e,t,n,r,d);return a&&!Array.isArray(a)&&(a.fnScopeId=l._scopeId,a.fnContext=i),a}:this._c=function(e,t,n,r){return Et(s,e,t,n,r,d)}}function Ct(e,t,n,r,i){var a=function(e){var t=new le(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}(e);return a.fnContext=n,a.fnOptions=r,t.slot&&((a.data||(a.data={})).slot=t.slot),a}function Ot(e,t){for(var n in t)e[b(n)]=t[n]}Pt(Tt.prototype);var Dt={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;Dt.prepatch(n,n)}else{var r=e.componentInstance=function(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},r=e.data.inlineTemplate;i(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new e.componentOptions.Ctor(n)}(e,Wt);r.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var r=t.componentOptions,i=t.componentInstance=e.componentInstance;(function(e,t,r,i,a){0;var o=i.data.scopedSlots,s=e.$scopedSlots,c=!!(o&&!o.$stable||s!==n&&!s.$stable||o&&e.$scopedSlots.$key!==o.$key),l=!!(a||e.$options._renderChildren||c);e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i);if(e.$options._renderChildren=a,e.$attrs=i.data.attrs||n,e.$listeners=r||n,t&&e.$options.props){ye(!1);for(var u=e._props,d=e.$options._propKeys||[],f=0;f<d.length;f++){var h=d[f],p=e.$options.props;u[h]=Ie(h,p,t,e)}ye(!0),e.$options.propsData=t}e._$updateProperties&&e._$updateProperties(e),r=r||n;var g=e.$options._parentListeners;e.$options._parentListeners=r,zt(e,r,g),l&&(e.$slots=st(a,i.context),e.$forceUpdate());0})(i,r.propsData,r.listeners,t,r.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(Gt(n,"onServiceCreated"),Gt(n,"onServiceAttached"),n._isMounted=!0,Gt(n,"mounted")),e.data.keepAlive&&(t._isMounted?function(e){e._inactive=!1,Kt.push(e)}(n):Ht(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?function e(t,n){if(n&&(t._directInactive=!0,qt(t)))return;if(!t._inactive){t._inactive=!0;for(var r=0;r<t.$children.length;r++)e(t.$children[r]);Gt(t,"deactivated")}}(t,!0):t.$destroy())}},Mt=Object.keys(Dt);function Lt(e,t,o,c,l){if(!r(e)){var u=o.$options._base;if(s(e)&&(e=u.extend(e)),"function"===typeof e){var f;if(r(e.cid)&&(f=e,e=function(e,t){if(a(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;var n=Rt;n&&i(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n);if(a(e.loading)&&i(e.loadingComp))return e.loadingComp;if(n&&!i(e.owners)){var o=e.owners=[n],c=!0,l=null,u=null;n.$on("hook:destroyed",(function(){return v(o,n)}));var f=function(e){for(var t=0,n=o.length;t<n;t++)o[t].$forceUpdate();e&&(o.length=0,null!==l&&(clearTimeout(l),l=null),null!==u&&(clearTimeout(u),u=null))},h=E((function(n){e.resolved=jt(n,t),c?o.length=0:f(!0)})),p=E((function(t){i(e.errorComp)&&(e.error=!0,f(!0))})),g=e(h,p);return s(g)&&(d(g)?r(e.resolved)&&g.then(h,p):d(g.component)&&(g.component.then(h,p),i(g.error)&&(e.errorComp=jt(g.error,t)),i(g.loading)&&(e.loadingComp=jt(g.loading,t),0===g.delay?e.loading=!0:l=setTimeout((function(){l=null,r(e.resolved)&&r(e.error)&&(e.loading=!0,f(!1))}),g.delay||200)),i(g.timeout)&&(u=setTimeout((function(){u=null,r(e.resolved)&&p(null)}),g.timeout)))),c=!1,e.loading?e.loadingComp:e.resolved}}(f,u),void 0===e))return function(e,t,n,r,i){var a=de();return a.asyncFactory=e,a.asyncMeta={data:t,context:n,children:r,tag:i},a}(f,t,o,c,l);t=t||{},pn(e),i(t.model)&&function(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var a=t.on||(t.on={}),o=a[r],s=t.model.callback;i(o)?(Array.isArray(o)?-1===o.indexOf(s):o!==s)&&(a[r]=[s].concat(o)):a[r]=s}(e.options,t);var h=function(e,t,n,a){var o=t.options.props;if(r(o))return et(e,t,{},a);var s={},c=e.attrs,l=e.props;if(i(c)||i(l))for(var u in o){var d=k(u);tt(s,l,u,d,!0)||tt(s,c,u,d,!1)}return et(e,t,s,a)}(t,e,0,o);if(a(e.options.functional))return function(e,t,r,a,o){var s=e.options,c={},l=s.props;if(i(l))for(var u in l)c[u]=Ie(u,l,t||n);else i(r.attrs)&&Ot(c,r.attrs),i(r.props)&&Ot(c,r.props);var d=new Tt(r,c,o,a,e),f=s.render.call(null,d._c,d);if(f instanceof le)return Ct(f,r,d.parent,s,d);if(Array.isArray(f)){for(var h=nt(f)||[],p=new Array(h.length),g=0;g<h.length;g++)p[g]=Ct(h[g],r,d.parent,s,d);return p}}(e,h,t,o,c);var p=t.on;if(t.on=t.nativeOn,a(e.options.abstract)){var g=t.slot;t={},g&&(t.slot=g)}(function(e){for(var t=e.hook||(e.hook={}),n=0;n<Mt.length;n++){var r=Mt[n],i=t[r],a=Dt[r];i===a||i&&i._merged||(t[r]=i?It(a,i):a)}})(t);var y=e.options.name||l,m=new le("vue-component-"+e.cid+(y?"-"+y:""),t,void 0,void 0,void 0,o,{Ctor:e,propsData:h,listeners:p,tag:l,children:c},f);return m}}}function It(e,t){var n=function(n,r){e(n,r),t(n,r)};return n._merged=!0,n}function Et(e,t,n,c,l,u){return(Array.isArray(n)||o(n))&&(l=c,c=n,n=void 0),a(u)&&(l=2),function(e,t,n,o,c){if(i(n)&&i(n.__ob__))return de();i(n)&&i(n.is)&&(t=n.is);if(!t)return de();0;Array.isArray(o)&&"function"===typeof o[0]&&(n=n||{},n.scopedSlots={default:o[0]},o.length=0);2===c?o=nt(o):1===c&&(o=function(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}(o));var l,u;if("string"===typeof t){var d;u=e.$vnode&&e.$vnode.ns||j.getTagNamespace(t),l=j.isReservedTag(t)?new le(j.parsePlatformTagName(t),n,o,void 0,void 0,e):n&&n.pre||!i(d=Le(e.$options,"components",t))?new le(t,n,o,void 0,void 0,e):Lt(d,n,e,o,t)}else l=Lt(t,n,e,o);return Array.isArray(l)?l:i(l)?(i(u)&&function e(t,n,o){t.ns=n,"foreignObject"===t.tag&&(n=void 0,o=!0);if(i(t.children))for(var s=0,c=t.children.length;s<c;s++){var l=t.children[s];i(l.tag)&&(r(l.ns)||a(o)&&"svg"!==l.tag)&&e(l,n,o)}}(l,u),i(n)&&function(e){s(e.style)&&Ye(e.style);s(e.class)&&Ye(e.class)}(n),l):de()}(e,t,n,c,l)}var Ft,Rt=null;function jt(e,t){return(e.__esModule||re&&"Module"===e[Symbol.toStringTag])&&(e=e.default),s(e)?t.extend(e):e}function $t(e){return e.isComment&&e.asyncFactory}function Nt(e,t){Ft.$on(e,t)}function Ut(e,t){Ft.$off(e,t)}function Bt(e,t){var n=Ft;return function r(){var i=t.apply(null,arguments);null!==i&&n.$off(e,r)}}function zt(e,t,n){Ft=e,function(e,t,n,i,o,s){var c,l,u,d;for(c in e)l=e[c],u=t[c],d=Qe(c),r(l)||(r(u)?(r(l.fns)&&(l=e[c]=Ze(l,s)),a(d.once)&&(l=e[c]=o(d.name,l,d.capture)),n(d.name,l,d.capture,d.passive,d.params)):l!==u&&(u.fns=l,e[c]=u));for(c in t)r(e[c])&&(d=Qe(c),i(d.name,t[c],d.capture))}(t,n||{},Nt,Ut,Bt,e),Ft=void 0}var Wt=null;function qt(e){while(e&&(e=e.$parent))if(e._inactive)return!0;return!1}function Ht(e,t){if(t){if(e._directInactive=!1,qt(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Ht(e.$children[n]);Gt(e,"activated")}}function Gt(e,t){se();var n=e.$options[t],r=t+" hook";if(n)for(var i=0,a=n.length;i<a;i++)$e(n[i],e,null,e,r);e._hasHookEvent&&e.$emit("hook:"+t),ce()}var Vt=[],Kt=[],Jt={},Xt=!1,Yt=!1,Qt=0;var Zt=Date.now;if(q&&!K){var en=window.performance;en&&"function"===typeof en.now&&Zt()>document.createEvent("Event").timeStamp&&(Zt=function(){return en.now()})}function tn(){var e,t;for(Zt(),Yt=!0,Vt.sort((function(e,t){return e.id-t.id})),Qt=0;Qt<Vt.length;Qt++)e=Vt[Qt],e.before&&e.before(),t=e.id,Jt[t]=null,e.run();var n=Kt.slice(),r=Vt.slice();(function(){Qt=Vt.length=Kt.length=0,Jt={},Xt=Yt=!1})(),function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Ht(e[t],!0)}(n),function(e){var t=e.length;while(t--){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Gt(r,"updated")}}(r),ee&&j.devtools&&ee.emit("flush")}var nn=0,rn=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++nn,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ne,this.newDepIds=new ne,this.expression="","function"===typeof t?this.getter=t:(this.getter=function(e){if(!B.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=O)),this.value=this.lazy?void 0:this.get()};rn.prototype.get=function(){var e;se(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(jn){if(!this.user)throw jn;je(jn,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&Ye(e),ce(),this.cleanupDeps()}return e},rn.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},rn.prototype.cleanupDeps=function(){var e=this.deps.length;while(e--){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},rn.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(e){var t=e.id;if(null==Jt[t]){if(Jt[t]=!0,Yt){var n=Vt.length-1;while(n>Qt&&Vt[n].id>e.id)n--;Vt.splice(n+1,0,e)}else Vt.push(e);Xt||(Xt=!0,Je(tn))}}(this)},rn.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||s(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(jn){je(jn,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},rn.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},rn.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},rn.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||v(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var an={enumerable:!0,configurable:!0,get:O,set:O};function on(e,t,n){an.get=function(){return this[t][n]},an.set=function(e){this[t][n]=e},Object.defineProperty(e,n,an)}function sn(e){e._watchers=[];var t=e.$options;t.props&&function(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],a=!e.$parent;a||ye(!1);var o=function(a){i.push(a);var o=Ie(a,t,n,e);be(r,a,o),a in e||on(e,"_props",a)};for(var s in t)o(s);ye(!0)}(e,t.props),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!==typeof t[n]?O:A(t[n],e)}(e,t.methods),t.data?function(e){var t=e.$options.data;t=e._data="function"===typeof t?function(e,t){se();try{return e.call(t,t)}catch(jn){return je(jn,t,"data()"),{}}finally{ce()}}(t,e):t||{},l(t)||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);while(i--){var a=n[i];0,r&&m(r,a)||N(a)||on(e,"_data",a)}_e(t,!0)}(e):_e(e._data={},!0),t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),r=Z();for(var i in t){var a=t[i],o="function"===typeof a?a:a.get;0,r||(n[i]=new rn(e,o||O,O,cn)),i in e||ln(e,i,a)}}(e,t.computed),t.watch&&t.watch!==Y&&function(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)fn(e,n,r[i]);else fn(e,n,r)}}(e,t.watch)}var cn={lazy:!0};function ln(e,t,n){var r=!Z();"function"===typeof n?(an.get=r?un(t):dn(n),an.set=O):(an.get=n.get?r&&!1!==n.cache?un(t):dn(n.get):O,an.set=n.set||O),Object.defineProperty(e,t,an)}function un(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),oe.SharedObject.target&&t.depend(),t.value}}function dn(e){return function(){return e.call(this,this)}}function fn(e,t,n,r){return l(n)&&(r=n,n=n.handler),"string"===typeof n&&(n=e[n]),e.$watch(t,n,r)}var hn=0;function pn(e){var t=e.options;if(e.super){var n=pn(e.super),r=e.superOptions;if(n!==r){e.superOptions=n;var i=function(e){var t,n=e.options,r=e.sealedOptions;for(var i in n)n[i]!==r[i]&&(t||(t={}),t[i]=n[i]);return t}(e);i&&T(e.extendOptions,i),t=e.options=Me(n,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function gn(e){this._init(e)}function vn(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name;var o=function(e){this._init(e)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=t++,o.options=Me(n.options,e),o["super"]=n,o.options.props&&function(e){var t=e.options.props;for(var n in t)on(e.prototype,"_props",n)}(o),o.options.computed&&function(e){var t=e.options.computed;for(var n in t)ln(e.prototype,n,t[n])}(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,F.forEach((function(e){o[e]=n[e]})),a&&(o.options.components[a]=o),o.superOptions=n.options,o.extendOptions=e,o.sealedOptions=T({},o.options),i[r]=o,o}}function yn(e){return e&&(e.Ctor.options.name||e.tag)}function mn(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!function(e){return"[object RegExp]"===c.call(e)}(e)&&e.test(t)}function xn(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var a in n){var o=n[a];if(o){var s=yn(o.componentOptions);s&&!t(s)&&_n(n,a,r,i)}}}function _n(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,v(n,t)}(function(e){e.prototype._init=function(e){var t=this;t._uid=hn++,t._isVue=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Me(pn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){while(n.$options.abstract&&n.$parent)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&zt(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,r=e.$vnode=t._parentVnode,i=r&&r.context;e.$slots=st(t._renderChildren,i),e.$scopedSlots=n,e._c=function(t,n,r,i){return Et(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return Et(e,t,n,r,i,!0)};var a=r&&r.data;be(e,"$attrs",a&&a.attrs||n,null,!0),be(e,"$listeners",t._parentListeners||n,null,!0)}(t),Gt(t,"beforeCreate"),!t._$fallback&&at(t),sn(t),!t._$fallback&&it(t),!t._$fallback&&Gt(t,"created"),t.$options.el&&t.$mount(t.$options.el)}})(gn),function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=we,e.prototype.$delete=Se,e.prototype.$watch=function(e,t,n){if(l(t))return fn(this,e,t,n);n=n||{},n.user=!0;var r=new rn(this,e,t,n);if(n.immediate)try{t.call(this,r.value)}catch(i){je(i,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(gn),function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var i=0,a=e.length;i<a;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)n.$off(e[r],t);return n}var a,o=n._events[e];if(!o)return n;if(!t)return n._events[e]=null,n;var s=o.length;while(s--)if(a=o[s],a===t||a.fn===t){o.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?P(n):n;for(var r=P(arguments,1),i='event handler for "'+e+'"',a=0,o=n.length;a<o;a++)$e(n[a],t,r,t,i)}return t}}(gn),function(e){e.prototype._update=function(e,t){var n=this,r=n.$el,i=n._vnode,a=function(e){var t=Wt;return Wt=e,function(){Wt=t}}(n);n._vnode=e,n.$el=i?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),a(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Gt(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||v(t.$children,e),e._watcher&&e._watcher.teardown();var n=e._watchers.length;while(n--)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Gt(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(gn),function(e){Pt(e.prototype),e.prototype.$nextTick=function(e){return Je(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,i=n._parentVnode;i&&(t.$scopedSlots=lt(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=i;try{Rt=t,e=r.call(t._renderProxy,t.$createElement)}catch(jn){je(jn,t,"render"),e=t._vnode}finally{Rt=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof le||(e=de()),e.parent=i,e}}(gn);var bn=[String,RegExp,Array],wn={name:"keep-alive",abstract:!0,props:{include:bn,exclude:bn,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)_n(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){xn(e,(function(e){return mn(t,e)}))})),this.$watch("exclude",(function(t){xn(e,(function(e){return!mn(t,e)}))}))},render:function(){var e=this.$slots.default,t=function(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(i(n)&&(i(n.componentOptions)||$t(n)))return n}}(e),n=t&&t.componentOptions;if(n){var r=yn(n),a=this.include,o=this.exclude;if(a&&(!r||!mn(a,r))||o&&r&&mn(o,r))return t;var s=this.cache,c=this.keys,l=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;s[l]?(t.componentInstance=s[l].componentInstance,v(c,l),c.push(l)):(s[l]=t,c.push(l),this.max&&c.length>parseInt(this.max)&&_n(s,c[0],c,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},Sn={KeepAlive:wn};(function(e){var t={get:function(){return j}};Object.defineProperty(e,"config",t),e.util={warn:ie,extend:T,mergeOptions:Me,defineReactive:be},e.set=we,e.delete=Se,e.nextTick=Je,e.observable=function(e){return _e(e),e},e.options=Object.create(null),F.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,T(e.options.components,Sn),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=P(arguments,1);return n.unshift(this),"function"===typeof e.install?e.install.apply(e,n):"function"===typeof e&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Me(this.options,e),this}}(e),vn(e),function(e){F.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&l(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"===typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)})(gn),Object.defineProperty(gn.prototype,"$isServer",{get:Z}),Object.defineProperty(gn.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(gn,"FunctionalRenderContext",{value:Tt}),gn.version="2.6.11";var kn="[object Array]",An="[object Object]";function Pn(e,t){var n={};return function e(t,n){if(t===n)return;var r=Cn(t),i=Cn(n);if(r==An&&i==An){if(Object.keys(t).length>=Object.keys(n).length)for(var a in n){var o=t[a];void 0===o?t[a]=null:e(o,n[a])}}else r==kn&&i==kn&&t.length>=n.length&&n.forEach((function(n,r){e(t[r],n)}))}(e,t),function e(t,n,r,i){if(t===n)return;var a=Cn(t),o=Cn(n);if(a==An)if(o!=An||Object.keys(t).length<Object.keys(n).length)Tn(i,r,t);else{var s=function(a){var o=t[a],s=n[a],c=Cn(o),l=Cn(s);if(c!=kn&&c!=An)o!==n[a]&&function(e,t){if(("[object Null]"===e||"[object Undefined]"===e)&&("[object Null]"===t||"[object Undefined]"===t))return!1;return!0}(c,l)&&Tn(i,(""==r?"":r+".")+a,o);else if(c==kn)l!=kn||o.length<s.length?Tn(i,(""==r?"":r+".")+a,o):o.forEach((function(t,n){e(t,s[n],(""==r?"":r+".")+a+"["+n+"]",i)}));else if(c==An)if(l!=An||Object.keys(o).length<Object.keys(s).length)Tn(i,(""==r?"":r+".")+a,o);else for(var u in o)e(o[u],s[u],(""==r?"":r+".")+a+"."+u,i)};for(var c in t)s(c)}else a==kn?o!=kn||t.length<n.length?Tn(i,r,t):t.forEach((function(t,a){e(t,n[a],r+"["+a+"]",i)})):Tn(i,r,t)}(e,t,"",n),n}function Tn(e,t,n){e[t]=n}function Cn(e){return Object.prototype.toString.call(e)}function On(e){if(e.__next_tick_callbacks&&e.__next_tick_callbacks.length){if(Object({NODE_ENV:"production",VUE_APP_DARK_MODE:"false",VUE_APP_NAME:"红蜻蜓追溯",VUE_APP_PLATFORM:"mp-weixin",BASE_URL:"/"}).VUE_APP_DEBUG){var t=e.$scope;console.log("["+ +new Date+"]["+(t.is||t.route)+"]["+e._uid+"]:flushCallbacks["+e.__next_tick_callbacks.length+"]")}var n=e.__next_tick_callbacks.slice(0);e.__next_tick_callbacks.length=0;for(var r=0;r<n.length;r++)n[r]()}}function Dn(e,t){if(!e.__next_tick_pending&&!function(e){return Vt.find((function(t){return e._watcher===t}))}(e)){if(Object({NODE_ENV:"production",VUE_APP_DARK_MODE:"false",VUE_APP_NAME:"红蜻蜓追溯",VUE_APP_PLATFORM:"mp-weixin",BASE_URL:"/"}).VUE_APP_DEBUG){var n=e.$scope;console.log("["+ +new Date+"]["+(n.is||n.route)+"]["+e._uid+"]:nextVueTick")}return Je(t,e)}if(Object({NODE_ENV:"production",VUE_APP_DARK_MODE:"false",VUE_APP_NAME:"红蜻蜓追溯",VUE_APP_PLATFORM:"mp-weixin",BASE_URL:"/"}).VUE_APP_DEBUG){var r=e.$scope;console.log("["+ +new Date+"]["+(r.is||r.route)+"]["+e._uid+"]:nextMPTick")}var i;if(e.__next_tick_callbacks||(e.__next_tick_callbacks=[]),e.__next_tick_callbacks.push((function(){if(t)try{t.call(e)}catch(jn){je(jn,e,"nextTick")}else i&&i(e)})),!t&&"undefined"!==typeof Promise)return new Promise((function(e){i=e}))}function Mn(e,t){return t&&(t._isVue||t.__v_isMPComponent)?{}:t}function Ln(){}function In(e){return Array.isArray(e)?function(e){for(var t,n="",r=0,a=e.length;r<a;r++)i(t=In(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):s(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"===typeof e?e:""}var En=x((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var r=e.split(n);r.length>1&&(t[r[0].trim()]=r[1].trim())}})),t}));var Fn=["createSelectorQuery","createIntersectionObserver","selectAllComponents","selectComponent"];var Rn=["onLaunch","onShow","onHide","onUniNViewMessage","onPageNotFound","onThemeChange","onError","onUnhandledRejection","onInit","onLoad","onReady","onUnload","onPullDownRefresh","onReachBottom","onTabItemTap","onAddToFavorites","onShareTimeline","onShareAppMessage","onResize","onPageScroll","onNavigationBarButtonTap","onBackPress","onNavigationBarSearchInputChanged","onNavigationBarSearchInputConfirmed","onNavigationBarSearchInputClicked","onUploadDouyinVideo","onNFCReadMessage","onPageShow","onPageHide","onPageResize"];gn.prototype.__patch__=function(e,t){var n=this;if(null!==t&&("page"===this.mpType||"component"===this.mpType)){var r=this.$scope,i=Object.create(null);try{i=function(e){var t=Object.create(null),n=[].concat(Object.keys(e._data||{}),Object.keys(e._computedWatchers||{}));n.reduce((function(t,n){return t[n]=e[n],t}),t);var r=e.__composition_api_state__||e.__secret_vfa_state__,i=r&&r.rawBindings;return i&&Object.keys(i).forEach((function(n){t[n]=e[n]})),Object.assign(t,e.$mp.data||{}),Array.isArray(e.$options.behaviors)&&-1!==e.$options.behaviors.indexOf("uni://form-field")&&(t["name"]=e.name,t["value"]=e.value),JSON.parse(JSON.stringify(t,Mn))}(this)}catch(s){console.error(s)}i.__webviewId__=r.data.__webviewId__;var a=Object.create(null);Object.keys(i).forEach((function(e){a[e]=r.data[e]}));var o=!1===this.$shouldDiffData?i:Pn(i,a);Object.keys(o).length?(Object({NODE_ENV:"production",VUE_APP_DARK_MODE:"false",VUE_APP_NAME:"红蜻蜓追溯",VUE_APP_PLATFORM:"mp-weixin",BASE_URL:"/"}).VUE_APP_DEBUG&&console.log("["+ +new Date+"]["+(r.is||r.route)+"]["+this._uid+"]差量更新",JSON.stringify(o)),this.__next_tick_pending=!0,r.setData(o,(function(){n.__next_tick_pending=!1,On(n)}))):On(this)}},gn.prototype.$mount=function(e,t){return function(e,t,n){return e.mpType?("app"===e.mpType&&(e.$options.render=Ln),e.$options.render||(e.$options.render=Ln),!e._$fallback&&Gt(e,"beforeMount"),new rn(e,(function(){e._update(e._render(),n)}),O,{before:function(){e._isMounted&&!e._isDestroyed&&Gt(e,"beforeUpdate")}},!0),n=!1,e):e}(this,0,t)},function(e){var t=e.extend;e.extend=function(e){e=e||{};var n=e.methods;return n&&Object.keys(n).forEach((function(t){-1!==Rn.indexOf(t)&&(e[t]=n[t],delete n[t])})),t.call(this,e)};var n=e.config.optionMergeStrategies,r=n.created;Rn.forEach((function(e){n[e]=r})),e.prototype.__lifecycle_hooks__=Rn}(gn),function(e){e.config.errorHandler=function(t,n,r){e.util.warn("Error in "+r+': "'+t.toString()+'"',n),console.error(t);var i="function"===typeof getApp&&getApp();i&&i.onError&&i.onError(t)};var t=e.prototype.$emit;e.prototype.$emit=function(e){if(this.$scope&&e){var n=this.$scope["_triggerEvent"]||this.$scope["triggerEvent"];if(n)try{n.call(this.$scope,e,{__args__:P(arguments,1)})}catch(r){}}return t.apply(this,arguments)},e.prototype.$nextTick=function(e){return Dn(this,e)},Fn.forEach((function(t){e.prototype[t]=function(e){return this.$scope&&this.$scope[t]?this.$scope[t](e):"undefined"!==typeof my?"createSelectorQuery"===t?my.createSelectorQuery(e):"createIntersectionObserver"===t?my.createIntersectionObserver(e):void 0:void 0}})),e.prototype.__init_provide=it,e.prototype.__init_injections=at,e.prototype.__call_hook=function(e,t){var n=this;se();var r,i=n.$options[e],a=e+" hook";if(i)for(var o=0,s=i.length;o<s;o++)r=$e(i[o],n,t?[t]:null,n,a);return n._hasHookEvent&&n.$emit("hook:"+e,t),ce(),r},e.prototype.__set_model=function(t,n,r,i){Array.isArray(i)&&(-1!==i.indexOf("trim")&&(r=r.trim()),-1!==i.indexOf("number")&&(r=this._n(r))),t||(t=this),e.set(t,n,r)},e.prototype.__set_sync=function(t,n,r){t||(t=this),e.set(t,n,r)},e.prototype.__get_orig=function(e){return l(e)&&e["$orig"]||e},e.prototype.__get_value=function(e,t){return function e(t,n){var r=n.split("."),i=r[0];return 0===i.indexOf("__$n")&&(i=parseInt(i.replace("__$n",""))),1===r.length?t[i]:e(t[i],r.slice(1).join("."))}(t||this,e)},e.prototype.__get_class=function(e,t){return function(e,t){return i(e)||i(t)?function(e,t){return e?t?e+" "+t:e:t||""}(e,In(t)):""}(t,e)},e.prototype.__get_style=function(e,t){if(!e&&!t)return"";var n=function(e){return Array.isArray(e)?C(e):"string"===typeof e?En(e):e}(e),r=t?T(t,n):n;return Object.keys(r).map((function(e){return k(e)+":"+r[e]})).join(";")},e.prototype.__map=function(e,t){var n,r,i,a,o;if(Array.isArray(e)){for(n=new Array(e.length),r=0,i=e.length;r<i;r++)n[r]=t(e[r],r);return n}if(s(e)){for(a=Object.keys(e),n=Object.create(null),r=0,i=a.length;r<i;r++)o=a[r],n[o]=t(e[o],o,r);return n}if("number"===typeof e){for(n=new Array(e),r=0,i=e;r<i;r++)n[r]=t(r,r);return n}return[]}}(gn),t["default"]=gn}.call(this,n("c8ba"))},"6b58":function(e,t,n){var r=n("7037")["default"],i=n("3c96");e.exports=function(e,t){if(t&&("object"===r(t)||"function"===typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return i(e)},e.exports.__esModule=!0,e.exports["default"]=e.exports},"6f8f":function(e,t){e.exports=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}},e.exports.__esModule=!0,e.exports["default"]=e.exports},7037:function(e,t){function n(t){return e.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports["default"]=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports["default"]=e.exports},"723e":function(e,t,n){"use strict";(function(e){var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("18ed"));var a=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return t.url="".concat(i.default.baseUrl).concat(t.url),e.getStorageSync("token"),t.header={"content-type":"application/json"},new Promise((function(n,r){t.success=function(t){200!==t.statusCode?(e.showToast({icon:"none",duration:2e3,title:"".concat(t.data.message)}),r(t)):n(t),2===t.data.success&&(e.removeStorage({key:"username"}),e.removeStorage({key:"passwork"}),e.removeStorage({key:"tokenInfo"}),e.reLaunch({url:"/pages/login/login"}))},t.fail=function(t){e.showToast({icon:"none",duration:3e3,title:"服务器错误,请稍后再试"}),r(t)},e.request(t)}))};t.default=a}).call(this,n("543d")["default"])},"733e":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.checkBy=function(e){return(0,i.default)({url:"/API/check/checkBy",method:"post",data:e})},t.search=function(e){return(0,i.default)({url:"/API/check/search",method:"post",data:e})};var i=r(n("723e"))},"795f":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.add=function(e){return(0,i.default)({url:"/API/check/add",method:"post",data:e})},t.check=function(e){return(0,i.default)({url:"/API/pile/check",method:"post",data:e})},t.origin=function(e){return(0,i.default)({url:"/API/pile/origin",method:"post",data:e})},t.verify=function(e){return(0,i.default)({url:"/API/check/verify",method:"post",data:e})};var i=r(n("723e"))},"7ec2":function(e,t,n){var r=n("7037")["default"];function i(){"use strict";
  14. /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e.exports=i=function(){return t},e.exports.__esModule=!0,e.exports["default"]=e.exports;var t={},n=Object.prototype,a=n.hasOwnProperty,o=Object.defineProperty||function(e,t,n){e[t]=n.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",l=s.asyncIterator||"@@asyncIterator",u=s.toStringTag||"@@toStringTag";function d(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(M){d=function(e,t,n){return e[t]=n}}function f(e,t,n,r){var i=t&&t.prototype instanceof g?t:g,a=Object.create(i.prototype),s=new C(r||[]);return o(a,"_invoke",{value:k(e,n,s)}),a}function h(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(M){return{type:"throw",arg:M}}}t.wrap=f;var p={};function g(){}function v(){}function y(){}var m={};d(m,c,(function(){return this}));var x=Object.getPrototypeOf,_=x&&x(x(O([])));_&&_!==n&&a.call(_,c)&&(m=_);var b=y.prototype=g.prototype=Object.create(m);function w(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function S(e,t){var n;o(this,"_invoke",{value:function(i,o){function s(){return new t((function(n,s){(function n(i,o,s,c){var l=h(e[i],e,o);if("throw"!==l.type){var u=l.arg,d=u.value;return d&&"object"==r(d)&&a.call(d,"__await")?t.resolve(d.__await).then((function(e){n("next",e,s,c)}),(function(e){n("throw",e,s,c)})):t.resolve(d).then((function(e){u.value=e,s(u)}),(function(e){return n("throw",e,s,c)}))}c(l.arg)})(i,o,n,s)}))}return n=n?n.then(s,s):s()}})}function k(e,t,n){var r="suspendedStart";return function(i,a){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw a;return D()}for(n.method=i,n.arg=a;;){var o=n.delegate;if(o){var s=A(o,n);if(s){if(s===p)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=h(e,t,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===p)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}function A(e,t){var n=t.method,r=e.iterator[n];if(void 0===r)return t.delegate=null,"throw"===n&&e.iterator["return"]&&(t.method="return",t.arg=void 0,A(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),p;var i=h(r,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,p;var a=i.arg;return a?a.done?(t[e.resultName]=a.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,p):a:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,p)}function P(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function C(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(P,this),this.reset(!0)}function O(e){if(e){var t=e[c];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,r=function t(){for(;++n<e.length;)if(a.call(e,n))return t.value=e[n],t.done=!1,t;return t.value=void 0,t.done=!0,t};return r.next=r}}return{next:D}}function D(){return{value:void 0,done:!0}}return v.prototype=y,o(b,"constructor",{value:y,configurable:!0}),o(y,"constructor",{value:v,configurable:!0}),v.displayName=d(y,u,"GeneratorFunction"),t.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===v||"GeneratorFunction"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,d(e,u,"GeneratorFunction")),e.prototype=Object.create(b),e},t.awrap=function(e){return{__await:e}},w(S.prototype),d(S.prototype,l,(function(){return this})),t.AsyncIterator=S,t.async=function(e,n,r,i,a){void 0===a&&(a=Promise);var o=new S(f(e,n,r,i),a);return t.isGeneratorFunction(n)?o:o.next().then((function(e){return e.done?e.value:o.next()}))},w(b),d(b,u,"Generator"),d(b,c,(function(){return this})),d(b,"toString",(function(){return"[object Generator]"})),t.keys=function(e){var t=Object(e),n=[];for(var r in t)n.push(r);return n.reverse(),function e(){for(;n.length;){var r=n.pop();if(r in t)return e.value=r,e.done=!1,e}return e.done=!0,e}},t.values=O,C.prototype={constructor:C,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(T),!e)for(var t in this)"t"===t.charAt(0)&&a.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function n(n,r){return o.type="throw",o.arg=e,t.next=n,r&&(t.method="next",t.arg=void 0),!!r}for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r],o=i.completion;if("root"===i.tryLoc)return n("end");if(i.tryLoc<=this.prev){var s=a.call(i,"catchLoc"),c=a.call(i,"finallyLoc");if(s&&c){if(this.prev<i.catchLoc)return n(i.catchLoc,!0);if(this.prev<i.finallyLoc)return n(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return n(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return n(i.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&a.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var i=r;break}}i&&("break"===e||"continue"===e)&&i.tryLoc<=t&&t<=i.finallyLoc&&(i=null);var o=i?i.completion:{};return o.type=e,o.arg=t,i?(this.method="next",this.next=i.finallyLoc,p):this.complete(o)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),p},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),T(n),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;T(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:O(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),p}},t}e.exports=i,e.exports.__esModule=!0,e.exports["default"]=e.exports},"86ac":function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.detail=function(e){return(0,i.default)({url:"/API/agency/detail",method:"post",data:e})},t.product=function(e){return(0,i.default)({url:"/API/agency/product",method:"post",data:e})},t.productSearch=function(e){return(0,i.default)({url:"/API/agency/productSearch",method:"post",data:e})},t.purchase=function(e){return(0,i.default)({url:"/API/agency/purchase",method:"post",data:e})},t.search=function(e){return(0,i.default)({url:"/API/agency/searchById",method:"post",data:e})};var i=r(n("723e"))},9012:function(e,t){},9208:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],i={type:["pie","ring","rose","word","funnel","map","arcbar","line","column","mount","bar","area","radar","gauge","candle","mix","tline","tarea","scatter","bubble","demotype"],range:["饼状图","圆环图","玫瑰图","词云图","漏斗图","地图","圆弧进度条","折线图","柱状图","山峰图","条状图","区域图","雷达图","仪表盘","K线图","混合图","时间轴折线","时间轴区域","散点图","气泡图","自定义类型"],categories:["line","column","mount","bar","area","radar","gauge","candle","mix","demotype"],instance:{},option:{},formatter:{yAxisDemo1:function(e,t,n){return e+"元"},yAxisDemo2:function(e,t,n){return e.toFixed(2)},xAxisDemo1:function(e,t,n){return e+"年"},xAxisDemo2:function(e,t,n){return function(e,t){var n=new Date;n.setTime(1e3*e);var r=n.getFullYear(),i=n.getMonth()+1;i=i<10?"0"+i:i;var a=n.getDate();a=a<10?"0"+a:a;var o=n.getHours();o=o<10?"0"+o:o;var s=n.getMinutes(),c=n.getSeconds();return s=s<10?"0"+s:s,c=c<10?"0"+c:c,"full"==t?r+"-"+i+"-"+a+" "+o+":"+s+":"+c:"y-m-d"==t?r+"-"+i+"-"+a:"h:m"==t?o+":"+s:"h:m:s"==t?o+":"+s+":"+c:[r,i,a,o,s,c]}(e,"h:m")},seriesDemo1:function(e,t,n,r){return e+"元"},tooltipDemo1:function(e,t,n,r){return 0==n?"随便用"+e.data+"年":"其他我没改"+e.data+"天"},pieDemo:function(e,t,n,r){if(void 0!==t)return n[t].name+":"+n[t].data+"元"}},demotype:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"curve",width:2}}},pie:{type:"pie",color:r,padding:[5,5,5,5],extra:{pie:{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},ring:{type:"ring",color:r,padding:[5,5,5,5],rotate:!1,dataLabel:!0,legend:{show:!0,position:"right",lineHeight:25},title:{name:"收益率",fontSize:15,color:"#666666"},subtitle:{name:"70%",fontSize:25,color:"#7cb5ec"},extra:{ring:{ringWidth:30,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!0,borderWidth:3,borderColor:"#FFFFFF"}}},rose:{type:"rose",color:r,padding:[5,5,5,5],legend:{show:!0,position:"left",lineHeight:25},extra:{rose:{type:"area",minRadius:50,activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF"}}},word:{type:"word",color:r,extra:{word:{type:"normal",autoColors:!1}}},funnel:{type:"funnel",color:r,padding:[15,15,0,15],extra:{funnel:{activeOpacity:.3,activeWidth:10,border:!0,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,labelAlign:"right"}}},map:{type:"map",color:r,padding:[0,0,0,0],dataLabel:!0,extra:{map:{border:!0,borderWidth:1,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#F04864",activeFillColor:"#FACC14",activeFillOpacity:1}}},arcbar:{type:"arcbar",color:r,title:{name:"百分比",fontSize:25,color:"#00FF00"},subtitle:{name:"默认标题",fontSize:15,color:"#666666"},extra:{arcbar:{type:"default",width:12,backgroundColor:"#E9E9E9",startAngle:.75,endAngle:.25,gap:2}}},line:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{line:{type:"straight",width:2,activeType:"hollow"}}},tline:{type:"line",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!1,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{line:{type:"curve",width:2,activeType:"hollow"}}},tarea:{type:"area",color:r,padding:[15,10,0,15],xAxis:{disableGrid:!0,boundaryGap:"justify"},yAxis:{gridType:"dash",dashLength:2,data:[{min:0,max:80}]},legend:{},extra:{area:{type:"curve",opacity:.2,addLine:!0,width:2,gradient:!0,activeType:"hollow"}}},column:{type:"column",color:r,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{data:[{min:0}]},legend:{},extra:{column:{type:"group",width:30,activeBgColor:"#000000",activeBgOpacity:.08}}},mount:{type:"mount",color:r,padding:[15,15,0,5],xAxis:{disableGrid:!0},yAxis:{data:[{min:0}]},legend:{},extra:{mount:{type:"mount",widthRatio:1.5}}},bar:{type:"bar",color:r,padding:[15,30,0,5],xAxis:{boundaryGap:"justify",disableGrid:!1,min:0,axisLine:!1},yAxis:{},legend:{},extra:{bar:{type:"group",width:30,meterBorde:1,meterFillColor:"#FFFFFF",activeBgColor:"#000000",activeBgOpacity:.08}}},area:{type:"area",color:r,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{gridType:"dash",dashLength:2},legend:{},extra:{area:{type:"straight",opacity:.2,addLine:!0,width:2,gradient:!1,activeType:"hollow"}}},radar:{type:"radar",color:r,padding:[5,5,5,5],dataLabel:!1,legend:{show:!0,position:"right",lineHeight:25},extra:{radar:{gridType:"radar",gridColor:"#CCCCCC",gridCount:3,opacity:.2,max:200,labelShow:!0}}},gauge:{type:"gauge",color:r,title:{name:"66Km/H",fontSize:25,color:"#2fc25b",offsetY:50},subtitle:{name:"实时速度",fontSize:15,color:"#1890ff",offsetY:-50},extra:{gauge:{type:"default",width:30,labelColor:"#666666",startAngle:.75,endAngle:.25,startNumber:0,endNumber:100,labelFormat:"",splitLine:{fixRadius:0,splitNumber:10,width:30,color:"#FFFFFF",childNumber:5,childWidth:12},pointer:{width:24,color:"auto"}}}},candle:{type:"candle",color:r,padding:[15,15,0,15],enableScroll:!0,enableMarkLine:!0,dataLabel:!1,xAxis:{labelCount:4,itemCount:40,disableGrid:!0,gridColor:"#CCCCCC",gridType:"solid",dashLength:4,scrollShow:!0,scrollAlign:"left",scrollColor:"#A6A6A6",scrollBackgroundColor:"#EFEBEF"},yAxis:{},legend:{},extra:{candle:{color:{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},average:{show:!0,name:["MA5","MA10","MA30"],day:[5,10,20],color:["#1890ff","#2fc25b","#facc14"]}},markLine:{type:"dash",dashLength:5,data:[{value:2150,lineColor:"#f04864",showLabel:!0},{value:2350,lineColor:"#f04864",showLabel:!0}]}}},mix:{type:"mix",color:r,padding:[15,15,0,15],xAxis:{disableGrid:!0},yAxis:{disabled:!1,disableGrid:!1,splitNumber:5,gridType:"dash",dashLength:4,gridColor:"#CCCCCC",padding:10,showTitle:!0,data:[]},legend:{},extra:{mix:{column:{width:20}}}},scatter:{type:"scatter",color:r,padding:[15,15,0,15],dataLabel:!1,xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0},yAxis:{disableGrid:!1,gridType:"dash"},legend:{},extra:{scatter:{}}},bubble:{type:"bubble",color:r,padding:[15,15,0,15],xAxis:{disableGrid:!1,gridType:"dash",splitNumber:5,boundaryGap:"justify",min:0,max:250},yAxis:{disableGrid:!1,gridType:"dash",data:[{min:0,max:150}]},legend:{},extra:{bubble:{border:2,opacity:.5}}}},a=i;t.default=a},9296:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.stock=function(e){return(0,i.default)({url:"/API/type/stock",method:"post",data:e})},t.stockSearch=function(e){return(0,i.default)({url:"/API/type/stockSearch",method:"get",data:e})};var i=r(n("723e"))},9523:function(e,t,n){var r=n("a395");e.exports=function(e,t,n){return t=r(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports["default"]=e.exports},9594:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={data:function(){return{}},created:function(){this.popup=this.getParent()},methods:{getParent:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"uniPopup",t=this.$parent,n=t.$options.name;while(n!==e){if(t=t.$parent,!t)return!1;n=t.$options.name}return t}}};t.default=r},"970b":function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports["default"]=e.exports},"9b42":function(e,t){e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,a,o,s=[],c=!0,l=!1;try{if(a=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=a.call(n)).done)&&(s.push(r.value),s.length!==t);c=!0);}catch(u){l=!0,i=u}finally{try{if(!c&&null!=n["return"]&&(o=n["return"](),Object(o)!==o))return}finally{if(l)throw i}}return s}},e.exports.__esModule=!0,e.exports["default"]=e.exports},a128:function(e,t,n){var r=n("36c6"),i=n("4a4b"),a=n("c5f7"),o=n("b17c");function s(t){var n="function"===typeof Map?new Map:void 0;return e.exports=s=function(e){if(null===e||!a(e))return e;if("function"!==typeof e)throw new TypeError("Super expression must either be null or a function");if("undefined"!==typeof n){if(n.has(e))return n.get(e);n.set(e,t)}function t(){return o(e,arguments,r(this).constructor)}return t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),i(t,e)},e.exports.__esModule=!0,e.exports["default"]=e.exports,s(t)}e.exports=s,e.exports.__esModule=!0,e.exports["default"]=e.exports},a222:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("7037")),a=r(n("970b")),o=r(n("5bc3")),s=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=(t.date,t.selected),r=t.startDate,i=t.endDate,o=t.range;(0,a.default)(this,e),this.date=this.getDate(new Date),this.selected=n||[],this.startDate=r,this.endDate=i,this.range=o,this.cleanMultipleStatus(),this.weeks={},this.lastHover=!1}return(0,o.default)(e,[{key:"setDate",value:function(e){this.selectDate=this.getDate(e),this._getWeek(this.selectDate.fullDate)}},{key:"cleanMultipleStatus",value:function(){this.multipleStatus={before:"",after:"",data:[]}}},{key:"resetSatrtDate",value:function(e){this.startDate=e}},{key:"resetEndDate",value:function(e){this.endDate=e}},{key:"getDate",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"day";e||(e=new Date),"object"!==(0,i.default)(e)&&(e=e.replace(/-/g,"/"));var r=new Date(e);switch(n){case"day":r.setDate(r.getDate()+t);break;case"month":31===r.getDate()?r.setDate(r.getDate()+t):r.setMonth(r.getMonth()+t);break;case"year":r.setFullYear(r.getFullYear()+t);break}var a=r.getFullYear(),o=r.getMonth()+1<10?"0"+(r.getMonth()+1):r.getMonth()+1,s=r.getDate()<10?"0"+r.getDate():r.getDate();return{fullDate:a+"-"+o+"-"+s,year:a,month:o,date:s,day:r.getDay()}}},{key:"_getLastMonthDays",value:function(e,t){for(var n=[],r=e;r>0;r--){var i=new Date(t.year,t.month-1,1-r).getDate();n.push({date:i,month:t.month-1,disable:!0})}return n}},{key:"_currentMonthDys",value:function(e,t){for(var n=this,r=[],i=this.date.fullDate,a=function(e){var a=t.year+"-"+(t.month,t.month+"-")+(e<10?"0"+e:e),o=i===a,s=n.selected&&n.selected.find((function(e){if(n.dateEqual(a,e.date))return e})),c=!0,l=!0;n.startDate&&(c=n.dateCompare(n.startDate,a)),n.endDate&&(l=n.dateCompare(a,n.endDate));var u=n.multipleStatus.data,d=!1,f=-1;n.range&&(u&&(f=u.findIndex((function(e){return n.dateEqual(e,a)}))),-1!==f&&(d=!0));var h={fullDate:a,year:t.year,date:e,multiple:!!n.range&&d,beforeMultiple:n.isLogicBefore(a,n.multipleStatus.before,n.multipleStatus.after),afterMultiple:n.isLogicAfter(a,n.multipleStatus.before,n.multipleStatus.after),month:t.month,disable:!(c&&l),isDay:o,userChecked:!1};s&&(h.extraInfo=s),r.push(h)},o=1;o<=e;o++)a(o);return r}},{key:"_getNextMonthDays",value:function(e,t){for(var n=[],r=1;r<e+1;r++)n.push({date:r,month:Number(t.month)+1,disable:!0});return n}},{key:"getInfo",value:function(e){var t=this;e||(e=new Date);var n=this.canlender.find((function(n){return n.fullDate===t.getDate(e).fullDate}));return n}},{key:"dateCompare",value:function(e,t){return e=new Date(e.replace("-","/").replace("-","/")),t=new Date(t.replace("-","/").replace("-","/")),e<=t}},{key:"dateEqual",value:function(e,t){return e=new Date(e.replace("-","/").replace("-","/")),t=new Date(t.replace("-","/").replace("-","/")),e.getTime()-t.getTime()===0}},{key:"isLogicBefore",value:function(e,t,n){var r=t;return t&&n&&(r=this.dateCompare(t,n)?t:n),this.dateEqual(r,e)}},{key:"isLogicAfter",value:function(e,t,n){var r=n;return t&&n&&(r=this.dateCompare(t,n)?n:t),this.dateEqual(r,e)}},{key:"geDateAll",value:function(e,t){var n=[],r=e.split("-"),i=t.split("-"),a=new Date;a.setFullYear(r[0],r[1]-1,r[2]);var o=new Date;o.setFullYear(i[0],i[1]-1,i[2]);for(var s=a.getTime()-864e5,c=o.getTime()-864e5,l=s;l<=c;)l+=864e5,n.push(this.getDate(new Date(parseInt(l))).fullDate);return n}},{key:"setMultiple",value:function(e){var t=this.multipleStatus,n=t.before,r=t.after;if(this.range){if(n&&r){if(!this.lastHover)return void(this.lastHover=!0);this.multipleStatus.before=e,this.multipleStatus.after="",this.multipleStatus.data=[],this.multipleStatus.fulldate="",this.lastHover=!1}else n?(this.multipleStatus.after=e,this.dateCompare(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before),this.lastHover=!0):(this.multipleStatus.before=e,this.lastHover=!1);this._getWeek(e)}}},{key:"setHoverMultiple",value:function(e){var t=this.multipleStatus,n=t.before;t.after;this.range&&(this.lastHover||(n?(this.multipleStatus.after=e,this.dateCompare(this.multipleStatus.before,this.multipleStatus.after)?this.multipleStatus.data=this.geDateAll(this.multipleStatus.before,this.multipleStatus.after):this.multipleStatus.data=this.geDateAll(this.multipleStatus.after,this.multipleStatus.before)):this.multipleStatus.before=e,this._getWeek(e)))}},{key:"setDefaultMultiple",value:function(e,t){this.multipleStatus.before=e,this.multipleStatus.after=t,e&&t&&(this.dateCompare(e,t)?(this.multipleStatus.data=this.geDateAll(e,t),this._getWeek(t)):(this.multipleStatus.data=this.geDateAll(t,e),this._getWeek(e)))}},{key:"_getWeek",value:function(e){var t=this.getDate(e),n=(t.fullDate,t.year),r=t.month,i=(t.date,t.day,new Date(n,r-1,1).getDay()),a=new Date(n,r,0).getDate(),o={lastMonthDays:this._getLastMonthDays(i,this.getDate(e)),currentMonthDys:this._currentMonthDys(a,this.getDate(e)),nextMonthDays:[],weeks:[]},s=[],c=42-(o.lastMonthDays.length+o.currentMonthDys.length);o.nextMonthDays=this._getNextMonthDays(c,this.getDate(e)),s=s.concat(o.lastMonthDays,o.currentMonthDys,o.nextMonthDays);for(var l={},u=0;u<s.length;u++)u%7===0&&(l[parseInt(u/7)]=new Array(7)),l[parseInt(u/7)][u%7]=s[u];this.canlender=s,this.weeks=l}}]),e}(),c=s;t.default=c},a38e:function(e){e.exports=JSON.parse('{"uni-datetime-picker.selectDate":"select date","uni-datetime-picker.selectTime":"select time","uni-datetime-picker.selectDateTime":"select datetime","uni-datetime-picker.startDate":"start date","uni-datetime-picker.endDate":"end date","uni-datetime-picker.startTime":"start time","uni-datetime-picker.endTime":"end time","uni-datetime-picker.ok":"ok","uni-datetime-picker.clear":"clear","uni-datetime-picker.cancel":"cancel","uni-datetime-picker.year":"-","uni-datetime-picker.month":"","uni-calender.MON":"MON","uni-calender.TUE":"TUE","uni-calender.WED":"WED","uni-calender.THU":"THU","uni-calender.FRI":"FRI","uni-calender.SAT":"SAT","uni-calender.SUN":"SUN","uni-calender.confirm":"confirm"}')},a395:function(e,t,n){var r=n("7037")["default"],i=n("e50d");e.exports=function(e){var t=i(e,"string");return"symbol"===r(t)?t:String(t)},e.exports.__esModule=!0,e.exports["default"]=e.exports},a7eb:function(e){e.exports=JSON.parse('{"uni-load-more.contentdown":"Pull up to show more","uni-load-more.contentrefresh":"loading...","uni-load-more.contentnomore":"No more data"}')},a9ff:function(e,t,n){"use strict";(function(e,r,i){var a=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=a(n("2eee")),s=a(n("3c96")),c=a(n("278c")),l=a(n("7037")),u=a(n("448a")),d=a(n("c973")),f=a(n("9523")),h=a(n("ed6d")),p=a(n("6b58")),g=a(n("36c6")),v=a(n("a128")),y=a(n("970b")),m=a(n("5bc3")),x=n("37dc"),_=a(n("52e5"));function b(e,t){var n="undefined"!==typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=function(e,t){if(!e)return;if("string"===typeof e)return w(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return w(e,t)}(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,o=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return o=e.done,e},e:function(e){s=!0,a=e},f:function(){try{o||null==n.return||n.return()}finally{if(s)throw a}}}}function w(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function S(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function k(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?S(Object(n),!0).forEach((function(t){(0,f.default)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):S(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(e){var t=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,g.default)(e);if(t){var i=(0,g.default)(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return(0,p.default)(this,n)}}function P(e,t,n){return e(n={path:t,exports:{},require:function(e,t){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(null==t&&n.path)}},n.exports),n.exports}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof e||"undefined"!=typeof self&&self;var T=P((function(e,t){var n;e.exports=(n=n||function(e,t){var n=Object.create||function(){function e(){}return function(t){var n;return e.prototype=t,n=new e,e.prototype=null,n}}(),r={},i=r.lib={},a=i.Base={extend:function(e){var t=n(this);return e&&t.mixIn(e),t.hasOwnProperty("init")&&this.init!==t.init||(t.init=function(){t.$super.init.apply(this,arguments)}),t.init.prototype=t,t.$super=this,t},create:function(){var e=this.extend();return e.init.apply(e,arguments),e},init:function(){},mixIn:function(e){for(var t in e)e.hasOwnProperty(t)&&(this[t]=e[t]);e.hasOwnProperty("toString")&&(this.toString=e.toString)},clone:function(){return this.init.prototype.extend(this)}},o=i.WordArray=a.extend({init:function(e,t){e=this.words=e||[],this.sigBytes=void 0!=t?t:4*e.length},toString:function(e){return(e||c).stringify(this)},concat:function(e){var t=this.words,n=e.words,r=this.sigBytes,i=e.sigBytes;if(this.clamp(),r%4)for(var a=0;a<i;a++){var o=n[a>>>2]>>>24-a%4*8&255;t[r+a>>>2]|=o<<24-(r+a)%4*8}else for(a=0;a<i;a+=4)t[r+a>>>2]=n[a>>>2];return this.sigBytes+=i,this},clamp:function(){var t=this.words,n=this.sigBytes;t[n>>>2]&=4294967295<<32-n%4*8,t.length=e.ceil(n/4)},clone:function(){var e=a.clone.call(this);return e.words=this.words.slice(0),e},random:function(t){for(var n,r=[],i=function(t){t=t;var n=987654321,r=4294967295;return function(){var i=((n=36969*(65535&n)+(n>>16)&r)<<16)+(t=18e3*(65535&t)+(t>>16)&r)&r;return i/=4294967296,(i+=.5)*(e.random()>.5?1:-1)}},a=0;a<t;a+=4){var s=i(4294967296*(n||e.random()));n=987654071*s(),r.push(4294967296*s()|0)}return new o.init(r,t)}}),s=r.enc={},c=s.Hex={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push((a>>>4).toString(16)),r.push((15&a).toString(16))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r+=2)n[r>>>3]|=parseInt(e.substr(r,2),16)<<24-r%8*4;return new o.init(n,t/2)}},l=s.Latin1={stringify:function(e){for(var t=e.words,n=e.sigBytes,r=[],i=0;i<n;i++){var a=t[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(a))}return r.join("")},parse:function(e){for(var t=e.length,n=[],r=0;r<t;r++)n[r>>>2]|=(255&e.charCodeAt(r))<<24-r%4*8;return new o.init(n,t)}},u=s.Utf8={stringify:function(e){try{return decodeURIComponent(escape(l.stringify(e)))}catch(e){throw new Error("Malformed UTF-8 data")}},parse:function(e){return l.parse(unescape(encodeURIComponent(e)))}},d=i.BufferedBlockAlgorithm=a.extend({reset:function(){this._data=new o.init,this._nDataBytes=0},_append:function(e){"string"==typeof e&&(e=u.parse(e)),this._data.concat(e),this._nDataBytes+=e.sigBytes},_process:function(t){var n=this._data,r=n.words,i=n.sigBytes,a=this.blockSize,s=i/(4*a),c=(s=t?e.ceil(s):e.max((0|s)-this._minBufferSize,0))*a,l=e.min(4*c,i);if(c){for(var u=0;u<c;u+=a)this._doProcessBlock(r,u);var d=r.splice(0,c);n.sigBytes-=l}return new o.init(d,l)},clone:function(){var e=a.clone.call(this);return e._data=this._data.clone(),e},_minBufferSize:0});i.Hasher=d.extend({cfg:a.extend(),init:function(e){this.cfg=this.cfg.extend(e),this.reset()},reset:function(){d.reset.call(this),this._doReset()},update:function(e){return this._append(e),this._process(),this},finalize:function(e){return e&&this._append(e),this._doFinalize()},blockSize:16,_createHelper:function(e){return function(t,n){return new e.init(n).finalize(t)}},_createHmacHelper:function(e){return function(t,n){return new f.HMAC.init(e,n).finalize(t)}}});var f=r.algo={};return r}(Math),n)})),C=T,O=(P((function(e,t){var n;e.exports=(n=C,function(e){var t=n,r=t.lib,i=r.WordArray,a=r.Hasher,o=t.algo,s=[];!function(){for(var t=0;t<64;t++)s[t]=4294967296*e.abs(e.sin(t+1))|0}();var c=o.MD5=a.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(e,t){for(var n=0;n<16;n++){var r=t+n,i=e[r];e[r]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var a=this._hash.words,o=e[t+0],c=e[t+1],h=e[t+2],p=e[t+3],g=e[t+4],v=e[t+5],y=e[t+6],m=e[t+7],x=e[t+8],_=e[t+9],b=e[t+10],w=e[t+11],S=e[t+12],k=e[t+13],A=e[t+14],P=e[t+15],T=a[0],C=a[1],O=a[2],D=a[3];T=l(T,C,O,D,o,7,s[0]),D=l(D,T,C,O,c,12,s[1]),O=l(O,D,T,C,h,17,s[2]),C=l(C,O,D,T,p,22,s[3]),T=l(T,C,O,D,g,7,s[4]),D=l(D,T,C,O,v,12,s[5]),O=l(O,D,T,C,y,17,s[6]),C=l(C,O,D,T,m,22,s[7]),T=l(T,C,O,D,x,7,s[8]),D=l(D,T,C,O,_,12,s[9]),O=l(O,D,T,C,b,17,s[10]),C=l(C,O,D,T,w,22,s[11]),T=l(T,C,O,D,S,7,s[12]),D=l(D,T,C,O,k,12,s[13]),O=l(O,D,T,C,A,17,s[14]),T=u(T,C=l(C,O,D,T,P,22,s[15]),O,D,c,5,s[16]),D=u(D,T,C,O,y,9,s[17]),O=u(O,D,T,C,w,14,s[18]),C=u(C,O,D,T,o,20,s[19]),T=u(T,C,O,D,v,5,s[20]),D=u(D,T,C,O,b,9,s[21]),O=u(O,D,T,C,P,14,s[22]),C=u(C,O,D,T,g,20,s[23]),T=u(T,C,O,D,_,5,s[24]),D=u(D,T,C,O,A,9,s[25]),O=u(O,D,T,C,p,14,s[26]),C=u(C,O,D,T,x,20,s[27]),T=u(T,C,O,D,k,5,s[28]),D=u(D,T,C,O,h,9,s[29]),O=u(O,D,T,C,m,14,s[30]),T=d(T,C=u(C,O,D,T,S,20,s[31]),O,D,v,4,s[32]),D=d(D,T,C,O,x,11,s[33]),O=d(O,D,T,C,w,16,s[34]),C=d(C,O,D,T,A,23,s[35]),T=d(T,C,O,D,c,4,s[36]),D=d(D,T,C,O,g,11,s[37]),O=d(O,D,T,C,m,16,s[38]),C=d(C,O,D,T,b,23,s[39]),T=d(T,C,O,D,k,4,s[40]),D=d(D,T,C,O,o,11,s[41]),O=d(O,D,T,C,p,16,s[42]),C=d(C,O,D,T,y,23,s[43]),T=d(T,C,O,D,_,4,s[44]),D=d(D,T,C,O,S,11,s[45]),O=d(O,D,T,C,P,16,s[46]),T=f(T,C=d(C,O,D,T,h,23,s[47]),O,D,o,6,s[48]),D=f(D,T,C,O,m,10,s[49]),O=f(O,D,T,C,A,15,s[50]),C=f(C,O,D,T,v,21,s[51]),T=f(T,C,O,D,S,6,s[52]),D=f(D,T,C,O,p,10,s[53]),O=f(O,D,T,C,b,15,s[54]),C=f(C,O,D,T,c,21,s[55]),T=f(T,C,O,D,x,6,s[56]),D=f(D,T,C,O,P,10,s[57]),O=f(O,D,T,C,y,15,s[58]),C=f(C,O,D,T,k,21,s[59]),T=f(T,C,O,D,g,6,s[60]),D=f(D,T,C,O,w,10,s[61]),O=f(O,D,T,C,h,15,s[62]),C=f(C,O,D,T,_,21,s[63]),a[0]=a[0]+T|0,a[1]=a[1]+C|0,a[2]=a[2]+O|0,a[3]=a[3]+D|0},_doFinalize:function(){var t=this._data,n=t.words,r=8*this._nDataBytes,i=8*t.sigBytes;n[i>>>5]|=128<<24-i%32;var a=e.floor(r/4294967296),o=r;n[15+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),n[14+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),t.sigBytes=4*(n.length+1),this._process();for(var s=this._hash,c=s.words,l=0;l<4;l++){var u=c[l];c[l]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}return s},clone:function(){var e=a.clone.call(this);return e._hash=this._hash.clone(),e}});function l(e,t,n,r,i,a,o){var s=e+(t&n|~t&r)+i+o;return(s<<a|s>>>32-a)+t}function u(e,t,n,r,i,a,o){var s=e+(t&r|n&~r)+i+o;return(s<<a|s>>>32-a)+t}function d(e,t,n,r,i,a,o){var s=e+(t^n^r)+i+o;return(s<<a|s>>>32-a)+t}function f(e,t,n,r,i,a,o){var s=e+(n^(t|~r))+i+o;return(s<<a|s>>>32-a)+t}t.MD5=a._createHelper(c),t.HmacMD5=a._createHmacHelper(c)}(Math),n.MD5)})),P((function(e,t){var n;e.exports=(n=C,void function(){var e=n,t=e.lib.Base,r=e.enc.Utf8;e.algo.HMAC=t.extend({init:function(e,t){e=this._hasher=new e.init,"string"==typeof t&&(t=r.parse(t));var n=e.blockSize,i=4*n;t.sigBytes>i&&(t=e.finalize(t)),t.clamp();for(var a=this._oKey=t.clone(),o=this._iKey=t.clone(),s=a.words,c=o.words,l=0;l<n;l++)s[l]^=1549556828,c[l]^=909522486;a.sigBytes=o.sigBytes=i,this.reset()},reset:function(){var e=this._hasher;e.reset(),e.update(this._iKey)},update:function(e){return this._hasher.update(e),this},finalize:function(e){var t=this._hasher,n=t.finalize(e);return t.reset(),t.finalize(this._oKey.clone().concat(n))}})}())})),P((function(e,t){e.exports=C.HmacMD5}))),D=P((function(e,t){e.exports=C.enc.Utf8})),M=P((function(e,t){var n;e.exports=(n=C,function(){var e=n,t=e.lib.WordArray;function r(e,n,r){for(var i=[],a=0,o=0;o<n;o++)if(o%4){var s=r[e.charCodeAt(o-1)]<<o%4*2,c=r[e.charCodeAt(o)]>>>6-o%4*2;i[a>>>2]|=(s|c)<<24-a%4*8,a++}return t.create(i,a)}e.enc.Base64={stringify:function(e){var t=e.words,n=e.sigBytes,r=this._map;e.clamp();for(var i=[],a=0;a<n;a+=3)for(var o=(t[a>>>2]>>>24-a%4*8&255)<<16|(t[a+1>>>2]>>>24-(a+1)%4*8&255)<<8|t[a+2>>>2]>>>24-(a+2)%4*8&255,s=0;s<4&&a+.75*s<n;s++)i.push(r.charAt(o>>>6*(3-s)&63));var c=r.charAt(64);if(c)for(;i.length%4;)i.push(c);return i.join("")},parse:function(e){var t=e.length,n=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var a=0;a<n.length;a++)i[n.charCodeAt(a)]=a}var o=n.charAt(64);if(o){var s=e.indexOf(o);-1!==s&&(t=s)}return r(e,t,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),n.enc.Base64)})),L="FUNCTION",I="OBJECT",E="pending",F="fullfilled",R="rejected";function j(e){return Object.prototype.toString.call(e).slice(8,-1).toLowerCase()}function $(e){return"object"===j(e)}function N(e){return"function"==typeof e}function U(e){return function(){try{return e.apply(e,arguments)}catch(e){console.error(e)}}}var B="REJECTED",z="NOT_PENDING",W=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.createPromise,r=t.retryRule,i=void 0===r?B:r;(0,y.default)(this,e),this.createPromise=n,this.status=null,this.promise=null,this.retryRule=i}return(0,m.default)(e,[{key:"needRetry",get:function(){if(!this.status)return!0;switch(this.retryRule){case B:return this.status===R;case z:return this.status!==E}}},{key:"exec",value:function(){var e=this;return this.needRetry?(this.status=E,this.promise=this.createPromise().then((function(t){return e.status=F,Promise.resolve(t)}),(function(t){return e.status=R,Promise.reject(t)})),this.promise):this.promise}}]),e}();function q(e){return e&&"string"==typeof e?JSON.parse(e):e}var H="mp-weixin",G=q([]),V=H,K=(q(void 0),q([])||[]);try{(n("27f0").default||n("27f0")).appid}catch(ir){}var J={};function X(e){var t,n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return t=J,n=e,Object.prototype.hasOwnProperty.call(t,n)||(J[e]=r),J[e]}"app"===V&&(J=r._globalUniCloudObj?r._globalUniCloudObj:r._globalUniCloudObj={});var Y=["invoke","success","fail","complete"],Q=X("_globalUniCloudInterceptor");function Z(e,t){Q[e]||(Q[e]={}),$(t)&&Object.keys(t).forEach((function(n){Y.indexOf(n)>-1&&function(e,t,n){var r=Q[e][t];r||(r=Q[e][t]=[]),-1===r.indexOf(n)&&N(n)&&r.push(n)}(e,n,t[n])}))}function ee(e,t){Q[e]||(Q[e]={}),$(t)?Object.keys(t).forEach((function(n){Y.indexOf(n)>-1&&function(e,t,n){var r=Q[e][t];if(r){var i=r.indexOf(n);i>-1&&r.splice(i,1)}}(e,n,t[n])})):delete Q[e]}function te(e,t){return e&&0!==e.length?e.reduce((function(e,n){return e.then((function(){return n(t)}))}),Promise.resolve()):Promise.resolve()}function ne(e,t){return Q[e]&&Q[e][t]||[]}function re(e){Z("callObject",e)}var ie=X("_globalUniCloudListener"),ae="response",oe="needLogin",se="refreshToken",ce="clientdb",le="cloudfunction",ue="cloudobject";function de(e){return ie[e]||(ie[e]=[]),ie[e]}function fe(e,t){var n=de(e);n.includes(t)||n.push(t)}function he(e,t){var n=de(e),r=n.indexOf(t);-1!==r&&n.splice(r,1)}function pe(e,t){for(var n=de(e),r=0;r<n.length;r++)(0,n[r])(t)}var ge,ve=!1;function ye(){return ge||(ge=new Promise((function(e){ve&&e(),function t(){if("function"==typeof getCurrentPages){var n=getCurrentPages();n&&n[0]&&(ve=!0,e())}ve||setTimeout((function(){t()}),30)}()})),ge)}function me(e){var t={};for(var n in e){var r=e[n];N(r)&&(t[n]=U(r))}return t}var xe,_e,be=function(e){(0,h.default)(n,e);var t=A(n);function n(e){var r;return(0,y.default)(this,n),r=t.call(this,e.message),r.errMsg=e.message||e.errMsg||"unknown system error",r.code=r.errCode=e.code||e.errCode||"SYSTEM_ERROR",r.errSubject=r.subject=e.subject||e.errSubject,r.cause=e.cause,r.requestId=e.requestId,r}return(0,m.default)(n,[{key:"toJson",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;if(!(e>=10))return e++,{errCode:this.errCode,errMsg:this.errMsg,errSubject:this.errSubject,cause:this.cause&&this.cause.toJson?this.cause.toJson(e):this.cause}}}]),n}((0,v.default)(Error)),we={request:function(e){return r.request(e)},uploadFile:function(e){return r.uploadFile(e)},setStorageSync:function(e,t){return r.setStorageSync(e,t)},getStorageSync:function(e){return r.getStorageSync(e)},removeStorageSync:function(e){return r.removeStorageSync(e)},clearStorageSync:function(){return r.clearStorageSync()}};function Se(){return{token:we.getStorageSync("uni_id_token")||we.getStorageSync("uniIdToken"),tokenExpired:we.getStorageSync("uni_id_token_expired")}}function ke(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.token,n=e.tokenExpired;t&&we.setStorageSync("uni_id_token",t),n&&we.setStorageSync("uni_id_token_expired",n)}function Ae(){return xe||(xe=r.getSystemInfoSync()),xe}function Pe(){var e=r.getLocale&&r.getLocale()||"en";if(_e)return k(k({},_e),{},{locale:e,LOCALE:e});for(var t=Ae(),n=t.deviceId,i=t.osName,a=t.uniPlatform,o=t.appId,s=["pixelRatio","brand","model","system","language","version","platform","host","SDKVersion","swanNativeVersion","app","AppPlatform","fontSizeSetting"],c=0;c<s.length;c++)delete t[s[c]];return _e=k(k({PLATFORM:a,OS:i,APPID:o,DEVICEID:n},function(){var e,t;try{if(r.getLaunchOptionsSync){if(r.getLaunchOptionsSync.toString().indexOf("not yet implemented")>-1)return;var n=r.getLaunchOptionsSync(),i=n.scene,a=n.channel;e=a,t=i}}catch(e){}return{channel:e,scene:t}}()),t),k(k({},_e),{},{locale:e,LOCALE:e})}var Te,Ce={sign:function(e,t){var n="";return Object.keys(e).sort().forEach((function(t){e[t]&&(n=n+"&"+t+"="+e[t])})),n=n.slice(1),O(n,t).toString()},wrappedRequest:function(e,t){return new Promise((function(n,r){t(Object.assign(e,{complete:function(e){e||(e={});var t=e.data&&e.data.header&&e.data.header["x-serverless-request-id"]||e.header&&e.header["request-id"];if(!e.statusCode||e.statusCode>=400)return r(new be({code:"SYS_ERR",message:e.errMsg||"request:fail",requestId:t}));var i=e.data;if(i.error)return r(new be({code:i.error.code,message:i.error.message,requestId:t}));i.result=i.data,i.requestId=t,delete i.data,n(i)}}))}))},toBase64:function(e){return M.stringify(D.parse(e))}},Oe={"uniCloud.init.paramRequired":"{param} required","uniCloud.uploadFile.fileError":"filePath should be instance of File"},De=(0,x.initVueI18n)({"zh-Hans":{"uniCloud.init.paramRequired":"缺少参数:{param}","uniCloud.uploadFile.fileError":"filePath应为File对象"},"zh-Hant":{"uniCloud.init.paramRequired":"缺少参数:{param}","uniCloud.uploadFile.fileError":"filePath应为File对象"},en:Oe,fr:{"uniCloud.init.paramRequired":"{param} required","uniCloud.uploadFile.fileError":"filePath should be instance of File"},es:{"uniCloud.init.paramRequired":"{param} required","uniCloud.uploadFile.fileError":"filePath should be instance of File"},ja:Oe},"zh-Hans"),Me=De.t,Le=function(){function e(t){var n=this;(0,y.default)(this,e),["spaceId","clientSecret"].forEach((function(e){if(!Object.prototype.hasOwnProperty.call(t,e))throw new Error(Me("uniCloud.init.paramRequired",{param:e}))})),this.config=Object.assign({},{endpoint:0===t.spaceId.indexOf("mp-")?"https://api.next.bspapp.com":"https://api.bspapp.com"},t),this.config.provider="aliyun",this.config.requestUrl=this.config.endpoint+"/client",this.config.envType=this.config.envType||"public",this.config.accessTokenKey="access_token_"+this.config.spaceId,this.adapter=we,this._getAccessTokenPromiseHub=new W({createPromise:function(){return n.requestAuth(n.setupRequest({method:"serverless.auth.user.anonymousAuthorize",params:"{}"},"auth")).then((function(e){if(!e.result||!e.result.accessToken)throw new be({code:"AUTH_FAILED",message:"获取accessToken失败"});n.setAccessToken(e.result.accessToken)}))},retryRule:z})}return(0,m.default)(e,[{key:"hasAccessToken",get:function(){return!!this.accessToken}},{key:"setAccessToken",value:function(e){this.accessToken=e}},{key:"requestWrapped",value:function(e){return Ce.wrappedRequest(e,this.adapter.request)}},{key:"requestAuth",value:function(e){return this.requestWrapped(e)}},{key:"request",value:function(e,t){var n=this;return Promise.resolve().then((function(){return n.hasAccessToken?t?n.requestWrapped(e):n.requestWrapped(e).catch((function(t){return new Promise((function(e,n){!t||"GATEWAY_INVALID_TOKEN"!==t.code&&"InvalidParameter.InvalidToken"!==t.code?n(t):e()})).then((function(){return n.getAccessToken()})).then((function(){var t=n.rebuildRequest(e);return n.request(t,!0)}))})):n.getAccessToken().then((function(){var t=n.rebuildRequest(e);return n.request(t,!0)}))}))}},{key:"rebuildRequest",value:function(e){var t=Object.assign({},e);return t.data.token=this.accessToken,t.header["x-basement-token"]=this.accessToken,t.header["x-serverless-sign"]=Ce.sign(t.data,this.config.clientSecret),t}},{key:"setupRequest",value:function(e,t){var n=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),r={"Content-Type":"application/json"};return"auth"!==t&&(n.token=this.accessToken,r["x-basement-token"]=this.accessToken),r["x-serverless-sign"]=Ce.sign(n,this.config.clientSecret),{url:this.config.requestUrl,method:"POST",data:n,dataType:"json",header:r}}},{key:"getAccessToken",value:function(){return this._getAccessTokenPromiseHub.exec()}},{key:"authorize",value:function(){var e=(0,d.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this.getAccessToken();case 2:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"callFunction",value:function(e){var t={method:"serverless.function.runtime.invoke",params:JSON.stringify({functionTarget:e.name,functionArgs:e.data||{}})};return this.request(this.setupRequest(t))}},{key:"getOSSUploadOptionsFromPath",value:function(e){var t={method:"serverless.file.resource.generateProximalSign",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}},{key:"uploadFileToOSS",value:function(e){var t=this,n=e.url,r=e.formData,i=e.name,a=e.filePath,o=e.fileType,s=e.onUploadProgress;return new Promise((function(e,c){var l=t.adapter.uploadFile({url:n,formData:r,name:i,filePath:a,fileType:o,header:{"X-OSS-server-side-encrpytion":"AES256"},success:function(t){t&&t.statusCode<400?e(t):c(new be({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail:function(e){c(new be({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof s&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(e){s({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}},{key:"reportOSSUpload",value:function(e){var t={method:"serverless.file.resource.report",params:JSON.stringify(e)};return this.request(this.setupRequest(t))}},{key:"uploadFile",value:function(){var e=(0,d.default)(o.default.mark((function e(t){var n,r,i,a,s,c,l,u,d,f,h,p,g,v,y,m,x,_,b,w,S,k;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=t.filePath,r=t.cloudPath,i=t.fileType,a=void 0===i?"image":i,s=t.cloudPathAsRealPath,c=void 0!==s&&s,l=t.onUploadProgress,u=t.config,"string"===j(r)){e.next=3;break}throw new be({code:"INVALID_PARAM",message:"cloudPath必须为字符串类型"});case 3:if(r=r.trim()){e.next=5;break}throw new be({code:"INVALID_PARAM",message:"cloudPath不可为空"});case 5:if(!/:\/\//.test(r)){e.next=7;break}throw new be({code:"INVALID_PARAM",message:"cloudPath不合法"});case 7:if(d=u&&u.envType||this.config.envType,!(c&&("/"!==r[0]&&(r="/"+r),r.indexOf("\\")>-1))){e.next=10;break}throw new be({code:"INVALID_PARAM",message:"使用cloudPath作为路径时,cloudPath不可包含“\\”"});case 10:return e.next=12,this.getOSSUploadOptionsFromPath({env:d,filename:c?r.split("/").pop():r,fileId:c?r:void 0});case 12:return f=e.sent.result,h="https://"+f.cdnDomain+"/"+f.ossPath,p=f.securityToken,g=f.accessKeyId,v=f.signature,y=f.host,m=f.ossPath,x=f.id,_=f.policy,b=f.ossCallbackUrl,w={"Cache-Control":"max-age=2592000","Content-Disposition":"attachment",OSSAccessKeyId:g,Signature:v,host:y,id:x,key:m,policy:_,success_action_status:200},p&&(w["x-oss-security-token"]=p),b&&(S=JSON.stringify({callbackUrl:b,callbackBody:JSON.stringify({fileId:x,spaceId:this.config.spaceId}),callbackBodyType:"application/json"}),w.callback=Ce.toBase64(S)),k={url:"https://"+f.host,formData:w,fileName:"file",name:"file",filePath:n,fileType:a},e.next=27,this.uploadFileToOSS(Object.assign({},k,{onUploadProgress:l}));case 27:if(!b){e.next=29;break}return e.abrupt("return",{success:!0,filePath:n,fileID:h});case 29:return e.next=31,this.reportOSSUpload({id:x});case 31:if(!e.sent.success){e.next=33;break}return e.abrupt("return",{success:!0,filePath:n,fileID:h});case 33:throw new be({code:"UPLOAD_FAILED",message:"文件上传失败"});case 34:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"getTempFileURL",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.fileList;return new Promise((function(e,n){Array.isArray(t)&&0!==t.length||n(new be({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"})),e({fileList:t.map((function(e){return{fileID:e,tempFileURL:e}}))})}))}},{key:"getFileInfo",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n,r,i=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=i.length>0&&void 0!==i[0]?i[0]:{},n=t.fileList,Array.isArray(n)&&0!==n.length){e.next=3;break}throw new be({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"});case 3:return r={method:"serverless.file.resource.info",params:JSON.stringify({id:n.map((function(e){return e.split("?")[0]})).join(",")})},e.next=6,this.request(this.setupRequest(r));case 6:return e.t0=e.sent.result,e.abrupt("return",{fileList:e.t0});case 8:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()}]),e}(),Ie={init:function(e){var t=new Le(e),n={signInAnonymously:function(){return t.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}},Ee="undefined"!=typeof location&&"http:"===location.protocol?"http:":"https:";!function(e){e.local="local",e.none="none",e.session="session"}(Te||(Te={}));var Fe,Re=function(){},je=function(){var e;if(!Promise){e=function(){},e.promise={};var t=function(){throw new be({message:'Your Node runtime does support ES6 Promises. Set "global.Promise" to your preferred implementation of promises.'})};return Object.defineProperty(e.promise,"then",{get:t}),Object.defineProperty(e.promise,"catch",{get:t}),e}var n=new Promise((function(t,n){e=function(e,r){return e?n(e):t(r)}}));return e.promise=n,e};function $e(e){return void 0===e}function Ne(e){return"[object Null]"===Object.prototype.toString.call(e)}!function(e){e.WEB="web",e.WX_MP="wx_mp"}(Fe||(Fe={}));var Ue={adapter:null,runtime:void 0},Be=["anonymousUuidKey"],ze=function(e){(0,h.default)(n,e);var t=A(n);function n(){var e;return(0,y.default)(this,n),e=t.call(this),Ue.adapter.root.tcbObject||(Ue.adapter.root.tcbObject={}),e}return(0,m.default)(n,[{key:"setItem",value:function(e,t){Ue.adapter.root.tcbObject[e]=t}},{key:"getItem",value:function(e){return Ue.adapter.root.tcbObject[e]}},{key:"removeItem",value:function(e){delete Ue.adapter.root.tcbObject[e]}},{key:"clear",value:function(){delete Ue.adapter.root.tcbObject}}]),n}(Re);function We(e,t){switch(e){case"local":return t.localStorage||new ze;case"none":return new ze;default:return t.sessionStorage||new ze}}var qe=function(){function e(t){if((0,y.default)(this,e),!this._storage){this._persistence=Ue.adapter.primaryStorage||t.persistence,this._storage=We(this._persistence,Ue.adapter);var n="access_token_".concat(t.env),r="access_token_expire_".concat(t.env),i="refresh_token_".concat(t.env),a="anonymous_uuid_".concat(t.env),o="login_type_".concat(t.env),s="user_info_".concat(t.env);this.keys={accessTokenKey:n,accessTokenExpireKey:r,refreshTokenKey:i,anonymousUuidKey:a,loginTypeKey:o,userInfoKey:s}}}return(0,m.default)(e,[{key:"updatePersistence",value:function(e){if(e!==this._persistence){var t="local"===this._persistence;this._persistence=e;var n=We(e,Ue.adapter);for(var r in this.keys){var i=this.keys[r];if(!t||!Be.includes(r)){var a=this._storage.getItem(i);$e(a)||Ne(a)||(n.setItem(i,a),this._storage.removeItem(i))}}this._storage=n}}},{key:"setStore",value:function(e,t,n){if(this._storage){var r={version:n||"localCachev1",content:t},i=JSON.stringify(r);try{this._storage.setItem(e,i)}catch(e){throw e}}}},{key:"getStore",value:function(e,t){try{if(!this._storage)return}catch(e){return""}t=t||"localCachev1";var n=this._storage.getItem(e);return n&&n.indexOf(t)>=0?JSON.parse(n).content:""}},{key:"removeStore",value:function(e){this._storage.removeItem(e)}}]),e}(),He={},Ge={};function Ve(e){return He[e]}var Ke=(0,m.default)((function e(t,n){(0,y.default)(this,e),this.data=n||null,this.name=t})),Je=function(e){(0,h.default)(n,e);var t=A(n);function n(e,r){var i;return(0,y.default)(this,n),i=t.call(this,"error",{error:e,data:r}),i.error=e,i}return(0,m.default)(n)}(Ke),Xe=new(function(){function e(){(0,y.default)(this,e),this._listeners={}}return(0,m.default)(e,[{key:"on",value:function(e,t){return function(e,t,n){n[e]=n[e]||[],n[e].push(t)}(e,t,this._listeners),this}},{key:"off",value:function(e,t){return function(e,t,n){if(n&&n[e]){var r=n[e].indexOf(t);-1!==r&&n[e].splice(r,1)}}(e,t,this._listeners),this}},{key:"fire",value:function(e,t){if(e instanceof Je)return console.error(e.error),this;var n="string"==typeof e?new Ke(e,t||{}):e,r=n.name;if(this._listens(r)){n.target=this;var i,a=this._listeners[r]?(0,u.default)(this._listeners[r]):[],o=b(a);try{for(o.s();!(i=o.n()).done;){var s=i.value;s.call(this,n)}}catch(c){o.e(c)}finally{o.f()}}return this}},{key:"_listens",value:function(e){return this._listeners[e]&&this._listeners[e].length>0}}]),e}());function Ye(e,t){Xe.on(e,t)}function Qe(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Xe.fire(e,t)}function Ze(e,t){Xe.off(e,t)}var et,tt="loginStateChanged",nt="loginStateExpire",rt="loginTypeChanged",it="anonymousConverted",at="refreshAccessToken";!function(e){e.ANONYMOUS="ANONYMOUS",e.WECHAT="WECHAT",e.WECHAT_PUBLIC="WECHAT-PUBLIC",e.WECHAT_OPEN="WECHAT-OPEN",e.CUSTOM="CUSTOM",e.EMAIL="EMAIL",e.USERNAME="USERNAME",e.NULL="NULL"}(et||(et={}));var ot=["auth.getJwt","auth.logout","auth.signInWithTicket","auth.signInAnonymously","auth.signIn","auth.fetchAccessTokenWithRefreshToken","auth.signUpWithEmailAndPassword","auth.activateEndUserMail","auth.sendPasswordResetEmail","auth.resetPasswordWithToken","auth.isUsernameRegistered"],st={"X-SDK-Version":"1.3.5"};function ct(e,t,n){var r=e[t];e[t]=function(t){var i={},a={};n.forEach((function(n){var r=n.call(e,t),o=r.data,s=r.headers;Object.assign(i,o),Object.assign(a,s)}));var o=t.data;return o&&function(){var e;if(e=o,"[object FormData]"!==Object.prototype.toString.call(e))t.data=k(k({},o),i);else for(var n in i)o.append(n,i[n])}(),t.headers=k(k({},t.headers||{}),a),r.call(e,t)}}function lt(){var e=Math.random().toString(16).slice(2);return{data:{seqId:e},headers:k(k({},st),{},{"x-seqid":e})}}var ut=function(){function e(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};(0,y.default)(this,e),this.config=n,this._reqClass=new Ue.adapter.reqClass({timeout:this.config.timeout,timeoutMsg:"请求在".concat(this.config.timeout/1e3,"s内未完成,已中断"),restrictedMethods:["post"]}),this._cache=Ve(this.config.env),this._localCache=(t=this.config.env,Ge[t]),ct(this._reqClass,"post",[lt]),ct(this._reqClass,"upload",[lt]),ct(this._reqClass,"download",[lt])}return(0,m.default)(e,[{key:"post",value:function(){var e=(0,d.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.post(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"upload",value:function(){var e=(0,d.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.upload(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"download",value:function(){var e=(0,d.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._reqClass.download(t);case 2:return e.abrupt("return",e.sent);case 3:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"refreshAccessToken",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._refreshAccessTokenPromise||(this._refreshAccessTokenPromise=this._refreshAccessToken()),e.prev=1,e.next=4,this._refreshAccessTokenPromise;case 4:t=e.sent,e.next=10;break;case 7:e.prev=7,e.t0=e["catch"](1),n=e.t0;case 10:if(this._refreshAccessTokenPromise=null,this._shouldRefreshAccessTokenHook=null,!n){e.next=12;break}throw n;case 12:return e.abrupt("return",t);case 13:case"end":return e.stop()}}),e,this,[[1,7]])})));return function(){return e.apply(this,arguments)}}()},{key:"_refreshAccessToken",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n,r,i,a,s,c,l,u,d,f,h,p;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey,a=t.loginTypeKey,s=t.anonymousUuidKey,this._cache.removeStore(n),this._cache.removeStore(r),c=this._cache.getStore(i),c){e.next=5;break}throw new be({message:"未登录CloudBase"});case 5:return l={refresh_token:c},e.next=8,this.request("auth.fetchAccessTokenWithRefreshToken",l);case 8:if(u=e.sent,!u.data.code){e.next=21;break}if(d=u.data.code,"SIGN_PARAM_INVALID"!==d&&"REFRESH_TOKEN_EXPIRED"!==d&&"INVALID_REFRESH_TOKEN"!==d){e.next=20;break}if(this._cache.getStore(a)!==et.ANONYMOUS||"INVALID_REFRESH_TOKEN"!==d){e.next=19;break}return f=this._cache.getStore(s),h=this._cache.getStore(i),e.next=17,this.send("auth.signInAnonymously",{anonymous_uuid:f,refresh_token:h});case 17:return p=e.sent,e.abrupt("return",(this.setRefreshToken(p.refresh_token),this._refreshAccessToken()));case 19:Qe(nt),this._cache.removeStore(i);case 20:throw new be({code:u.data.code,message:"刷新access token失败:".concat(u.data.code)});case 21:if(!u.data.access_token){e.next=23;break}return e.abrupt("return",(Qe(at),this._cache.setStore(n,u.data.access_token),this._cache.setStore(r,u.data.access_token_expire+Date.now()),{accessToken:u.data.access_token,accessTokenExpire:u.data.access_token_expire}));case 23:u.data.refresh_token&&(this._cache.removeStore(i),this._cache.setStore(i,u.data.refresh_token),this._refreshAccessToken());case 24:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"getAccessToken",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n,r,i,a,s,c;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey,this._cache.getStore(i)){e.next=3;break}throw new be({message:"refresh token不存在,登录状态异常"});case 3:if(a=this._cache.getStore(n),s=this._cache.getStore(r),c=!0,e.t0=this._shouldRefreshAccessTokenHook,!e.t0){e.next=9;break}return e.next=8,this._shouldRefreshAccessTokenHook(a,s);case 8:e.t0=!e.sent;case 9:if(e.t1=e.t0,!e.t1){e.next=12;break}c=!1;case 12:return e.abrupt("return",(!a||!s||s<Date.now())&&c?this.refreshAccessToken():{accessToken:a,accessTokenExpire:s});case 13:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"request",value:function(){var e=(0,d.default)(o.default.mark((function e(t,n,r){var i,a,s,c,l,u,d,f,h,p,g,v,y,m,x,_;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(i="x-tcb-trace_".concat(this.config.env),a="application/x-www-form-urlencoded",s=k({action:t,env:this.config.env,dataVersion:"2019-08-16"},n),-1!==ot.indexOf(t)){e.next=10;break}if(c=this._cache.keys.refreshTokenKey,e.t0=this._cache.getStore(c),!e.t0){e.next=10;break}return e.next=9,this.getAccessToken();case 9:s.access_token=e.sent.accessToken;case 10:if("storage.uploadFile"===t){for(u in l=new FormData,l)l.hasOwnProperty(u)&&void 0!==l[u]&&l.append(u,s[u]);a="multipart/form-data"}else for(d in a="application/json",l={},s)void 0!==s[d]&&(l[d]=s[d]);return f={headers:{"content-type":a}},r&&r.onUploadProgress&&(f.onUploadProgress=r.onUploadProgress),h=this._localCache.getStore(i),h&&(f.headers["X-TCB-Trace"]=h),p=n.parse,g=n.inQuery,v=n.search,y={env:this.config.env},p&&(y.parse=!0),g&&(y=k(k({},g),y)),m=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=/\?/.test(t),i="";for(var a in n)""===i?!r&&(t+="?"):i+="&",i+="".concat(a,"=").concat(encodeURIComponent(n[a]));return/^http(s)?\:\/\//.test(t+=i)?t:"".concat(e).concat(t)}(Ee,"//tcb-api.tencentcloudapi.com/web",y),v&&(m+=v),e.next=22,this.post(k({url:m,data:l},f));case 22:if(x=e.sent,_=x.header&&x.header["x-tcb-trace"],_&&this._localCache.setStore(i,_),(200===Number(x.status)||200===Number(x.statusCode))&&x.data){e.next=26;break}throw new be({code:"NETWORK_ERROR",message:"network request error"});case 26:return e.abrupt("return",x);case 27:case"end":return e.stop()}}),e,this)})));return function(t,n,r){return e.apply(this,arguments)}}()},{key:"send",value:function(){var e=(0,d.default)(o.default.mark((function e(t){var n,r,i,a=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=a.length>1&&void 0!==a[1]?a[1]:{},e.next=3,this.request(t,n,{onUploadProgress:n.onUploadProgress});case 3:if(r=e.sent,"ACCESS_TOKEN_EXPIRED"!==r.data.code||-1!==ot.indexOf(t)){e.next=13;break}return e.next=7,this.refreshAccessToken();case 7:return e.next=9,this.request(t,n,{onUploadProgress:n.onUploadProgress});case 9:if(i=e.sent,!i.data.code){e.next=12;break}throw new be({code:i.data.code,message:i.data.message});case 12:return e.abrupt("return",i.data);case 13:if(!r.data.code){e.next=15;break}throw new be({code:r.data.code,message:r.data.message});case 15:return e.abrupt("return",r.data);case 16:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"setRefreshToken",value:function(e){var t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey;this._cache.removeStore(n),this._cache.removeStore(r),this._cache.setStore(i,e)}}]),e}(),dt={};function ft(e){return dt[e]}var ht=function(){function e(t){(0,y.default)(this,e),this.config=t,this._cache=Ve(t.env),this._request=ft(t.env)}return(0,m.default)(e,[{key:"setRefreshToken",value:function(e){var t=this._cache.keys,n=t.accessTokenKey,r=t.accessTokenExpireKey,i=t.refreshTokenKey;this._cache.removeStore(n),this._cache.removeStore(r),this._cache.setStore(i,e)}},{key:"setAccessToken",value:function(e,t){var n=this._cache.keys,r=n.accessTokenKey,i=n.accessTokenExpireKey;this._cache.setStore(r,e),this._cache.setStore(i,t)}},{key:"refreshUserInfo",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getUserInfo",{});case 2:return t=e.sent,n=t.data,e.abrupt("return",(this.setLocalUserInfo(n),n));case 5:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"setLocalUserInfo",value:function(e){var t=this._cache.keys.userInfoKey;this._cache.setStore(t,e)}}]),e}(),pt=function(){function e(t){if((0,y.default)(this,e),!t)throw new be({code:"PARAM_ERROR",message:"envId is not defined"});this._envId=t,this._cache=Ve(this._envId),this._request=ft(this._envId),this.setUserInfo()}return(0,m.default)(e,[{key:"linkWithTicket",value:function(e){if("string"!=typeof e)throw new be({code:"PARAM_ERROR",message:"ticket must be string"});return this._request.send("auth.linkWithTicket",{ticket:e})}},{key:"linkWithRedirect",value:function(e){e.signInWithRedirect()}},{key:"updatePassword",value:function(e,t){return this._request.send("auth.updatePassword",{oldPassword:t,newPassword:e})}},{key:"updateEmail",value:function(e){return this._request.send("auth.updateEmail",{newEmail:e})}},{key:"updateUsername",value:function(e){if("string"!=typeof e)throw new be({code:"PARAM_ERROR",message:"username must be a string"});return this._request.send("auth.updateUsername",{username:e})}},{key:"getLinkedUidList",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n,r,i;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getLinkedUidList",{});case 2:return t=e.sent,n=t.data,r=!1,i=n.users,e.abrupt("return",(i.forEach((function(e){e.wxOpenId&&e.wxPublicId&&(r=!0)})),{users:i,hasPrimaryUid:r}));case 7:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"setPrimaryUid",value:function(e){return this._request.send("auth.setPrimaryUid",{uid:e})}},{key:"unlink",value:function(e){return this._request.send("auth.unlink",{platform:e})}},{key:"update",value:function(){var e=(0,d.default)(o.default.mark((function e(t){var n,r,i,a,s,c,l,u;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=t.nickName,r=t.gender,i=t.avatarUrl,a=t.province,s=t.country,c=t.city,e.next=8,this._request.send("auth.updateUserInfo",{nickName:n,gender:r,avatarUrl:i,province:a,country:s,city:c});case 8:l=e.sent,u=l.data,this.setLocalUserInfo(u);case 11:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"refresh",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.send("auth.getUserInfo",{});case 2:return t=e.sent,n=t.data,e.abrupt("return",(this.setLocalUserInfo(n),n));case 5:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"setUserInfo",value:function(){var e=this,t=this._cache.keys.userInfoKey,n=this._cache.getStore(t);["uid","loginType","openid","wxOpenId","wxPublicId","unionId","qqMiniOpenId","email","hasPassword","customUserId","nickName","gender","avatarUrl"].forEach((function(t){e[t]=n[t]})),this.location={country:n.country,province:n.province,city:n.city}}},{key:"setLocalUserInfo",value:function(e){var t=this._cache.keys.userInfoKey;this._cache.setStore(t,e),this.setUserInfo()}}]),e}(),gt=function(){function e(t){if((0,y.default)(this,e),!t)throw new be({code:"PARAM_ERROR",message:"envId is not defined"});this._cache=Ve(t);var n=this._cache.keys,r=n.refreshTokenKey,i=n.accessTokenKey,a=n.accessTokenExpireKey,o=this._cache.getStore(r),s=this._cache.getStore(i),c=this._cache.getStore(a);this.credential={refreshToken:o,accessToken:s,accessTokenExpire:c},this.user=new pt(t)}return(0,m.default)(e,[{key:"isAnonymousAuth",get:function(){return this.loginType===et.ANONYMOUS}},{key:"isCustomAuth",get:function(){return this.loginType===et.CUSTOM}},{key:"isWeixinAuth",get:function(){return this.loginType===et.WECHAT||this.loginType===et.WECHAT_OPEN||this.loginType===et.WECHAT_PUBLIC}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}}]),e}(),vt=function(e){(0,h.default)(n,e);var t=A(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,m.default)(n,[{key:"signIn",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n,r,i,a,s,c;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._cache.updatePersistence("local"),t=this._cache.keys,n=t.anonymousUuidKey,r=t.refreshTokenKey,i=this._cache.getStore(n)||void 0,a=this._cache.getStore(r)||void 0,e.next=8,this._request.send("auth.signInAnonymously",{anonymous_uuid:i,refresh_token:a});case 8:if(s=e.sent,!s.uuid||!s.refresh_token){e.next=20;break}return this._setAnonymousUUID(s.uuid),this.setRefreshToken(s.refresh_token),e.next=14,this._request.refreshAccessToken();case 14:return Qe(tt),Qe(rt,{env:this.config.env,loginType:et.ANONYMOUS,persistence:"local"}),c=new gt(this.config.env),e.next=19,c.user.refresh();case 19:return e.abrupt("return",c);case 20:throw new be({message:"匿名登录失败"});case 21:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"linkAndRetrieveDataWithTicket",value:function(){var e=(0,d.default)(o.default.mark((function e(t){var n,r,i,a,s,c;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=this._cache.keys,r=n.anonymousUuidKey,i=n.refreshTokenKey,a=this._cache.getStore(r),s=this._cache.getStore(i),e.next=7,this._request.send("auth.linkAndRetrieveDataWithTicket",{anonymous_uuid:a,refresh_token:s,ticket:t});case 7:if(c=e.sent,!c.refresh_token){e.next=16;break}return this._clearAnonymousUUID(),this.setRefreshToken(c.refresh_token),e.next=13,this._request.refreshAccessToken();case 13:return Qe(it,{env:this.config.env}),Qe(rt,{loginType:et.CUSTOM,persistence:"local"}),e.abrupt("return",{credential:{refreshToken:c.refresh_token}});case 16:throw new be({message:"匿名转化失败"});case 17:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"_setAnonymousUUID",value:function(e){var t=this._cache.keys,n=t.anonymousUuidKey,r=t.loginTypeKey;this._cache.removeStore(n),this._cache.setStore(n,e),this._cache.setStore(r,et.ANONYMOUS)}},{key:"_clearAnonymousUUID",value:function(){this._cache.removeStore(this._cache.keys.anonymousUuidKey)}}]),n}(ht),yt=function(e){(0,h.default)(n,e);var t=A(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,m.default)(n,[{key:"signIn",value:function(){var e=(0,d.default)(o.default.mark((function e(t){var n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new be({code:"PARAM_ERROR",message:"ticket must be a string"});case 2:return n=this._cache.keys.refreshTokenKey,e.next=5,this._request.send("auth.signInWithTicket",{ticket:t,refresh_token:this._cache.getStore(n)||""});case 5:if(r=e.sent,!r.refresh_token){e.next=15;break}return this.setRefreshToken(r.refresh_token),e.next=10,this._request.refreshAccessToken();case 10:return Qe(tt),Qe(rt,{env:this.config.env,loginType:et.CUSTOM,persistence:this.config.persistence}),e.next=14,this.refreshUserInfo();case 14:return e.abrupt("return",new gt(this.config.env));case 15:throw new be({message:"自定义登录失败"});case 16:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()}]),n}(ht),mt=function(e){(0,h.default)(n,e);var t=A(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,m.default)(n,[{key:"signIn",value:function(){var e=(0,d.default)(o.default.mark((function e(t,n){var r,i,a,s,c;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new be({code:"PARAM_ERROR",message:"email must be a string"});case 2:return r=this._cache.keys.refreshTokenKey,e.next=5,this._request.send("auth.signIn",{loginType:"EMAIL",email:t,password:n,refresh_token:this._cache.getStore(r)||""});case 5:if(i=e.sent,a=i.refresh_token,s=i.access_token,c=i.access_token_expire,!a){e.next=22;break}if(this.setRefreshToken(a),!s||!c){e.next=15;break}this.setAccessToken(s,c),e.next=17;break;case 15:return e.next=17,this._request.refreshAccessToken();case 17:return e.next=19,this.refreshUserInfo();case 19:return Qe(tt),Qe(rt,{env:this.config.env,loginType:et.EMAIL,persistence:this.config.persistence}),e.abrupt("return",new gt(this.config.env));case 22:throw i.code?new be({code:i.code,message:"邮箱登录失败: ".concat(i.message)}):new be({message:"邮箱登录失败"});case 23:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()},{key:"activate",value:function(){var e=(0,d.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.activateEndUserMail",{token:t}));case 1:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"resetPasswordWithToken",value:function(){var e=(0,d.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.resetPasswordWithToken",{token:t,newPassword:n}));case 1:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()}]),n}(ht),xt=function(e){(0,h.default)(n,e);var t=A(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,m.default)(n,[{key:"signIn",value:function(){var e=(0,d.default)(o.default.mark((function e(t,n){var r,i,a,s,c;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new be({code:"PARAM_ERROR",message:"username must be a string"});case 2:return"string"!=typeof n&&(n="",console.warn("password is empty")),r=this._cache.keys.refreshTokenKey,e.next=6,this._request.send("auth.signIn",{loginType:et.USERNAME,username:t,password:n,refresh_token:this._cache.getStore(r)||""});case 6:if(i=e.sent,a=i.refresh_token,s=i.access_token_expire,c=i.access_token,!a){e.next=23;break}if(this.setRefreshToken(a),!c||!s){e.next=16;break}this.setAccessToken(c,s),e.next=18;break;case 16:return e.next=18,this._request.refreshAccessToken();case 18:return e.next=20,this.refreshUserInfo();case 20:return Qe(tt),Qe(rt,{env:this.config.env,loginType:et.USERNAME,persistence:this.config.persistence}),e.abrupt("return",new gt(this.config.env));case 23:throw i.code?new be({code:i.code,message:"用户名密码登录失败: ".concat(i.message)}):new be({message:"用户名密码登录失败"});case 24:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()}]),n}(ht),_t=function(){function e(t){(0,y.default)(this,e),this.config=t,this._cache=Ve(t.env),this._request=ft(t.env),this._onAnonymousConverted=this._onAnonymousConverted.bind(this),this._onLoginTypeChanged=this._onLoginTypeChanged.bind(this),Ye(rt,this._onLoginTypeChanged)}return(0,m.default)(e,[{key:"currentUser",get:function(){var e=this.hasLoginState();return e&&e.user||null}},{key:"loginType",get:function(){return this._cache.getStore(this._cache.keys.loginTypeKey)}},{key:"anonymousAuthProvider",value:function(){return new vt(this.config)}},{key:"customAuthProvider",value:function(){return new yt(this.config)}},{key:"emailAuthProvider",value:function(){return new mt(this.config)}},{key:"usernameAuthProvider",value:function(){return new xt(this.config)}},{key:"signInAnonymously",value:function(){var e=(0,d.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new vt(this.config).signIn());case 1:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"signInWithEmailAndPassword",value:function(){var e=(0,d.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new mt(this.config).signIn(t,n));case 1:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()},{key:"signInWithUsernameAndPassword",value:function(e,t){return new xt(this.config).signIn(e,t)}},{key:"linkAndRetrieveDataWithTicket",value:function(){var e=(0,d.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return this._anonymousAuthProvider||(this._anonymousAuthProvider=new vt(this.config)),Ye(it,this._onAnonymousConverted),e.next=3,this._anonymousAuthProvider.linkAndRetrieveDataWithTicket(t);case 3:return e.abrupt("return",e.sent);case 4:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"signOut",value:function(){var e=(0,d.default)(o.default.mark((function e(){var t,n,r,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(this.loginType!==et.ANONYMOUS){e.next=2;break}throw new be({message:"匿名用户不支持登出操作"});case 2:if(t=this._cache.keys,n=t.refreshTokenKey,r=t.accessTokenKey,i=t.accessTokenExpireKey,a=this._cache.getStore(n),a){e.next=5;break}return e.abrupt("return");case 5:return e.next=7,this._request.send("auth.logout",{refresh_token:a});case 7:return s=e.sent,e.abrupt("return",(this._cache.removeStore(n),this._cache.removeStore(r),this._cache.removeStore(i),Qe(tt),Qe(rt,{env:this.config.env,loginType:et.NULL,persistence:this.config.persistence}),s));case 9:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"signUpWithEmailAndPassword",value:function(){var e=(0,d.default)(o.default.mark((function e(t,n){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.signUpWithEmailAndPassword",{email:t,password:n}));case 1:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()},{key:"sendPasswordResetEmail",value:function(){var e=(0,d.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this._request.send("auth.sendPasswordResetEmail",{email:t}));case 1:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"onLoginStateChanged",value:function(e){var t=this;Ye(tt,(function(){var n=t.hasLoginState();e.call(t,n)}));var n=this.hasLoginState();e.call(this,n)}},{key:"onLoginStateExpired",value:function(e){Ye(nt,e.bind(this))}},{key:"onAccessTokenRefreshed",value:function(e){Ye(at,e.bind(this))}},{key:"onAnonymousConverted",value:function(e){Ye(it,e.bind(this))}},{key:"onLoginTypeChanged",value:function(e){var t=this;Ye(rt,(function(){var n=t.hasLoginState();e.call(t,n)}))}},{key:"getAccessToken",value:function(){var e=(0,d.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.next=2,this._request.getAccessToken();case 2:return e.t0=e.sent.accessToken,e.t1=this.config.env,e.abrupt("return",{accessToken:e.t0,env:e.t1});case 5:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"hasLoginState",value:function(){var e=this._cache.keys.refreshTokenKey;return this._cache.getStore(e)?new gt(this.config.env):null}},{key:"isUsernameRegistered",value:function(){var e=(0,d.default)(o.default.mark((function e(t){var n,r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if("string"==typeof t){e.next=2;break}throw new be({code:"PARAM_ERROR",message:"username must be a string"});case 2:return e.next=4,this._request.send("auth.isUsernameRegistered",{username:t});case 4:return n=e.sent,r=n.data,e.abrupt("return",r&&r.isRegistered);case 7:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"getLoginState",value:function(){return Promise.resolve(this.hasLoginState())}},{key:"signInWithTicket",value:function(){var e=(0,d.default)(o.default.mark((function e(t){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",new yt(this.config).signIn(t));case 1:case"end":return e.stop()}}),e,this)})));return function(t){return e.apply(this,arguments)}}()},{key:"shouldRefreshAccessToken",value:function(e){this._request._shouldRefreshAccessTokenHook=e.bind(this)}},{key:"getUserInfo",value:function(){return this._request.send("auth.getUserInfo",{}).then((function(e){return e.code?e:k(k({},e.data),{},{requestId:e.seqId})}))}},{key:"getAuthHeader",value:function(){var e=this._cache.keys,t=e.refreshTokenKey,n=e.accessTokenKey,r=this._cache.getStore(t);return{"x-cloudbase-credentials":this._cache.getStore(n)+"/@@/"+r}}},{key:"_onAnonymousConverted",value:function(e){var t=e.data.env;t===this.config.env&&this._cache.updatePersistence(this.config.persistence)}},{key:"_onLoginTypeChanged",value:function(e){var t=e.data,n=t.loginType,r=t.persistence,i=t.env;i===this.config.env&&(this._cache.updatePersistence(r),this._cache.setStore(this._cache.keys.loginTypeKey,n))}}]),e}(),bt=function(e,t){t=t||je();var n=ft(this.config.env),r=e.cloudPath,i=e.filePath,a=e.onUploadProgress,o=e.fileType,s=void 0===o?"image":o;return n.send("storage.getUploadMetadata",{path:r}).then((function(e){var o=e.data,c=o.url,l=o.authorization,u=o.token,d=o.fileId,f=o.cosFileId,h=e.requestId,p={key:r,signature:l,"x-cos-meta-fileid":f,success_action_status:"201","x-cos-security-token":u};n.upload({url:c,data:p,file:i,name:r,fileType:s,onUploadProgress:a}).then((function(e){201===e.statusCode?t(null,{fileID:d,requestId:h}):t(new be({code:"STORAGE_REQUEST_FAIL",message:"STORAGE_REQUEST_FAIL: ".concat(e.data)}))})).catch((function(e){t(e)}))})).catch((function(e){t(e)})),t.promise},wt=function(e,t){t=t||je();var n=ft(this.config.env),r=e.cloudPath;return n.send("storage.getUploadMetadata",{path:r}).then((function(e){t(null,e)})).catch((function(e){t(e)})),t.promise},St=function(e,t){var n=e.fileList;if(t=t||je(),!n||!Array.isArray(n))return{code:"INVALID_PARAM",message:"fileList必须是非空的数组"};var r,i=b(n);try{for(i.s();!(r=i.n()).done;){var a=r.value;if(!a||"string"!=typeof a)return{code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"}}}catch(s){i.e(s)}finally{i.f()}var o={fileid_list:n};return ft(this.config.env).send("storage.batchDeleteFile",o).then((function(e){e.code?t(null,e):t(null,{fileList:e.data.delete_list,requestId:e.requestId})})).catch((function(e){t(e)})),t.promise},kt=function(e,t){var n=e.fileList;t=t||je(),n&&Array.isArray(n)||t(null,{code:"INVALID_PARAM",message:"fileList必须是非空的数组"});var r,i=[],a=b(n);try{for(a.s();!(r=a.n()).done;){var o=r.value;"object"==(0,l.default)(o)?(o.hasOwnProperty("fileID")&&o.hasOwnProperty("maxAge")||t(null,{code:"INVALID_PARAM",message:"fileList的元素必须是包含fileID和maxAge的对象"}),i.push({fileid:o.fileID,max_age:o.maxAge})):"string"==typeof o?i.push({fileid:o}):t(null,{code:"INVALID_PARAM",message:"fileList的元素必须是字符串"})}}catch(c){a.e(c)}finally{a.f()}var s={file_list:i};return ft(this.config.env).send("storage.batchGetDownloadUrl",s).then((function(e){e.code?t(null,e):t(null,{fileList:e.data.download_list,requestId:e.requestId})})).catch((function(e){t(e)})),t.promise},At=function(){var e=(0,d.default)(o.default.mark((function e(t,n){var r,i,a,s;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return r=t.fileID,e.next=3,kt.call(this,{fileList:[{fileID:r,maxAge:600}]});case 3:if(i=e.sent.fileList[0],"SUCCESS"===i.code){e.next=6;break}return e.abrupt("return",n?n(i):new Promise((function(e){e(i)})));case 6:if(a=ft(this.config.env),s=i.download_url,s=encodeURI(s),n){e.next=10;break}return e.abrupt("return",a.download({url:s}));case 10:return e.t0=n,e.next=13,a.download({url:s});case 13:e.t1=e.sent,(0,e.t0)(e.t1);case 15:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}(),Pt=function(e,t){var n,r=e.name,i=e.data,a=e.query,o=e.parse,s=e.search,c=t||je();try{n=i?JSON.stringify(i):""}catch(r){return Promise.reject(r)}if(!r)return Promise.reject(new be({code:"PARAM_ERROR",message:"函数名不能为空"}));var l={inQuery:a,parse:o,search:s,function_name:r,request_data:n};return ft(this.config.env).send("functions.invokeFunction",l).then((function(e){if(e.code)c(null,e);else{var t=e.data.response_data;if(o)c(null,{result:t,requestId:e.requestId});else try{t=JSON.parse(e.data.response_data),c(null,{result:t,requestId:e.requestId})}catch(e){c(new be({message:"response data must be json"}))}}return c.promise})).catch((function(e){c(e)})),c.promise},Tt={timeout:15e3,persistence:"session"},Ct={},Ot=function(){function e(t){(0,y.default)(this,e),this.config=t||this.config,this.authObj=void 0}return(0,m.default)(e,[{key:"init",value:function(t){switch(Ue.adapter||(this.requestClient=new Ue.adapter.reqClass({timeout:t.timeout||5e3,timeoutMsg:"请求在".concat((t.timeout||5e3)/1e3,"s内未完成,已中断")})),this.config=k(k({},Tt),t),!0){case this.config.timeout>6e5:console.warn("timeout大于可配置上限[10分钟],已重置为上限数值"),this.config.timeout=6e5;break;case this.config.timeout<100:console.warn("timeout小于可配置下限[100ms],已重置为下限数值"),this.config.timeout=100}return new e(this.config)}},{key:"auth",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.persistence;if(this.authObj)return this.authObj;var n,r=t||Ue.adapter.primaryStorage||Tt.persistence;return r!==this.config.persistence&&(this.config.persistence=r),function(e){var t=e.env;He[t]=new qe(e),Ge[t]=new qe(k(k({},e),{},{persistence:"local"}))}(this.config),n=this.config,dt[n.env]=new ut(n),this.authObj=new _t(this.config),this.authObj}},{key:"on",value:function(e,t){return Ye.apply(this,[e,t])}},{key:"off",value:function(e,t){return Ze.apply(this,[e,t])}},{key:"callFunction",value:function(e,t){return Pt.apply(this,[e,t])}},{key:"deleteFile",value:function(e,t){return St.apply(this,[e,t])}},{key:"getTempFileURL",value:function(e,t){return kt.apply(this,[e,t])}},{key:"downloadFile",value:function(e,t){return At.apply(this,[e,t])}},{key:"uploadFile",value:function(e,t){return bt.apply(this,[e,t])}},{key:"getUploadMetadata",value:function(e,t){return wt.apply(this,[e,t])}},{key:"registerExtension",value:function(e){Ct[e.name]=e}},{key:"invokeExtension",value:function(){var e=(0,d.default)(o.default.mark((function e(t,n){var r;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(r=Ct[t],r){e.next=3;break}throw new be({message:"扩展".concat(t," 必须先注册")});case 3:return e.next=5,r.invoke(n,this);case 5:return e.abrupt("return",e.sent);case 6:case"end":return e.stop()}}),e,this)})));return function(t,n){return e.apply(this,arguments)}}()},{key:"useAdapters",value:function(e){var t=function(e){var t,n,r=(t=e,"[object Array]"===Object.prototype.toString.call(t)?e:[e]),i=b(r);try{for(i.s();!(n=i.n()).done;){var a=n.value,o=a.isMatch,s=a.genAdapter,c=a.runtime;if(o())return{adapter:s(),runtime:c}}}catch(l){i.e(l)}finally{i.f()}}(e)||{},n=t.adapter,r=t.runtime;n&&(Ue.adapter=n),r&&(Ue.runtime=r)}}]),e}(),Dt=new Ot;function Mt(e,t,n){void 0===n&&(n={});var r=/\?/.test(t),i="";for(var a in n)""===i?!r&&(t+="?"):i+="&",i+=a+"="+encodeURIComponent(n[a]);return/^http(s)?:\/\//.test(t+=i)?t:""+e+t}var Lt=function(){function e(){(0,y.default)(this,e)}return(0,m.default)(e,[{key:"post",value:function(e){var t=e.url,n=e.data,r=e.headers;return new Promise((function(e,i){we.request({url:Mt("https:",t),data:n,method:"POST",header:r,success:function(t){e(t)},fail:function(e){i(e)}})}))}},{key:"upload",value:function(e){return new Promise((function(t,n){var r=e.url,i=e.file,a=e.data,o=e.headers,s=e.fileType,c=we.uploadFile({url:Mt("https:",r),name:"file",formData:Object.assign({},a),filePath:i,fileType:s,header:o,success:function(e){var n={statusCode:e.statusCode,data:e.data||{}};200===e.statusCode&&a.success_action_status&&(n.statusCode=parseInt(a.success_action_status,10)),t(n)},fail:function(e){n(new Error(e.errMsg||"uploadFile:fail"))}});"function"==typeof e.onUploadProgress&&c&&"function"==typeof c.onProgressUpdate&&c.onProgressUpdate((function(t){e.onUploadProgress({loaded:t.totalBytesSent,total:t.totalBytesExpectedToSend})}))}))}}]),e}(),It={setItem:function(e,t){we.setStorageSync(e,t)},getItem:function(e){return we.getStorageSync(e)},removeItem:function(e){we.removeStorageSync(e)},clear:function(){we.clearStorageSync()}},Et={genAdapter:function(){return{root:{},reqClass:Lt,localStorage:It,primaryStorage:"local"}},isMatch:function(){return!0},runtime:"uni_app"};Dt.useAdapters(Et);var Ft=Dt,Rt=Ft.init;Ft.init=function(e){e.env=e.spaceId;var t=Rt.call(this,e);t.config.provider="tencent",t.config.spaceId=e.spaceId;var n=t.auth;return t.auth=function(e){var t=n.call(this,e);return["linkAndRetrieveDataWithTicket","signInAnonymously","signOut","getAccessToken","getLoginState","signInWithTicket","getUserInfo"].forEach((function(e){var n;t[e]=(n=t[e],function(e){e=e||{};var t=me(e),r=t.success,i=t.fail,a=t.complete;if(!(r||i||a))return n.call(this,e);n.call(this,e).then((function(e){r&&r(e),a&&a(e)}),(function(e){i&&i(e),a&&a(e)}))}).bind(t)})),t},t.customAuth=t.auth,t};var jt=Ft,$t=function(e){(0,h.default)(n,e);var t=A(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,m.default)(n,[{key:"getAccessToken",value:function(){var e=this;return new Promise((function(t,n){var r="Anonymous_Access_token";e.setAccessToken(r),t(r)}))}},{key:"setupRequest",value:function(e,t){var n=Object.assign({},e,{spaceId:this.config.spaceId,timestamp:Date.now()}),r={"Content-Type":"application/json"};"auth"!==t&&(n.token=this.accessToken,r["x-basement-token"]=this.accessToken),r["x-serverless-sign"]=Ce.sign(n,this.config.clientSecret);var i=Pe();r["x-client-info"]=encodeURIComponent(JSON.stringify(i));var a=Se(),o=a.token;return r["x-client-token"]=o,{url:this.config.requestUrl,method:"POST",data:n,dataType:"json",header:JSON.parse(JSON.stringify(r))}}},{key:"uploadFileToOSS",value:function(e){var t=this,n=e.url,r=e.formData,i=e.name,a=e.filePath,o=e.fileType,s=e.onUploadProgress;return new Promise((function(e,c){var l=t.adapter.uploadFile({url:n,formData:r,name:i,filePath:a,fileType:o,success:function(t){t&&t.statusCode<400?e(t):c(new be({code:"UPLOAD_FAILED",message:"文件上传失败"}))},fail:function(e){c(new be({code:e.code||"UPLOAD_FAILED",message:e.message||e.errMsg||"文件上传失败"}))}});"function"==typeof s&&l&&"function"==typeof l.onProgressUpdate&&l.onProgressUpdate((function(e){s({loaded:e.totalBytesSent,total:e.totalBytesExpectedToSend})}))}))}},{key:"uploadFile",value:function(e){var t,n=this,r=e.filePath,i=e.cloudPath,a=e.fileType,o=void 0===a?"image":a,s=e.onUploadProgress;if(!i)throw new be({code:"CLOUDPATH_REQUIRED",message:"cloudPath不可为空"});return this.getOSSUploadOptionsFromPath({cloudPath:i}).then((function(e){var i=e.result,a=i.url,c=i.formData,l=i.name;t=e.result.fileUrl;var u={url:a,formData:c,name:l,filePath:r,fileType:o};return n.uploadFileToOSS(Object.assign({},u,{onUploadProgress:s}))})).then((function(){return n.reportOSSUpload({cloudPath:i})})).then((function(e){return new Promise((function(n,i){e.success?n({success:!0,filePath:r,fileID:t}):i(new be({code:"UPLOAD_FAILED",message:"文件上传失败"}))}))}))}},{key:"deleteFile",value:function(e){var t=e.fileList,n={method:"serverless.file.resource.delete",params:JSON.stringify({fileList:t})};return this.request(this.setupRequest(n)).then((function(e){if(e.success)return e.result;throw new be({code:"DELETE_FILE_FAILED",message:"删除文件失败"})}))}},{key:"getTempFileURL",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.fileList;if(!Array.isArray(t)||0===t.length)throw new be({code:"INVALID_PARAM",message:"fileList的元素必须是非空的字符串"});var n={method:"serverless.file.resource.getTempFileURL",params:JSON.stringify({fileList:t})};return this.request(this.setupRequest(n)).then((function(e){if(e.success)return{fileList:e.result.fileList.map((function(e){return{fileID:e.fileID,tempFileURL:e.tempFileURL}}))};throw new be({code:"GET_TEMP_FILE_URL_FAILED",message:"获取临时文件链接失败"})}))}}]),n}(Le),Nt={init:function(e){var t=new $t(e),n={signInAnonymously:function(){return t.authorize()},getLoginState:function(){return Promise.resolve(!1)}};return t.auth=function(){return n},t.customAuth=t.auth,t}};function Ut(e){var t,n=e.data;t=Pe();var r=JSON.parse(JSON.stringify(n||{}));if(Object.assign(r,{clientInfo:t}),!r.uniIdToken){var i=Se(),a=i.token;a&&(r.uniIdToken=a)}return r}var Bt=[{rule:/fc_function_not_found|FUNCTION_NOT_FOUND/,content:",云函数[{functionName}]在云端不存在,请检查此云函数名称是否正确以及该云函数是否已上传到服务空间",mode:"append"}],zt=/[\\^$.*+?()[\]{}|]/g,Wt=RegExp(zt.source);function qt(e,t,n){return e.replace(new RegExp((r=t)&&Wt.test(r)?r.replace(zt,"\\$&"):r,"g"),n);var r}var Ht="request",Gt="response";var Vt;Vt="0123456789abcdef";var Kt={code:2e4,message:"System error"},Jt={code:20101,message:"Invalid client"};function Xt(e){var t=e||{},n=t.errSubject,r=t.subject,i=t.errCode,a=t.errMsg,o=t.code,s=t.message,c=t.cause;return new be({subject:n||r||"uni-secure-network",code:i||o||Kt.code,message:a||s,cause:c})}var Yt;function Qt(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.secretType;return t===Ht||t===Gt||"both"===t}function Zt(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.name,n=e.data,r=void 0===n?{}:n;return"app"===V&&"DCloud-clientDB"===t&&"encryption"===r.redirectTo&&"getAppClientKey"===r.action}function en(e){e.functionName,e.result,e.logPvd}function tn(e){var t=e.callFunction,n=function(n){var r=this,i=n.name;n.data=Ut.call(e,{data:n.data});var a={aliyun:"aliyun",tencent:"tcb",tcb:"tcb"}[this.config.provider],o=Qt(n),s=Zt(n),c=o||s;return t.call(this,n).then((function(e){return e.errCode=0,!c&&en.call(r,{functionName:i,result:e,logPvd:a}),Promise.resolve(e)}),(function(e){return!c&&en.call(r,{functionName:i,result:e,logPvd:a}),e&&e.message&&(e.message=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.message,n=void 0===t?"":t,r=e.extraInfo,i=void 0===r?{}:r,a=e.formatter,o=void 0===a?[]:a,s=0;s<o.length;s++){var c=o[s],l=c.rule,u=c.content,d=c.mode,f=n.match(l);if(f){for(var h=u,p=1;p<f.length;p++)h=qt(h,"{$".concat(p,"}"),f[p]);for(var g in i)h=qt(h,"{".concat(g,"}"),i[g]);return"replace"===d?h:n+h}}return n}({message:"[".concat(n.name,"]: ").concat(e.message),formatter:Bt,extraInfo:{functionName:i}})),Promise.reject(e)}))};e.callFunction=function(t){var r,i,a=e.config,o=a.provider,s=a.spaceId,c=t.name;return t.data=t.data||{},r=n,r=r.bind(e),i=Zt(t)?n.call(e,t):function(e){var t=e.name,n=e.data,r=void 0===n?{}:n;return"mp-weixin"===V&&"uni-id-co"===t&&"secureNetworkHandshakeByWeixin"===r.method}(t)?r.call(e,t):Qt(t)?new Yt({secretType:t.secretType,uniCloudIns:e}).wrapEncryptDataCallFunction(n.bind(e))(t):function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.provider,n=e.spaceId,r=e.functionName,i=Ae(),a=i.appId,o=i.uniPlatform,s=i.osName,c=o;"app"===o&&(c=s);var l=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.provider,n=e.spaceId,r=G;if(!r)return{};t=function(e){return"tencent"===e?"tcb":e}(t);var i=r.find((function(e){return e.provider===t&&e.spaceId===n}));return i&&i.config}({provider:t,spaceId:n});if(!l||!l.accessControl||!l.accessControl.enable)return!1;var u=l.accessControl.function||{},d=Object.keys(u);if(0===d.length)return!0;var f=function(e,t){for(var n,r,i,a=0;a<e.length;a++){var o=e[a];o!==t?"*"!==o?o.split(",").map((function(e){return e.trim()})).indexOf(t)>-1&&(r=o):i=o:n=o}return n||r||i}(d,r);if(!f)return!1;if((u[f]||[]).find((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return e.appId===a&&(e.platform||"").toLowerCase()===c.toLowerCase()})))return!0;throw console.error("此应用[appId: ".concat(a,", platform: ").concat(c,"]不在云端配置的允许访问的应用列表内,参考:https://uniapp.dcloud.net.cn/uniCloud/secure-network.html#verify-client")),Xt(Jt)}({provider:o,spaceId:s,functionName:c})?new Yt({secretType:t.secretType,uniCloudIns:e}).wrapVerifyClientCallFunction(n.bind(e))(t):r(t),Object.defineProperty(i,"result",{get:function(){return console.warn("当前返回结果为Promise类型,不可直接访问其result属性,详情请参考:https://uniapp.dcloud.net.cn/uniCloud/faq?id=promise"),{}}}),i}}Yt="mp-weixin"!==V&&"app"!==V?function(){return(0,m.default)((function e(){throw(0,y.default)(this,e),Xt({message:"Platform ".concat(V," is not supported by secure network")})}))}():function(){return(0,m.default)((function e(){throw(0,y.default)(this,e),Xt({message:"Platform ".concat(V," is not enabled, please check whether secure network module is enabled in your manifest.json")})}))}();var nn=Symbol("CLIENT_DB_INTERNAL");function rn(e,t){return e.then="DoNotReturnProxyWithAFunctionNamedThen",e._internalType=nn,e.inspect=null,e.__ob__=void 0,new Proxy(e,{get:function(e,n,r){if("_uniClient"===n)return null;if("symbol"==(0,l.default)(n))return e[n];if(n in e||"string"!=typeof n){var i=e[n];return"function"==typeof i?i.bind(e):i}return t.get(e,n,r)}})}function an(e){return{on:function(t,n){e[t]=e[t]||[],e[t].indexOf(n)>-1||e[t].push(n)},off:function(t,n){e[t]=e[t]||[];var r=e[t].indexOf(n);-1!==r&&e[t].splice(r,1)}}}var on=["db.Geo","db.command","command.aggregate"];function sn(e,t){return on.indexOf("".concat(e,".").concat(t))>-1}function cn(e){switch(j(e)){case"array":return e.map((function(e){return cn(e)}));case"object":return e._internalType===nn||Object.keys(e).forEach((function(t){e[t]=cn(e[t])})),e;case"regexp":return{$regexp:{source:e.source,flags:e.flags}};case"date":return{$date:e.toISOString()};default:return e}}function ln(e){return e&&e.content&&e.content.$method}var un=function(){function e(t,n,r){(0,y.default)(this,e),this.content=t,this.prevStage=n||null,this.udb=null,this._database=r}return(0,m.default)(e,[{key:"toJSON",value:function(){for(var e=this,t=[e.content];e.prevStage;)e=e.prevStage,t.push(e.content);return{$db:t.reverse().map((function(e){return{$method:e.$method,$param:cn(e.$param)}}))}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}},{key:"getAction",value:function(){var e=this.toJSON().$db.find((function(e){return"action"===e.$method}));return e&&e.$param&&e.$param[0]}},{key:"getCommand",value:function(){return{$db:this.toJSON().$db.filter((function(e){return"action"!==e.$method}))}}},{key:"isAggregate",get:function(){for(var e=this;e;){var t=ln(e),n=ln(e.prevStage);if("aggregate"===t&&"collection"===n||"pipeline"===t)return!0;e=e.prevStage}return!1}},{key:"isCommand",get:function(){for(var e=this;e;){if("command"===ln(e))return!0;e=e.prevStage}return!1}},{key:"isAggregateCommand",get:function(){for(var e=this;e;){var t=ln(e),n=ln(e.prevStage);if("aggregate"===t&&"command"===n)return!0;e=e.prevStage}return!1}},{key:"getNextStageFn",value:function(e){var t=this;return function(){return dn({$method:e,$param:cn(Array.from(arguments))},t,t._database)}}},{key:"count",get:function(){return this.isAggregate?this.getNextStageFn("count"):function(){return this._send("count",Array.from(arguments))}}},{key:"remove",get:function(){return this.isCommand?this.getNextStageFn("remove"):function(){return this._send("remove",Array.from(arguments))}}},{key:"get",value:function(){return this._send("get",Array.from(arguments))}},{key:"add",get:function(){return this.isCommand?this.getNextStageFn("add"):function(){return this._send("add",Array.from(arguments))}}},{key:"update",value:function(){return this._send("update",Array.from(arguments))}},{key:"end",value:function(){return this._send("end",Array.from(arguments))}},{key:"set",get:function(){return this.isCommand?this.getNextStageFn("set"):function(){throw new Error("JQL禁止使用set方法")}}},{key:"_send",value:function(e,t){var n=this.getAction(),r=this.getCommand();return r.$db.push({$method:e,$param:cn(t)}),this._database._callCloudFunction({action:n,command:r})}}]),e}();function dn(e,t,n){return rn(new un(e,t,n),{get:function(e,t){var r="db";return e&&e.content&&(r=e.content.$method),sn(r,t)?dn({$method:t},e,n):function(){return dn({$method:t,$param:cn(Array.from(arguments))},e,n)}}})}function fn(e){var t=e.path,n=e.method;return function(){function e(){(0,y.default)(this,e),this.param=Array.from(arguments)}return(0,m.default)(e,[{key:"toJSON",value:function(){return{$newDb:[].concat((0,u.default)(t.map((function(e){return{$method:e}}))),[{$method:n,$param:this.param}])}}},{key:"toString",value:function(){return JSON.stringify(this.toJSON())}}]),e}()}function hn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return rn(new e(t),{get:function(e,t){return sn("db",t)?dn({$method:t},null,e):function(){return dn({$method:t,$param:cn(Array.from(arguments))},null,e)}}})}var pn=function(e){(0,h.default)(n,e);var t=A(n);function n(){return(0,y.default)(this,n),t.apply(this,arguments)}return(0,m.default)(n,[{key:"_parseResult",value:function(e){return this._isJQL?e.result:e}},{key:"_callCloudFunction",value:function(e){var t=this,n=e.action,r=e.command,i=e.multiCommand,a=e.queryList;function o(e,t){if(i&&a)for(var n=0;n<a.length;n++){var r=a[n];r.udb&&"function"==typeof r.udb.setResult&&(t?r.udb.setResult(t):r.udb.setResult(e.result.dataList[n]))}}var s=this,c=this._isJQL?"databaseForJQL":"database";function l(e){return s._callback("error",[e]),te(ne(c,"fail"),e).then((function(){return te(ne(c,"complete"),e)})).then((function(){return o(null,e),pe(ae,{type:ce,content:e}),Promise.reject(e)}))}var u=te(ne(c,"invoke")),d=this._uniClient;return u.then((function(){return d.callFunction({name:"DCloud-clientDB",type:"CLIENT_DB",data:{action:n,command:r,multiCommand:i}})})).then((function(e){var n=e.result,r=n.code,i=n.message,a=n.token,u=n.tokenExpired,d=n.systemInfo,f=void 0===d?[]:d;if(f)for(var h=0;h<f.length;h++){var p=f[h],g=p.level,v=p.message,y=p.detail,m=console["app"===V&&"warn"===g?"error":g]||console.log,x="[System Info]"+v;y&&(x="".concat(x,"\n详细信息:").concat(y)),m(x)}if(r)return l(new be({code:r,message:i,requestId:e.requestId}));e.result.errCode=e.result.errCode||e.result.code,e.result.errMsg=e.result.errMsg||e.result.message,a&&u&&(ke({token:a,tokenExpired:u}),t._callbackAuth("refreshToken",[{token:a,tokenExpired:u}]),t._callback("refreshToken",[{token:a,tokenExpired:u}]),pe(se,{token:a,tokenExpired:u}));for(var _=[{prop:"affectedDocs",tips:"affectedDocs不再推荐使用,请使用inserted/deleted/updated/data.length替代"},{prop:"code",tips:"code不再推荐使用,请使用errCode替代"},{prop:"message",tips:"message不再推荐使用,请使用errMsg替代"}],b=function(t){var n=_[t],r=n.prop,i=n.tips;if(r in e.result){var a=e.result[r];Object.defineProperty(e.result,r,{get:function(){return console.warn(i),a}})}},w=0;w<_.length;w++)b(w);return function(e){return te(ne(c,"success"),e).then((function(){return te(ne(c,"complete"),e)})).then((function(){o(e,null);var t=s._parseResult(e);return pe(ae,{type:ce,content:t}),Promise.resolve(t)}))}(e)}),(function(e){return/fc_function_not_found|FUNCTION_NOT_FOUND/g.test(e.message)&&console.warn("clientDB未初始化,请在web控制台保存一次schema以开启clientDB"),l(new be({code:e.code||"SYSTEM_ERROR",message:e.message,requestId:e.requestId}))}))}}]),n}(function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.uniClient,r=void 0===n?{}:n,i=t.isJQL,a=void 0!==i&&i;(0,y.default)(this,e),this._uniClient=r,this._authCallBacks={},this._dbCallBacks={},r._isDefault&&(this._dbCallBacks=X("_globalUniCloudDatabaseCallback")),a||(this.auth=an(this._authCallBacks)),this._isJQL=a,Object.assign(this,an(this._dbCallBacks)),this.env=rn({},{get:function(e,t){return{$env:t}}}),this.Geo=rn({},{get:function(e,t){return fn({path:["Geo"],method:t})}}),this.serverDate=fn({path:[],method:"serverDate"}),this.RegExp=fn({path:[],method:"RegExp"})}return(0,m.default)(e,[{key:"getCloudEnv",value:function(e){if("string"!=typeof e||!e.trim())throw new Error("getCloudEnv参数错误");return{$env:e.replace("$cloudEnv_","")}}},{key:"_callback",value:function(e,t){var n=this._dbCallBacks;n[e]&&n[e].forEach((function(e){e.apply(void 0,(0,u.default)(t))}))}},{key:"_callbackAuth",value:function(e,t){var n=this._authCallBacks;n[e]&&n[e].forEach((function(e){e.apply(void 0,(0,u.default)(t))}))}},{key:"multiSend",value:function(){var e=Array.from(arguments),t=e.map((function(e){var t=e.getAction(),n=e.getCommand();if("getTemp"!==n.$db[n.$db.length-1].$method)throw new Error("multiSend只支持子命令内使用getTemp");return{action:t,command:n}}));return this._callCloudFunction({multiCommand:t,queryList:e})}}]),e}()),gn="token无效,跳转登录页面",vn="token过期,跳转登录页面",yn={TOKEN_INVALID_TOKEN_EXPIRED:vn,TOKEN_INVALID_INVALID_CLIENTID:gn,TOKEN_INVALID:gn,TOKEN_INVALID_WRONG_TOKEN:gn,TOKEN_INVALID_ANONYMOUS_USER:gn},mn={"uni-id-token-expired":vn,"uni-id-check-token-failed":gn,"uni-id-token-not-exist":gn,"uni-id-check-device-feature-failed":gn};function xn(e,t){var n="";return n=e?"".concat(e,"/").concat(t):t,n.replace(/^\//,"")}function _n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=[],r=[];return e.forEach((function(e){!0===e.needLogin?n.push(xn(t,e.path)):!1===e.needLogin&&r.push(xn(t,e.path))})),{needLoginPage:n,notNeedLoginPage:r}}function bn(e){return e.split("?")[0].replace(/^\//,"")}function wn(){return function(e){var t=e&&e.$page&&e.$page.fullPath||"";return t?("/"!==t.charAt(0)&&(t="/"+t),t):t}(function(){var e=getCurrentPages();return e[e.length-1]}())}function Sn(){return bn(wn())}function kn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!e)return!1;if(!(t&&t.list&&t.list.length))return!1;var n=t.list,r=bn(e);return n.some((function(e){return e.pagePath===r}))}var An,Pn=!!_.default.uniIdRouter,Tn=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:_.default,t=e.pages,n=void 0===t?[]:t,r=e.subPackages,i=void 0===r?[]:r,a=e.uniIdRouter,o=void 0===a?{}:a,s=e.tabBar,c=void 0===s?{}:s,l=o.loginPage,d=o.needLogin,f=void 0===d?[]:d,h=o.resToLogin,p=void 0===h||h,g=_n(n),v=g.needLoginPage,y=g.notNeedLoginPage,m=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=[],n=[];return e.forEach((function(e){var r=e.root,i=e.pages,a=void 0===i?[]:i,o=_n(a,r),s=o.needLoginPage,c=o.notNeedLoginPage;t.push.apply(t,(0,u.default)(s)),n.push.apply(n,(0,u.default)(c))})),{needLoginPage:t,notNeedLoginPage:n}}(i),x=m.needLoginPage,b=m.notNeedLoginPage;return{loginPage:l,routerNeedLogin:f,resToLogin:p,needLoginPage:[].concat((0,u.default)(v),(0,u.default)(x)),notNeedLoginPage:[].concat((0,u.default)(y),(0,u.default)(b)),loginPageInTabBar:kn(l,c)}}(),Cn=Tn.loginPage,On=Tn.routerNeedLogin,Dn=Tn.resToLogin,Mn=Tn.needLoginPage,Ln=Tn.notNeedLoginPage,In=Tn.loginPageInTabBar;if(Mn.indexOf(Cn)>-1)throw new Error("Login page [".concat(Cn,'] should not be "needLogin", please check your pages.json'));function En(e){var t=Sn();if("/"===e.charAt(0))return e;var n=e.split("?"),r=(0,c.default)(n,2),i=r[0],a=r[1],o=i.replace(/^\//,"").split("/"),s=t.split("/");s.pop();for(var l=0;l<o.length;l++){var u=o[l];".."===u?s.pop():"."!==u&&s.push(u)}return""===s[0]&&s.shift(),"/"+s.join("/")+(a?"?"+a:"")}function Fn(e){var t=bn(En(e));return!(Ln.indexOf(t)>-1)&&(Mn.indexOf(t)>-1||On.some((function(t){return function(e,t){return new RegExp(t).test(e)}(e,t)})))}function Rn(e){var t=e.redirect,n=bn(t),r=bn(Cn);return Sn()!==r&&n!==r}function jn(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.api,n=e.redirect;if(n&&Rn({redirect:n})){var i=function(e,t){return"/"!==e.charAt(0)&&(e="/"+e),t?e.indexOf("?")>-1?e+"&uniIdRedirectUrl=".concat(encodeURIComponent(t)):e+"?uniIdRedirectUrl=".concat(encodeURIComponent(t)):e}(Cn,n);In?"navigateTo"!==t&&"redirectTo"!==t||(t="switchTab"):"switchTab"===t&&(t="navigateTo");var a={navigateTo:r.navigateTo,redirectTo:r.redirectTo,switchTab:r.switchTab,reLaunch:r.reLaunch};setTimeout((function(){a[t]({url:i})}))}}function $n(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.url,n={abortLoginPageJump:!1,autoToLoginPage:!1},r=function(){var e,t=Se(),n=t.token,r=t.tokenExpired;if(n){if(r<Date.now()){var i="uni-id-token-expired";e={errCode:i,errMsg:mn[i]}}}else{var a="uni-id-check-token-failed";e={errCode:a,errMsg:mn[a]}}return e}();if(Fn(t)&&r){if(r.uniIdRedirectUrl=t,de(oe).length>0)return setTimeout((function(){pe(oe,r)}),0),n.abortLoginPageJump=!0,n;n.autoToLoginPage=!0}return n}function Nn(){!function(){var e=wn(),t=$n({url:e}),n=t.abortLoginPageJump,r=t.autoToLoginPage;n||r&&jn({api:"redirectTo",redirect:e})}();for(var e=["navigateTo","redirectTo","reLaunch","switchTab"],t=function(t){var n=e[t];r.addInterceptor(n,{invoke:function(e){var t=$n({url:e.url}),r=t.abortLoginPageJump,i=t.autoToLoginPage;return r?e:i?(jn({api:n,redirect:En(e.url)}),!1):e}})},n=0;n<e.length;n++)t(n)}function Un(){this.onResponse((function(e){var t=e.type,n=e.content,r=!1;switch(t){case"cloudobject":r=function(e){if("object"!=(0,l.default)(e))return!1;var t=e||{},n=t.errCode;return n in mn}(n);break;case"clientdb":r=function(e){if("object"!=(0,l.default)(e))return!1;var t=e||{},n=t.errCode;return n in yn}(n)}r&&function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=de(oe);ye().then((function(){var n=wn();if(n&&Rn({redirect:n}))return t.length>0?pe(oe,Object.assign({uniIdRedirectUrl:n},e)):void(Cn&&jn({api:"navigateTo",redirect:n}))}))}(n)}))}function Bn(e){!function(e){e.onResponse=function(e){fe(ae,e)},e.offResponse=function(e){he(ae,e)}}(e),function(e){e.onNeedLogin=function(e){fe(oe,e)},e.offNeedLogin=function(e){he(oe,e)},Pn&&(X("_globalUniCloudStatus").needLoginInit||(X("_globalUniCloudStatus").needLoginInit=!0,ye().then((function(){Nn.call(e)})),Dn&&Un.call(e)))}(e),function(e){e.onRefreshToken=function(e){fe(se,e)},e.offRefreshToken=function(e){he(se,e)}}(e)}var zn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",Wn=/^(?:[A-Za-z\d+/]{4})*?(?:[A-Za-z\d+/]{2}(?:==)?|[A-Za-z\d+/]{3}=?)?$/;function qn(){var e,t,n=Se().token||"",r=n.split(".");if(!n||3!==r.length)return{uid:null,role:[],permission:[],tokenExpired:0};try{e=JSON.parse((t=r[1],decodeURIComponent(An(t).split("").map((function(e){return"%"+("00"+e.charCodeAt(0).toString(16)).slice(-2)})).join(""))))}catch(n){throw new Error("获取当前用户信息出错,详细错误信息为:"+n.message)}return e.tokenExpired=1e3*e.exp,delete e.exp,delete e.iat,e}An="function"!=typeof atob?function(e){if(e=String(e).replace(/[\t\n\f\r ]+/g,""),!Wn.test(e))throw new Error("Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.");var t;e+="==".slice(2-(3&e.length));for(var n,r,i="",a=0;a<e.length;)t=zn.indexOf(e.charAt(a++))<<18|zn.indexOf(e.charAt(a++))<<12|(n=zn.indexOf(e.charAt(a++)))<<6|(r=zn.indexOf(e.charAt(a++))),i+=64===n?String.fromCharCode(t>>16&255):64===r?String.fromCharCode(t>>16&255,t>>8&255):String.fromCharCode(t>>16&255,t>>8&255,255&t);return i}:atob;var Hn=P((function(e,t){Object.defineProperty(t,"__esModule",{value:!0});var n="chooseAndUploadFile:ok",a="chooseAndUploadFile:fail";function o(e,t){return e.tempFiles.forEach((function(e,n){e.name||(e.name=e.path.substring(e.path.lastIndexOf("/")+1)),t&&(e.fileType=t),e.cloudPath=Date.now()+"_"+n+e.name.substring(e.name.lastIndexOf("."))})),e.tempFilePaths||(e.tempFilePaths=e.tempFiles.map((function(e){return e.path}))),e}function s(e,t,r){var i=r.onChooseFile,a=r.onUploadProgress;return t.then((function(e){if(i){var t=i(e);if(void 0!==t)return Promise.resolve(t).then((function(t){return void 0===t?e:t}))}return e})).then((function(t){return!1===t?{errMsg:n,tempFilePaths:[],tempFiles:[]}:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:5,i=arguments.length>3?arguments[3]:void 0;(t=Object.assign({},t)).errMsg=n;var a=t.tempFiles,o=a.length,s=0;return new Promise((function(n){for(;s<r;)c();function c(){var r=s++;if(r>=o)!a.find((function(e){return!e.url&&!e.errMsg}))&&n(t);else{var l=a[r];e.uploadFile({filePath:l.path,cloudPath:l.cloudPath,fileType:l.fileType,onUploadProgress:function(e){e.index=r,e.tempFile=l,e.tempFilePath=l.path,i&&i(e)}}).then((function(e){l.url=e.fileID,r<o&&c()})).catch((function(e){l.errMsg=e.errMsg||e.message,r<o&&c()}))}}}))}(e,t,5,a)}))}t.initChooseAndUploadFile=function(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{type:"all"};return"image"===t.type?s(e,function(e){var t=e.count,n=e.sizeType,i=e.sourceType,s=void 0===i?["album","camera"]:i,c=e.extension;return new Promise((function(e,i){r.chooseImage({count:t,sizeType:n,sourceType:s,extension:c,success:function(t){e(o(t,"image"))},fail:function(e){i({errMsg:e.errMsg.replace("chooseImage:fail",a)})}})}))}(t),t):"video"===t.type?s(e,function(e){var t=e.camera,n=e.compressed,i=e.maxDuration,s=e.sourceType,c=void 0===s?["album","camera"]:s,l=e.extension;return new Promise((function(e,s){r.chooseVideo({camera:t,compressed:n,maxDuration:i,sourceType:c,extension:l,success:function(t){var n=t.tempFilePath,r=t.duration,i=t.size,a=t.height,s=t.width;e(o({errMsg:"chooseVideo:ok",tempFilePaths:[n],tempFiles:[{name:t.tempFile&&t.tempFile.name||"",path:n,size:i,type:t.tempFile&&t.tempFile.type||"",width:s,height:a,duration:r,fileType:"video",cloudPath:""}]},"video"))},fail:function(e){s({errMsg:e.errMsg.replace("chooseVideo:fail",a)})}})}))}(t),t):s(e,function(e){var t=e.count,n=e.extension;return new Promise((function(e,s){var c=r.chooseFile;if("undefined"!=typeof i&&"function"==typeof i.chooseMessageFile&&(c=i.chooseMessageFile),"function"!=typeof c)return s({errMsg:a+" 请指定 type 类型,该平台仅支持选择 image 或 video。"});c({type:"all",count:t,extension:n,success:function(t){e(o(t))},fail:function(e){s({errMsg:e.errMsg.replace("chooseFile:fail",a)})}})}))}(t),t)}}})),Gn=function(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}(Hn);function Vn(e){return{props:{localdata:{type:Array,default:function(){return[]}},options:{type:[Object,Array],default:function(){return{}}},spaceInfo:{type:Object,default:function(){return{}}},collection:{type:[String,Array],default:""},action:{type:String,default:""},field:{type:String,default:""},orderby:{type:String,default:""},where:{type:[String,Object],default:""},pageData:{type:String,default:"add"},pageCurrent:{type:Number,default:1},pageSize:{type:Number,default:20},getcount:{type:[Boolean,String],default:!1},gettree:{type:[Boolean,String],default:!1},gettreepath:{type:[Boolean,String],default:!1},startwith:{type:String,default:""},limitlevel:{type:Number,default:10},groupby:{type:String,default:""},groupField:{type:String,default:""},distinct:{type:[Boolean,String],default:!1},foreignKey:{type:String,default:""},loadtime:{type:String,default:"auto"},manual:{type:Boolean,default:!1}},data:function(){return{mixinDatacomLoading:!1,mixinDatacomHasMore:!1,mixinDatacomResData:[],mixinDatacomErrorMessage:"",mixinDatacomPage:{}}},created:function(){var e=this;this.mixinDatacomPage={current:this.pageCurrent,size:this.pageSize,count:0},this.$watch((function(){var t=[];return["pageCurrent","pageSize","localdata","collection","action","field","orderby","where","getont","getcount","gettree","groupby","groupField","distinct"].forEach((function(n){t.push(e[n])})),t}),(function(t,n){if("manual"!==e.loadtime){for(var r=!1,i=[],a=2;a<t.length;a++)t[a]!==n[a]&&(i.push(t[a]),r=!0);t[0]!==n[0]&&(e.mixinDatacomPage.current=e.pageCurrent),e.mixinDatacomPage.size=e.pageSize,e.onMixinDatacomPropsChange(r,i)}}))},methods:{onMixinDatacomPropsChange:function(e,t){},mixinDatacomEasyGet:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.getone,r=void 0!==n&&n,i=t.success,a=t.fail;this.mixinDatacomLoading||(this.mixinDatacomLoading=!0,this.mixinDatacomErrorMessage="",this.mixinDatacomGet().then((function(t){e.mixinDatacomLoading=!1;var n=t.result,a=n.data,o=n.count;e.getcount&&(e.mixinDatacomPage.count=o),e.mixinDatacomHasMore=a.length<e.pageSize;var s=r?a.length?a[0]:void 0:a;e.mixinDatacomResData=s,i&&i(s)})).catch((function(t){e.mixinDatacomLoading=!1,e.mixinDatacomErrorMessage=t,a&&a(t)})))},mixinDatacomGet:function(){var t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=e.database(this.spaceInfo),i=n.action||this.action;i&&(r=r.action(i));var a=n.collection||this.collection;r=Array.isArray(a)?(t=r).collection.apply(t,(0,u.default)(a)):r.collection(a);var o=n.where||this.where;o&&Object.keys(o).length&&(r=r.where(o));var s=n.field||this.field;s&&(r=r.field(s));var c=n.foreignKey||this.foreignKey;c&&(r=r.foreignKey(c));var l=n.groupby||this.groupby;l&&(r=r.groupBy(l));var d=n.groupField||this.groupField;d&&(r=r.groupField(d)),!0===(void 0!==n.distinct?n.distinct:this.distinct)&&(r=r.distinct());var f=n.orderby||this.orderby;f&&(r=r.orderBy(f));var h=void 0!==n.pageCurrent?n.pageCurrent:this.mixinDatacomPage.current,p=void 0!==n.pageSize?n.pageSize:this.mixinDatacomPage.size,g=void 0!==n.getcount?n.getcount:this.getcount,v=void 0!==n.gettree?n.gettree:this.gettree,y=void 0!==n.gettreepath?n.gettreepath:this.gettreepath,m={getCount:g},x={limitLevel:void 0!==n.limitlevel?n.limitlevel:this.limitlevel,startWith:void 0!==n.startwith?n.startwith:this.startwith};return v&&(m.getTree=x),y&&(m.getTreePath=x),r=r.skip(p*(h-1)).limit(p).get(m),r}}}}function Kn(e){return X("_globalUniCloudSecureNetworkCache__{spaceId}".replace("{spaceId}",e.config.spaceId))}function Jn(){return Xn.apply(this,arguments)}function Xn(){return Xn=(0,d.default)(o.default.mark((function e(){var t,n,i,a,s,c,l,u=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(t=u.length>0&&void 0!==u[0]?u[0]:{},n=t.openid,i=t.callLoginByWeixin,a=void 0!==i&&i,s=Kn(this),"mp-weixin"===V){e.next=4;break}throw new Error("[SecureNetwork] API `initSecureNetworkByWeixin` is not supported on platform `".concat(V,"`"));case 4:if(!n||!a){e.next=6;break}throw new Error("[SecureNetwork] openid and callLoginByWeixin cannot be passed at the same time");case 6:if(!n){e.next=8;break}return e.abrupt("return",(s.mpWeixinOpenid=n,{}));case 8:return e.next=10,new Promise((function(e,t){r.login({success:function(t){e(t.code)},fail:function(e){t(new Error(e.errMsg))}})}));case 10:return c=e.sent,l=this.importObject("uni-id-co",{customUI:!0}),e.next=14,l.secureNetworkHandshakeByWeixin({code:c,callLoginByWeixin:a});case 14:return s.mpWeixinCode=c,e.abrupt("return",{code:c});case 16:case"end":return e.stop()}}),e,this)}))),Xn.apply(this,arguments)}function Yn(e){return Qn.apply(this,arguments)}function Qn(){return Qn=(0,d.default)(o.default.mark((function e(t){var n;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n=Kn(this),e.abrupt("return",(n.initPromise||(n.initPromise=Jn.call(this,t)),n.initPromise));case 2:case"end":return e.stop()}}),e,this)}))),Qn.apply(this,arguments)}function Zn(e){var t={getSystemInfo:r.getSystemInfo,getPushClientId:r.getPushClientId};return function(n){return new Promise((function(r,i){t[e](k(k({},n),{},{success:function(e){r(e)},fail:function(e){i(e)}}))}))}}var er=function(e){(0,h.default)(n,e);var t=A(n);function n(){var e;return(0,y.default)(this,n),e=t.call(this),e._uniPushMessageCallback=e._receivePushMessage.bind((0,s.default)(e)),e._currentMessageId=-1,e._payloadQueue=[],e}return(0,m.default)(n,[{key:"init",value:function(){var e=this;return Promise.all([Zn("getSystemInfo")(),Zn("getPushClientId")()]).then((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=(0,c.default)(t,2),r=n[0];r=void 0===r?{}:r;var i=r.appId,a=n[1];a=void 0===a?{}:a;var o=a.cid;if(!i)throw new Error("Invalid appId, please check the manifest.json file");if(!o)throw new Error("Invalid push client id");e._appId=i,e._pushClientId=o,e._seqId=Date.now()+"-"+Math.floor(9e5*Math.random()+1e5),e.emit("open"),e._initMessageListener()}),(function(t){throw e.emit("error",t),e.close(),t}))}},{key:"open",value:function(){var e=(0,d.default)(o.default.mark((function e(){return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return e.abrupt("return",this.init());case 1:case"end":return e.stop()}}),e,this)})));return function(){return e.apply(this,arguments)}}()},{key:"_isUniCloudSSE",value:function(e){if("receive"!==e.type)return!1;var t=e&&e.data&&e.data.payload;return!(!t||"UNI_CLOUD_SSE"!==t.channel||t.seqId!==this._seqId)}},{key:"_receivePushMessage",value:function(e){if(this._isUniCloudSSE(e)){var t=e&&e.data&&e.data.payload,n=t.action,r=t.messageId,i=t.message;this._payloadQueue.push({action:n,messageId:r,message:i}),this._consumMessage()}}},{key:"_consumMessage",value:function(){for(var e=this;;){var t=this._payloadQueue.find((function(t){return t.messageId===e._currentMessageId+1}));if(!t)break;this._currentMessageId++,this._parseMessagePayload(t)}}},{key:"_parseMessagePayload",value:function(e){var t=e.action,n=e.messageId,r=e.message;"end"===t?this._end({messageId:n,message:r}):"message"===t&&this._appendMessage({messageId:n,message:r})}},{key:"_appendMessage",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(e.messageId,e.message);this.emit("message",t)}},{key:"_end",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(e.messageId,e.message);this.emit("end",t),this.close()}},{key:"_initMessageListener",value:function(){r.onPushMessage(this._uniPushMessageCallback)}},{key:"_destroy",value:function(){r.offPushMessage(this._uniPushMessageCallback)}},{key:"toJSON",value:function(){return{appId:this._appId,pushClientId:this._pushClientId,seqId:this._seqId}}},{key:"close",value:function(){this._destroy(),this.emit("close")}}]),n}(function(){function e(){(0,y.default)(this,e),this._callback={}}return(0,m.default)(e,[{key:"addListener",value:function(e,t){this._callback[e]||(this._callback[e]=[]),this._callback[e].push(t)}},{key:"on",value:function(e,t){return this.addListener(e,t)}},{key:"removeListener",value:function(e,t){if(!t)throw new Error('The "listener" argument must be of type function. Received undefined');var n=this._callback[e];if(n){var r=function(e,t){for(var n=e.length-1;n>=0;n--)if(e[n]===t)return n;return-1}(n,t);n.splice(r,1)}}},{key:"off",value:function(e,t){return this.removeListener(e,t)}},{key:"removeAllListener",value:function(e){delete this._callback[e]}},{key:"emit",value:function(e){for(var t=this._callback[e],n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];if(t)for(var a=0;a<t.length;a++)t[a].apply(t,r)}}]),e}());var tr={tcb:jt,tencent:jt,aliyun:Ie,private:Nt},nr=new(function(){function e(){(0,y.default)(this,e)}return(0,m.default)(e,[{key:"init",value:function(e){var t={},n=tr[e.provider];if(!n)throw new Error("未提供正确的provider参数");return t=n.init(e),function(e){e._initPromiseHub||(e._initPromiseHub=new W({createPromise:function(){var t=Promise.resolve();t=new Promise((function(e){setTimeout((function(){e()}),1)}));var n=e.auth();return t.then((function(){return n.getLoginState()})).then((function(e){return e?Promise.resolve():n.signInAnonymously()}))}}))}(t),tn(t),function(e){var t=e.uploadFile;e.uploadFile=function(e){return t.call(this,e)}}(t),function(e){e.database=function(t){if(t&&Object.keys(t).length>0)return e.init(t).database();if(this._database)return this._database;var n=hn(pn,{uniClient:e});return this._database=n,n},e.databaseForJQL=function(t){if(t&&Object.keys(t).length>0)return e.init(t).databaseForJQL();if(this._databaseForJQL)return this._databaseForJQL;var n=hn(pn,{uniClient:e,isJQL:!0});return this._databaseForJQL=n,n}}(t),function(e){e.getCurrentUserInfo=qn,e.chooseAndUploadFile=Gn.initChooseAndUploadFile(e),Object.assign(e,{get mixinDatacom(){return Vn(e)}}),e.SSEChannel=er,e.initSecureNetworkByWeixin=function(e){return function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.openid,r=t.callLoginByWeixin,i=void 0!==r&&r;return Yn.call(e,{openid:n,callLoginByWeixin:i})}}(e),e.importObject=function(e){return function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};n=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return e.customUI=t.customUI||e.customUI,e.parseSystemError=t.parseSystemError||e.parseSystemError,Object.assign(e.loadingOptions,t.loadingOptions),Object.assign(e.errorOptions,t.errorOptions),"object"==(0,l.default)(t.secretMethods)&&(e.secretMethods=t.secretMethods),e}({customUI:!1,loadingOptions:{title:"加载中...",mask:!0},errorOptions:{type:"modal",retry:!1}},n);var i=n,a=i.customUI,s=i.loadingOptions,c=i.errorOptions,u=i.parseSystemError,f=!a;return new Proxy({},{get:function(i,a){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.fn,n=e.interceptorName,r=e.getCallbackArgs;return(0,d.default)(o.default.mark((function e(){var i,a,s,c,l,u,d=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:for(i=d.length,a=new Array(i),s=0;s<i;s++)a[s]=d[s];return c=r?r({params:a}):{},e.prev=2,e.next=5,te(ne(n,"invoke"),k({},c));case 5:return e.next=7,t.apply(void 0,a);case 7:return l=e.sent,e.next=10,te(ne(n,"success"),k(k({},c),{},{result:l}));case 10:return e.abrupt("return",l);case 13:return e.prev=13,e.t0=e["catch"](2),u=e.t0,e.next=18,te(ne(n,"fail"),k(k({},c),{},{error:u}));case 18:throw u;case 19:return e.prev=19,e.next=22,te(ne(n,"complete"),k(k({},c),{},u?{error:u}:{result:l}));case 22:return e.finish(19);case 23:case"end":return e.stop()}}),e,null,[[2,13,19,23]])})))}({fn:function(){var i=(0,d.default)(o.default.mark((function i(){var p,g,v,y,m,x,_,b,w,S,A,P,T,C,O,D=arguments;return o.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:for(f&&r.showLoading({title:s.title,mask:s.mask}),g=D.length,v=new Array(g),y=0;y<g;y++)v[y]=D[y];return m={name:t,type:I,data:{method:a,params:v}},"object"==(0,l.default)(n.secretMethods)&&function(e,t){var n=t.data.method,r=e.secretMethods||{},i=r[n]||r["*"];i&&(t.secretType=i)}(n,m),x=!1,i.prev=5,i.next=8,e.callFunction(m);case 8:p=i.sent,i.next=14;break;case 11:i.prev=11,i.t0=i["catch"](5),x=!0,p={result:new be(i.t0)};case 14:if(_=p.result||{},b=_.errSubject,w=_.errCode,S=_.errMsg,A=_.newToken,f&&r.hideLoading(),A&&A.token&&A.tokenExpired&&(ke(A),pe(se,k({},A))),!w){i.next=39;break}if(P=S,!x||!u){i.next=24;break}return i.next=20,u({objectName:t,methodName:a,params:v,errSubject:b,errCode:w,errMsg:S});case 20:if(i.t1=i.sent.errMsg,i.t1){i.next=23;break}i.t1=S;case 23:P=i.t1;case 24:if(!f){i.next=37;break}if("toast"!==c.type){i.next=29;break}r.showToast({title:P,icon:"none"}),i.next=37;break;case 29:if("modal"===c.type){i.next=31;break}throw new Error("Invalid errorOptions.type: ".concat(c.type));case 31:return i.next=33,(0,d.default)(o.default.mark((function e(){var t,n,i,a,s,c,l=arguments;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return t=l.length>0&&void 0!==l[0]?l[0]:{},n=t.title,i=t.content,a=t.showCancel,s=t.cancelText,c=t.confirmText,e.abrupt("return",new Promise((function(e,t){r.showModal({title:n,content:i,showCancel:a,cancelText:s,confirmText:c,success:function(t){e(t)},fail:function(){e({confirm:!1,cancel:!0})}})})));case 2:case"end":return e.stop()}}),e)})))({title:"提示",content:P,showCancel:c.retry,cancelText:"取消",confirmText:c.retry?"重试":"确定"});case 33:if(T=i.sent,C=T.confirm,!c.retry||!C){i.next=37;break}return i.abrupt("return",h.apply(void 0,v));case 37:throw O=new be({subject:b,code:w,message:S,requestId:p.requestId}),O.detail=p.result,pe(ae,{type:ue,content:O}),O;case 39:return i.abrupt("return",(pe(ae,{type:ue,content:p.result}),p.result));case 40:case"end":return i.stop()}}),i,null,[[5,11]])})));function h(){return i.apply(this,arguments)}return h}(),interceptorName:"callObject",getCallbackArgs:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=e.params;return{objectName:t,methodName:a,params:n}}})}})}}(e)}(t),["callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","chooseAndUploadFile"].forEach((function(e){if(t[e]){var n=t[e];t[e]=function(){return n.apply(t,Array.from(arguments))},t[e]=function(e,t){return function(n){var r=this,i=!1;if("callFunction"===t){var a=n&&n.type||L;i=a!==L}var o="callFunction"===t&&!i,s=this._initPromiseHub.exec();n=n||{};var c=me(n),l=c.success,u=c.fail,d=c.complete,f=s.then((function(){return i?Promise.resolve():te(ne(t,"invoke"),n)})).then((function(){return e.call(r,n)})).then((function(e){return i?Promise.resolve(e):te(ne(t,"success"),e).then((function(){return te(ne(t,"complete"),e)})).then((function(){return o&&pe(ae,{type:le,content:e}),Promise.resolve(e)}))}),(function(e){return i?Promise.reject(e):te(ne(t,"fail"),e).then((function(){return te(ne(t,"complete"),e)})).then((function(){return pe(ae,{type:le,content:e}),Promise.reject(e)}))}));if(!(l||u||d))return f;f.then((function(e){l&&l(e),d&&d(e),o&&pe(ae,{type:le,content:e})}),(function(e){u&&u(e),d&&d(e),o&&pe(ae,{type:le,content:e})}))}}(t[e],e).bind(t)}})),t.init=this.init,t}}]),e}());(function(){var e=K,t={};if(e&&1===e.length)t=e[0],nr=nr.init(t),nr._isDefault=!0;else{var n;n=e&&e.length>0?"应用有多个服务空间,请通过uniCloud.init方法指定要使用的服务空间":"应用未关联服务空间,请在uniCloud目录右键关联服务空间",["auth","callFunction","uploadFile","deleteFile","getTempFileURL","downloadFile","database","getCurrentUSerInfo","importObject"].forEach((function(e){nr[e]=function(){return console.error(n),Promise.reject(new be({code:"SYS_ERR",message:n}))}}))}Object.assign(nr,{get mixinDatacom(){return Vn(nr)}}),Bn(nr),nr.addInterceptor=Z,nr.removeInterceptor=ee,nr.interceptObject=re})();var rr=nr;t.default=rr}).call(this,n("c8ba"),n("543d")["default"],n("bc2e")["default"])},ad03:function(e){e.exports=JSON.parse('{"uni-load-more.contentdown":"上拉顯示更多","uni-load-more.contentrefresh":"正在加載...","uni-load-more.contentnomore":"沒有更多數據了"}')},b17c:function(e,t,n){var r=n("4a4b"),i=n("6f8f");function a(t,n,o){return i()?(e.exports=a=Reflect.construct.bind(),e.exports.__esModule=!0,e.exports["default"]=e.exports):(e.exports=a=function(e,t,n){var i=[null];i.push.apply(i,t);var a=Function.bind.apply(e,i),o=new a;return n&&r(o,n.prototype),o},e.exports.__esModule=!0,e.exports["default"]=e.exports),a.apply(null,arguments)}e.exports=a,e.exports.__esModule=!0,e.exports["default"]=e.exports},b36f:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("278c")),a=r(n("7037")),o={version:"v2.5.0-20230101",yAxisWidth:15,xAxisHeight:22,padding:[10,10,10,10],rotate:!1,fontSize:13,fontColor:"#666666",dataPointShape:["circle","circle","circle","circle"],color:["#1890FF","#91CB74","#FAC858","#EE6666","#73C0DE","#3CA272","#FC8452","#9A60B4","#ea7ccc"],linearColor:["#0EE2F8","#2BDCA8","#FA7D8D","#EB88E2","#2AE3A0","#0EE2F8","#EB88E2","#6773E3","#F78A85"],pieChartLinePadding:15,pieChartTextPadding:5,titleFontSize:20,subtitleFontSize:15,radarLabelTextMargin:13},s=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];if(null==e)throw new TypeError("[uCharts] Cannot convert undefined or null to object");if(!n||n.length<=0)return e;function i(e,t){for(var n in t)e[n]=e[n]&&"[object Object]"===e[n].toString()?i(e[n],t[n]):e[n]=t[n];return e}return n.forEach((function(t){e=i(e,t)})),e},c={toFixed:function(e,t){return t=t||2,this.isFloat(e)&&(e=e.toFixed(t)),e},isFloat:function(e){return e%1!==0},approximatelyEqual:function(e,t){return Math.abs(e-t)<1e-10},isSameSign:function(e,t){return Math.abs(e)===e&&Math.abs(t)===t||Math.abs(e)!==e&&Math.abs(t)!==t},isSameXCoordinateArea:function(e,t){return this.isSameSign(e.x,t.x)},isCollision:function(e,t){e.end={},e.end.x=e.start.x+e.width,e.end.y=e.start.y-e.height,t.end={},t.end.x=t.start.x+t.width,t.end.y=t.start.y-t.height;var n=t.start.x>e.end.x||t.end.x<e.start.x||t.end.y>e.start.y||t.start.y<e.end.y;return!n}};function l(e,t){var n=e.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(e,t,n,r){return t+t+n+n+r+r})),r=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(n),i=parseInt(r[1],16),a=parseInt(r[2],16),o=parseInt(r[3],16);return"rgba("+i+","+a+","+o+","+t+")"}function u(e,t,n){if(isNaN(e))throw new Error("[uCharts] series数据需为Number格式");n=n||10,t=t||"upper";var r=1;while(n<1)n*=10,r*=10;e="upper"===t?Math.ceil(e*r):Math.floor(e*r);while(e%n!==0)if("upper"===t){if(e==e+1)break;e++}else e--;return e/r}function d(e,t,n,r,i){var a=i.width-i.area[1]-i.area[3],o=n.eachSpacing*(i.chartData.xAxisData.xAxisPoints.length-1);"mount"==i.type&&i.extra&&i.extra.mount&&i.extra.mount.widthRatio&&i.extra.mount.widthRatio>1&&(i.extra.mount.widthRatio>2&&(i.extra.mount.widthRatio=2),o+=(i.extra.mount.widthRatio-1)*n.eachSpacing);var s=t;return t>=0?(s=0,e.uevent.trigger("scrollLeft"),e.scrollOption.position="left",i.xAxis.scrollPosition="left"):Math.abs(t)>=o-a?(s=a-o,e.uevent.trigger("scrollRight"),e.scrollOption.position="right",i.xAxis.scrollPosition="right"):(e.scrollOption.position=t,i.xAxis.scrollPosition=t),s}function f(e,t,n){function r(e){while(e<0)e+=2*Math.PI;while(e>2*Math.PI)e-=2*Math.PI;return e}return e=r(e),t=r(t),n=r(n),t>n&&(n+=2*Math.PI,e<t&&(e+=2*Math.PI)),e>=t&&e<=n}function h(e,t){function n(e,t){return!(!e[t-1]||!e[t+1])&&(e[t].y>=Math.max(e[t-1].y,e[t+1].y)||e[t].y<=Math.min(e[t-1].y,e[t+1].y))}function r(e,t){return!(!e[t-1]||!e[t+1])&&(e[t].x>=Math.max(e[t-1].x,e[t+1].x)||e[t].x<=Math.min(e[t-1].x,e[t+1].x))}var i=.2,a=.2,o=null,s=null,c=null,l=null;if(t<1?(o=e[0].x+(e[1].x-e[0].x)*i,s=e[0].y+(e[1].y-e[0].y)*i):(o=e[t].x+(e[t+1].x-e[t-1].x)*i,s=e[t].y+(e[t+1].y-e[t-1].y)*i),t>e.length-3){var u=e.length-1;c=e[u].x-(e[u].x-e[u-1].x)*a,l=e[u].y-(e[u].y-e[u-1].y)*a}else c=e[t+1].x-(e[t+2].x-e[t].x)*a,l=e[t+1].y-(e[t+2].y-e[t].y)*a;return n(e,t+1)&&(l=e[t+1].y),n(e,t)&&(s=e[t].y),r(e,t+1)&&(c=e[t+1].x),r(e,t)&&(o=e[t].x),(s>=Math.max(e[t].y,e[t+1].y)||s<=Math.min(e[t].y,e[t+1].y))&&(s=e[t].y),(l>=Math.max(e[t].y,e[t+1].y)||l<=Math.min(e[t].y,e[t+1].y))&&(l=e[t+1].y),(o>=Math.max(e[t].x,e[t+1].x)||o<=Math.min(e[t].x,e[t+1].x))&&(o=e[t].x),(c>=Math.max(e[t].x,e[t+1].x)||c<=Math.min(e[t].x,e[t+1].x))&&(c=e[t+1].x),{ctrA:{x:o,y:s},ctrB:{x:c,y:l}}}function p(e,t,n){return{x:n.x+e,y:n.y-t}}function g(e,t){if(t)while(c.isCollision(e,t))e.start.x>0?e.start.y--:e.start.x<0||e.start.y>0?e.start.y++:e.start.y--;return e}function v(e,t,n){for(var r=0,i=0;i<e.length;i++){var a=e[i];if(a.color||(a.color=n.color[r],r=(r+1)%n.color.length),a.linearIndex||(a.linearIndex=i),a.index||(a.index=0),a.type||(a.type=t.type),"undefined"==typeof a.show&&(a.show=!0),a.type||(a.type=t.type),a.pointShape||(a.pointShape="circle"),!a.legendShape)switch(a.type){case"line":a.legendShape="line";break;case"column":case"bar":a.legendShape="rect";break;case"area":case"mount":a.legendShape="triangle";break;default:a.legendShape="circle"}}return e}function y(e,t,n,r){var i=t||[];if("custom"==e&&0==i.length&&(i=r.linearColor),"custom"==e&&i.length<n.length)for(var a=n.length-i.length,o=0;o<a;o++)i.push(r.linearColor[(o+1)%r.linearColor.length]);return i}function m(e,t){var n=0,r=t-e;return n=r>=1e4?1e3:r>=1e3?100:r>=100?10:r>=10?5:r>=1?1:r>=.1?.1:r>=.01?.01:r>=.001?.001:r>=1e-4?1e-4:r>=1e-5?1e-5:1e-6,{minRange:u(e,"lower",n),maxRange:u(t,"upper",n)}}function x(e,t,n){var r=0;if(e=String(e),!1!==n&&void 0!==n&&n.setFontSize&&n.measureText)return n.setFontSize(t),n.measureText(e).width;e=e.split("");for(var i=0;i<e.length;i++){var a=e[i];/[a-zA-Z]/.test(a)?r+=7:/[0-9]/.test(a)?r+=5.5:/\./.test(a)?r+=2.7:/-/.test(a)?r+=3.25:/:/.test(a)?r+=2.5:/[\u4e00-\u9fa5]/.test(a)?r+=10:/\(|\)/.test(a)?r+=3.73:/\s/.test(a)?r+=2.5:/%/.test(a)?r+=8:r+=10}return r*t/10}function _(e){return e.reduce((function(e,t){return(e.data?e.data:e).concat(t.data)}),[])}function b(e,t){for(var n=new Array(t),r=0;r<n.length;r++)n[r]=0;for(var i=0;i<e.length;i++)for(r=0;r<n.length;r++)n[r]+=e[i].data[r];return e.reduce((function(e,t){return(e.data?e.data:e).concat(t.data).concat(n)}),[])}function w(e,t,n){var r,i;return e.clientX?t.rotate?(i=t.height-e.clientX*t.pix,r=(e.pageY-n.currentTarget.offsetTop-t.height/t.pix/2*(t.pix-1))*t.pix):(r=e.clientX*t.pix,i=(e.pageY-n.currentTarget.offsetTop-t.height/t.pix/2*(t.pix-1))*t.pix):t.rotate?(i=t.height-e.x*t.pix,r=e.y*t.pix):(r=e.x*t.pix,i=e.y*t.pix),{x:r,y:i}}function S(e,t,n){var r=[],i=[],a=t.constructor.toString().indexOf("Array")>-1;if(a)for(var o=O(e),s=0;s<n.length;s++)i.push(o[n[s]]);else i=e;for(var c=0;c<i.length;c++){var l=i[c],u=-1;if(u=a?t[c]:t,null!==l.data[u]&&"undefined"!==typeof l.data[u]&&l.show){var d={};d.color=l.color,d.type=l.type,d.style=l.style,d.pointShape=l.pointShape,d.disableLegend=l.disableLegend,d.legendShape=l.legendShape,d.name=l.name,d.show=l.show,d.data=l.formatter?l.formatter(l.data[u]):l.data[u],r.push(d)}}return r}function k(e,t,n){var r=e.map((function(e){return x(e,t,n)}));return Math.max.apply(null,r)}function A(e){for(var t=2*Math.PI/e,n=[],r=0;r<e;r++)n.push(t*r);return n.map((function(e){return-1*e+Math.PI/2}))}function P(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{},o=t.chartData.calPoints?t.chartData.calPoints:[],s={};if(r.length>0){for(var c=[],l=0;l<r.length;l++)c.push(o[r[l]]);s=c[0][n[0]]}else for(var u=0;u<o.length;u++)if(o[u][n]){s=o[u][n];break}var d=e.map((function(e){var r=null;return t.categories&&t.categories.length>0&&(r=i[n]),{text:a.formatter?a.formatter(e,r,n,t):e.name+": "+e.data,color:e.color,legendShape:"auto"==t.extra.tooltip.legendShape?e.legendShape:t.extra.tooltip.legendShape}})),f={x:Math.round(s.x),y:Math.round(s.y)};return{textList:d,offset:f}}function T(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},a=t.chartData.xAxisPoints[n]+t.chartData.eachSpacing/2,o=e.map((function(e){return{text:i.formatter?i.formatter(e,r[n],n,t):e.name+": "+e.data,color:e.color,disableLegend:!!e.disableLegend,legendShape:"auto"==t.extra.tooltip.legendShape?e.legendShape:t.extra.tooltip.legendShape}}));o=o.filter((function(e){if(!0!==e.disableLegend)return e}));var s={x:Math.round(a),y:0};return{textList:o,offset:s}}function C(e,t,n,r,i,a){var o=n.chartData.calPoints,s=a.color.upFill,c=a.color.downFill,l=[s,s,c,s],u=[];t.map((function(t){0==r?t.data[1]-t.data[0]<0?l[1]=c:l[1]=s:(t.data[0]<e[r-1][1]&&(l[0]=c),t.data[1]<t.data[0]&&(l[1]=c),t.data[2]>e[r-1][1]&&(l[2]=s),t.data[3]<e[r-1][1]&&(l[3]=c));var i={text:"开盘:"+t.data[0],color:l[0],legendShape:"auto"==n.extra.tooltip.legendShape?t.legendShape:n.extra.tooltip.legendShape},a={text:"收盘:"+t.data[1],color:l[1],legendShape:"auto"==n.extra.tooltip.legendShape?t.legendShape:n.extra.tooltip.legendShape},o={text:"最低:"+t.data[2],color:l[2],legendShape:"auto"==n.extra.tooltip.legendShape?t.legendShape:n.extra.tooltip.legendShape},d={text:"最高:"+t.data[3],color:l[3],legendShape:"auto"==n.extra.tooltip.legendShape?t.legendShape:n.extra.tooltip.legendShape};u.push(i,a,o,d)}));for(var d=[],f={x:0,y:0},h=0;h<o.length;h++){var p=o[h];"undefined"!==typeof p[r]&&null!==p[r]&&d.push(p[r])}return f.x=Math.round(d[0][0].x),{textList:u,offset:f}}function O(e){for(var t=[],n=0;n<e.length;n++)1==e[n].show&&t.push(e[n]);return t}function D(e,t,n){return e.x<=t.width-t.area[1]+10&&e.x>=t.area[3]-10&&e.y>=t.area[0]&&e.y<=t.height-t.area[2]}function M(e,t,n){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)<=Math.pow(n,2)}function L(e,t){var n=[],r=[];return e.forEach((function(e,i){t.connectNulls?null!==e&&r.push(e):null!==e?r.push(e):(r.length&&n.push(r),r=[])})),r.length&&n.push(r),n}function I(e,t,n,r,i){var a={angle:0,xAxisHeight:t.xAxis.lineHeight*t.pix+t.xAxis.marginTop*t.pix},o=t.xAxis.fontSize*t.pix,s=e.map((function(e,n){var r=t.xAxis.formatter?t.xAxis.formatter(e,n,t):e;return x(String(r),o,i)})),c=Math.max.apply(this,s);if(1==t.xAxis.rotateLabel){a.angle=t.xAxis.rotateAngle*Math.PI/180;var l=t.xAxis.marginTop*t.pix*2+Math.abs(c*Math.sin(a.angle));l=l<o+t.xAxis.marginTop*t.pix*2?l+t.xAxis.marginTop*t.pix*2:l,a.xAxisHeight=l}return t.enableScroll&&t.xAxis.scrollShow&&(a.xAxisHeight+=6*t.pix),t.xAxis.disabled&&(a.xAxisHeight=0),a}function E(e,t,n,r){var i=s({},{type:""},t.extra.bar),o={angle:0,xAxisHeight:t.xAxis.lineHeight*t.pix+t.xAxis.marginTop*t.pix};o.ranges=function(e,t,n,r){var i,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:-1;i="stack"==r?b(e,t.categories.length):_(e);var s=[];i=i.filter((function(e){return"object"===(0,a.default)(e)&&null!==e?e.constructor.toString().indexOf("Array")>-1?null!==e:null!==e.value:null!==e})),i.map((function(e){"object"===(0,a.default)(e)?e.constructor.toString().indexOf("Array")>-1?"candle"==t.type?e.map((function(e){s.push(e)})):s.push(e[0]):s.push(e.value):s.push(e)}));var c=0,l=0;if(s.length>0&&(c=Math.min.apply(this,s),l=Math.max.apply(this,s)),o>-1?("number"===typeof t.xAxis.data[o].min&&(c=Math.min(t.xAxis.data[o].min,c)),"number"===typeof t.xAxis.data[o].max&&(l=Math.max(t.xAxis.data[o].max,l))):("number"===typeof t.xAxis.min&&(c=Math.min(t.xAxis.min,c)),"number"===typeof t.xAxis.max&&(l=Math.max(t.xAxis.max,l))),c===l){var u=l||10;l+=u}for(var d=c,f=l,h=[],p=(f-d)/t.xAxis.splitNumber,g=0;g<=t.xAxis.splitNumber;g++)h.push(d+p*g);return h}(e,t,n,i.type),o.rangesFormat=o.ranges.map((function(e){return e=c.toFixed(e,2),e}));var l=o.ranges.map((function(e){return e=c.toFixed(e,2),e}));o=Object.assign(o,K(l,t,n));o.eachSpacing,l.map((function(e){return x(e,t.xAxis.fontSize*t.pix,r)}));return!0===t.xAxis.disabled&&(o.xAxisHeight=0),o}function F(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,o=i.extra.radar||{};o.max=o.max||0;for(var s=Math.max(o.max,Math.max.apply(null,_(r))),c=[],l=function(i){var o=r[i],l={};l.color=o.color,l.legendShape=o.legendShape,l.pointShape=o.pointShape,l.data=[],o.data.forEach((function(r,i){var o={};o.angle=e[i],o.proportion=r/s,o.value=r,o.position=p(n*o.proportion*a*Math.cos(o.angle),n*o.proportion*a*Math.sin(o.angle),t),l.data.push(o)})),c.push(l)},u=0;u<r.length;u++)l(u);return c}function R(e,t){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,r=0,i=0,a=0;a<e.length;a++){var o=e[a];o.data=null===o.data?0:o.data,r+=o.data}for(var s=0;s<e.length;s++){var c=e[s];c.data=null===c.data?0:c.data,c._proportion_=0===r?1/e.length*n:c.data/r*n,c._radius_=t}for(var l=0;l<e.length;l++){var u=e[l];u._start_=i,i+=2*u._proportion_*Math.PI}return e}function j(e,t,n,r){for(var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=0;a<e.length;a++)"funnel"==n.type?e[a].radius=e[a].data/e[0].data*t*i:e[a].radius=r*(e.length-a)/(r*e.length)*t*i,e[a]._proportion_=e[a].data/e[0].data;return e}function $(e,t,n,r){for(var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=0,o=0,s=[],c=0;c<e.length;c++){var l=e[c];l.data=null===l.data?0:l.data,a+=l.data,s.push(l.data)}for(var u=Math.min.apply(null,s),d=Math.max.apply(null,s),f=r-n,h=0;h<e.length;h++){var p=e[h];p.data=null===p.data?0:p.data,0===a?(p._proportion_=1/e.length*i,p._rose_proportion_=1/e.length*i):(p._proportion_=p.data/a*i,p._rose_proportion_="area"==t?1/e.length*i:p.data/a*i),p._radius_=n+f*((p.data-u)/(d-u))||r}for(var g=0;g<e.length;g++){var v=e[g];v._start_=o,o+=2*v._rose_proportion_*Math.PI}return e}function N(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==n&&(n=.999999);for(var r=0;r<e.length;r++){var i=e[r];i.data=null===i.data?0:i.data;var a=void 0;a="circle"==t.type?2:"ccw"==t.direction?t.startAngle<t.endAngle?2+t.startAngle-t.endAngle:t.startAngle-t.endAngle:t.endAngle<t.startAngle?2+t.endAngle-t.startAngle:t.startAngle-t.endAngle,i._proportion_=a*i.data*n+t.startAngle,"ccw"==t.direction&&(i._proportion_=t.startAngle-a*i.data*n),i._proportion_>=2&&(i._proportion_=i._proportion_%2)}return e}function U(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;1==n&&(n=.999999);for(var r=0;r<e.length;r++){var i=e[r];i.data=null===i.data?0:i.data;var a=void 0;a="circle"==t.type?2:t.endAngle<t.startAngle?2+t.endAngle-t.startAngle:t.startAngle-t.endAngle,i._proportion_=a*i.data*n+t.startAngle,i._proportion_>=2&&(i._proportion_=i._proportion_%2)}return e}function B(e,t,n){var r;r=n<t?2+n-t:t-n;for(var i=t,a=0;a<e.length;a++)e[a].value=null===e[a].value?0:e[a].value,e[a]._startAngle_=i,e[a]._endAngle_=r*e[a].value+t,e[a]._endAngle_>=2&&(e[a]._endAngle_=e[a]._endAngle_%2),i=e[a]._endAngle_;return e}function z(e,t,n){for(var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,i=0;i<e.length;i++){var a=e[i];if(a.data=null===a.data?0:a.data,"auto"==n.pointer.color){for(var o=0;o<t.length;o++)if(a.data<=t[o].value){a.color=t[o].color;break}}else a.color=n.pointer.color;var s=void 0;s=n.endAngle<n.startAngle?2+n.endAngle-n.startAngle:n.startAngle-n.endAngle,a._endAngle_=s*a.data+n.startAngle,a._oldAngle_=n.oldAngle,n.oldAngle<n.endAngle&&(a._oldAngle_+=2),a.data>=n.oldData?a._proportion_=(a._endAngle_-a._oldAngle_)*r+n.oldAngle:a._proportion_=a._oldAngle_-(a._oldAngle_-a._endAngle_)*r,a._proportion_>=2&&(a._proportion_=a._proportion_%2)}return e}function W(e,t,n,r,i,a){return e.map((function(e){if(null===e)return null;var i=0,o=0;return"mix"==a.type?(i=a.extra.mix.column.seriesGap*a.pix||0,o=a.extra.mix.column.categoryGap*a.pix||0):(i=a.extra.column.seriesGap*a.pix||0,o=a.extra.column.categoryGap*a.pix||0),i=Math.min(i,t/n),o=Math.min(o,t/n),e.width=Math.ceil((t-2*o-i*(n-1))/n),a.extra.mix&&a.extra.mix.column.width&&+a.extra.mix.column.width>0&&(e.width=Math.min(e.width,+a.extra.mix.column.width*a.pix)),a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(e.width=Math.min(e.width,+a.extra.column.width*a.pix)),e.width<=0&&(e.width=1),e.x+=(r+.5-n/2)*(e.width+i),e}))}function q(e,t,n,r,i,a){return e.map((function(e){if(null===e)return null;var i=0,o=0;return i=a.extra.bar.seriesGap*a.pix||0,o=a.extra.bar.categoryGap*a.pix||0,i=Math.min(i,t/n),o=Math.min(o,t/n),e.width=Math.ceil((t-2*o-i*(n-1))/n),a.extra.bar&&a.extra.bar.width&&+a.extra.bar.width>0&&(e.width=Math.min(e.width,+a.extra.bar.width*a.pix)),e.width<=0&&(e.width=1),e.y+=(r+.5-n/2)*(e.width+i),e}))}function H(e,t,n,r,i,a,o){var s=a.extra.column.categoryGap*a.pix||0;return e.map((function(e){return null===e?null:(e.width=t-2*s,a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(e.width=Math.min(e.width,+a.extra.column.width*a.pix)),r>0&&(e.width-=o),e)}))}function G(e,t,n,r,i,a,o){var s=a.extra.column.categoryGap*a.pix||0;return e.map((function(e,n){return null===e?null:(e.width=Math.ceil(t-2*s),a.extra.column&&a.extra.column.width&&+a.extra.column.width>0&&(e.width=Math.min(e.width,+a.extra.column.width*a.pix)),e.width<=0&&(e.width=1),e)}))}function V(e,t,n,r,i,a,o){var s=a.extra.bar.categoryGap*a.pix||0;return e.map((function(e,n){return null===e?null:(e.width=Math.ceil(t-2*s),a.extra.bar&&a.extra.bar.width&&+a.extra.bar.width>0&&(e.width=Math.min(e.width,+a.extra.bar.width*a.pix)),e.width<=0&&(e.width=1),e)}))}function K(e,t,n){var r=t.width-t.area[1]-t.area[3],i=t.enableScroll?Math.min(t.xAxis.itemCount,e.length):e.length;("line"==t.type||"area"==t.type||"scatter"==t.type||"bubble"==t.type||"bar"==t.type)&&i>1&&"justify"==t.xAxis.boundaryGap&&(i-=1);var a=0;"mount"==t.type&&t.extra&&t.extra.mount&&t.extra.mount.widthRatio&&t.extra.mount.widthRatio>1&&(t.extra.mount.widthRatio>2&&(t.extra.mount.widthRatio=2),a=t.extra.mount.widthRatio-1,i+=a);var o=r/i,s=[],c=t.area[3],l=t.width-t.area[1];return e.forEach((function(e,t){s.push(c+a/2*o+t*o)})),"justify"!==t.xAxis.boundaryGap&&(!0===t.enableScroll?s.push(c+a*o+e.length*o):s.push(l)),{xAxisPoints:s,startX:c,endX:l,eachSpacing:o}}function J(e,t,n,r,i,a,o){var s=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,c=[],l=a.height-a.area[0]-a.area[2];return e.forEach((function(e,o){if(null===e)c.push(null);else{var u=[];e.forEach((function(e,c){var d={};d.x=r[o]+Math.round(i/2);var f=e.value||e,h=l*(f-t)/(n-t);h*=s,d.y=a.height-Math.round(h)-a.area[2],u.push(d)})),c.push(u)}})),c}function X(e,t,n,r,i,o,s){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l="center";"line"!=o.type&&"area"!=o.type&&"scatter"!=o.type&&"bubble"!=o.type||(l=o.xAxis.boundaryGap);var u=[],d=o.height-o.area[0]-o.area[2],f=o.width-o.area[1]-o.area[3];return e.forEach((function(e,s){if(null===e)u.push(null);else{var h={};h.color=e.color,h.x=r[s];var p,g,v,y=e;if("object"===(0,a.default)(e)&&null!==e)if(e.constructor.toString().indexOf("Array")>-1)p=[].concat(o.chartData.xAxisData.ranges),g=p.shift(),v=p.pop(),y=e[1],h.x=o.area[3]+f*(e[0]-g)/(v-g),"bubble"==o.type&&(h.r=e[2],h.t=e[3]);else y=e.value;"center"==l&&(h.x+=i/2);var m=d*(y-t)/(n-t);m*=c,h.y=o.height-m-o.area[2],u.push(h)}})),u}function Y(e,t,n,r,i,o,s,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=o.xAxis.boundaryGap,d=[],f=o.height-o.area[0]-o.area[2],h=o.width-o.area[1]-o.area[3];return e.forEach((function(e,s){if(null===e)d.push(null);else{var p={};if(p.color=e.color,"vertical"==c.animation){p.x=r[s];var g,v,y,m=e;if("object"===(0,a.default)(e)&&null!==e)if(e.constructor.toString().indexOf("Array")>-1)g=[].concat(o.chartData.xAxisData.ranges),v=g.shift(),y=g.pop(),m=e[1],p.x=o.area[3]+h*(e[0]-v)/(y-v);else m=e.value;"center"==u&&(p.x+=i/2);var x=f*(m-t)/(n-t);x*=l,p.y=o.height-x-o.area[2],d.push(p)}else{p.x=r[0]+i*s*l;m=e;"center"==u&&(p.x+=i/2);x=f*(m-t)/(n-t);p.y=o.height-x-o.area[2],d.push(p)}}})),d}function Q(e,t,n,r,i,o,s,c,l){l=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1;var u=[],d=o.height-o.area[0]-o.area[2],f=o.width-o.area[1]-o.area[3];return e.forEach((function(e,s){if(null===e)u.push(null);else{var c={};c.color=e.color,c.x=r[s];var h,p,g,v=e;if("object"===(0,a.default)(e)&&null!==e)if(e.constructor.toString().indexOf("Array")>-1)h=[].concat(o.chartData.xAxisData.ranges),p=h.shift(),g=h.pop(),v=e[1],c.x=o.area[3]+f*(e[0]-p)/(g-p);else v=e.value;c.x+=i/2;var y=d*(v*l-t)/(n-t);c.y=o.height-y-o.area[2],u.push(c)}})),u}function Z(e,t,n,r,i,a,o,s){var c=arguments.length>8&&void 0!==arguments[8]?arguments[8]:1,l=[],u=a.height-a.area[0]-a.area[2],d=(a.width,a.area[1],a.area[3],i*o.widthRatio);return e.forEach((function(e,o){if(null===e)l.push(null);else{var s={};s.color=e.color,s.x=r[o],s.x+=i/2;var f=e.data,h=u*(f*c-t)/(n-t);s.y=a.height-h-a.area[2],s.value=f,s.width=d,l.push(s)}})),l}function ee(e,t,n,r,i,o,s){var c=arguments.length>7&&void 0!==arguments[7]?arguments[7]:1,l=[],u=(o.height,o.area[0],o.area[2],o.width-o.area[1]-o.area[3]);return e.forEach((function(e,i){if(null===e)l.push(null);else{var s={};s.color=e.color,s.y=r[i];var d=e;"object"===(0,a.default)(e)&&null!==e&&(d=e.value);var f=u*(d-t)/(n-t);f*=c,s.height=f,s.value=d,s.x=f+o.area[3],l.push(s)}})),l}function te(e,t,n,r,i,o,s,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=o.height-o.area[0]-o.area[2];return e.forEach((function(e,s){if(null===e)d.push(null);else{var h={};if(h.color=e.color,h.x=r[s]+Math.round(i/2),c>0){for(var p=0,g=0;g<=c;g++)p+=l[g].data[s];var v=p-e,y=f*(p-t)/(n-t),m=f*(v-t)/(n-t)}else{p=e;"object"===(0,a.default)(e)&&null!==e&&(p=e.value);y=f*(p-t)/(n-t),m=0}var x=m;y*=u,x*=u,h.y=o.height-Math.round(y)-o.area[2],h.y0=o.height-Math.round(x)-o.area[2],d.push(h)}})),d}function ne(e,t,n,r,i,o,s,c,l){var u=arguments.length>9&&void 0!==arguments[9]?arguments[9]:1,d=[],f=o.width-o.area[1]-o.area[3];return e.forEach((function(e,i){if(null===e)d.push(null);else{var s={};if(s.color=e.color,s.y=r[i],c>0){for(var h=0,p=0;p<=c;p++)h+=l[p].data[i];var g=h-e,v=f*(h-t)/(n-t),y=f*(g-t)/(n-t)}else{h=e;"object"===(0,a.default)(e)&&null!==e&&(h=e.value);v=f*(h-t)/(n-t),y=0}var m=y;v*=u,m*=u,s.height=v-m,s.x=o.area[3]+v,s.x0=o.area[3]+m,d.push(s)}})),d}function re(e,t,n,r,i){var o;o="stack"==r?b(e,t.categories.length):_(e);var s=[];o=o.filter((function(e){return"object"===(0,a.default)(e)&&null!==e?e.constructor.toString().indexOf("Array")>-1?null!==e:null!==e.value:null!==e})),o.map((function(e){"object"===(0,a.default)(e)?e.constructor.toString().indexOf("Array")>-1?"candle"==t.type?e.map((function(e){s.push(e)})):s.push(e[1]):s.push(e.value):s.push(e)}));var c=i.min||0,l=i.max||0;s.length>0&&(c=Math.min.apply(this,s),l=Math.max.apply(this,s)),c===l&&(0==l?l=10:c=0);for(var u=m(c,l),d=void 0===i.min||null===i.min?u.minRange:i.min,f=void 0===i.max||null===i.max?u.maxRange:i.max,h=(f-d)/t.yAxis.splitNumber,p=[],g=0;g<=t.yAxis.splitNumber;g++)p.push(d+h*g);return p.reverse()}function ie(e,t,n,r){var i=s({},{type:""},t.extra.column),a=t.yAxis.data.length,o=new Array(a);if(a>0){for(var l=0;l<a;l++){o[l]=[];for(var u=0;u<e.length;u++)e[u].index==l&&o[l].push(e[u])}for(var d=new Array(a),f=new Array(a),h=new Array(a),p=function(e){var a=t.yAxis.data[e];1==t.yAxis.disabled&&(a.disabled=!0),"categories"===a.type?(a.formatter||(a.formatter=function(e,t,n){return e+(a.unit||"")}),a.categories=a.categories||t.categories,d[e]=a.categories):(a.formatter||(a.formatter=function(e,t,n){return c.toFixed(e,a.tofix||0)+(a.unit||"")}),d[e]=re(o[e],t,n,i.type,a,e));var s=a.fontSize*t.pix||n.fontSize;h[e]={position:a.position?a.position:"left",width:0},f[e]=d[e].map((function(n,i){return n=a.formatter(n,i,t),h[e].width=Math.max(h[e].width,x(n,s,r)+5),n}));var l=a.calibration?4*t.pix:0;h[e].width+=l+3*t.pix,!0===a.disabled&&(h[e].width=0)},g=0;g<a;g++)p(g)}else{d=new Array(1),f=new Array(1),h=new Array(1);"bar"===t.type?(d[0]=t.categories,t.yAxis.formatter||(t.yAxis.formatter=function(e,t,n){return e+(n.yAxis.unit||"")})):(t.yAxis.formatter||(t.yAxis.formatter=function(e,t,n){return e.toFixed(n.yAxis.tofix)+(n.yAxis.unit||"")}),d[0]=re(e,t,n,i.type,{})),h[0]={position:"left",width:0};var v=t.yAxis.fontSize*t.pix||n.fontSize;f[0]=d[0].map((function(e,n){return e=t.yAxis.formatter(e,n,t),h[0].width=Math.max(h[0].width,x(e,v,r)+5),e})),h[0].width+=3*t.pix,!0===t.yAxis.disabled?(h[0]={position:"left",width:0},t.yAxis.data[0]={disabled:!0}):(t.yAxis.data[0]={disabled:!1,position:"left",max:t.yAxis.max,min:t.yAxis.min,formatter:t.yAxis.formatter},"bar"===t.type&&(t.yAxis.data[0].categories=t.categories,t.yAxis.data[0].type="categories"))}return{rangesFormat:f,ranges:d,yAxisWidth:h}}function ae(e,t){!0!==t.rotateLock?(e.translate(t.height,0),e.rotate(90*Math.PI/180)):!0!==t._rotate_&&(e.translate(t.height,0),e.rotate(90*Math.PI/180),t._rotate_=!0)}function oe(e,t,n,r,i){if(r.beginPath(),"hollow"==i.dataPointShapeType?(r.setStrokeStyle(t),r.setFillStyle(i.background),r.setLineWidth(2*i.pix)):(r.setStrokeStyle("#ffffff"),r.setFillStyle(t),r.setLineWidth(1*i.pix)),"diamond"===n)e.forEach((function(e,t){null!==e&&(r.moveTo(e.x,e.y-4.5),r.lineTo(e.x-4.5,e.y),r.lineTo(e.x,e.y+4.5),r.lineTo(e.x+4.5,e.y),r.lineTo(e.x,e.y-4.5))}));else if("circle"===n)e.forEach((function(e,t){null!==e&&(r.moveTo(e.x+2.5*i.pix,e.y),r.arc(e.x,e.y,3*i.pix,0,2*Math.PI,!1))}));else if("square"===n)e.forEach((function(e,t){null!==e&&(r.moveTo(e.x-3.5,e.y-3.5),r.rect(e.x-3.5,e.y-3.5,7,7))}));else if("triangle"===n)e.forEach((function(e,t){null!==e&&(r.moveTo(e.x,e.y-4.5),r.lineTo(e.x-4.5,e.y+4.5),r.lineTo(e.x+4.5,e.y+4.5),r.lineTo(e.x,e.y-4.5))}));else if("none"===n)return;r.closePath(),r.fill(),r.stroke()}function se(e,t,n,r,i,a,o){if(i.tooltip&&!(i.tooltip.group.length>0&&0==i.tooltip.group.includes(o))){var s="number"===typeof i.tooltip.index?i.tooltip.index:i.tooltip.index[i.tooltip.group.indexOf(o)];if(r.beginPath(),"hollow"==a.activeType?(r.setStrokeStyle(t),r.setFillStyle(i.background),r.setLineWidth(2*i.pix)):(r.setStrokeStyle("#ffffff"),r.setFillStyle(t),r.setLineWidth(1*i.pix)),"diamond"===n)e.forEach((function(e,t){null!==e&&s==t&&(r.moveTo(e.x,e.y-4.5),r.lineTo(e.x-4.5,e.y),r.lineTo(e.x,e.y+4.5),r.lineTo(e.x+4.5,e.y),r.lineTo(e.x,e.y-4.5))}));else if("circle"===n)e.forEach((function(e,t){null!==e&&s==t&&(r.moveTo(e.x+2.5*i.pix,e.y),r.arc(e.x,e.y,3*i.pix,0,2*Math.PI,!1))}));else if("square"===n)e.forEach((function(e,t){null!==e&&s==t&&(r.moveTo(e.x-3.5,e.y-3.5),r.rect(e.x-3.5,e.y-3.5,7,7))}));else if("triangle"===n)e.forEach((function(e,t){null!==e&&s==t&&(r.moveTo(e.x,e.y-4.5),r.lineTo(e.x-4.5,e.y+4.5),r.lineTo(e.x+4.5,e.y+4.5),r.lineTo(e.x,e.y-4.5))}));else if("none"===n)return;r.closePath(),r.fill(),r.stroke()}}function ce(e,t,n,r){var i=e.title.fontSize||t.titleFontSize,a=e.subtitle.fontSize||t.subtitleFontSize,o=e.title.name||"",s=e.subtitle.name||"",c=e.title.color||e.fontColor,l=e.subtitle.color||e.fontColor,u=o?i:0,d=s?a:0;if(s){var f=x(s,a*e.pix,n),h=r.x-f/2+(e.subtitle.offsetX||0)*e.pix,p=r.y+a*e.pix/2+(e.subtitle.offsetY||0)*e.pix;o&&(p+=(u*e.pix+5)/2),n.beginPath(),n.setFontSize(a*e.pix),n.setFillStyle(l),n.fillText(s,h,p),n.closePath(),n.stroke()}if(o){var g=x(o,i*e.pix,n),v=r.x-g/2+(e.title.offsetX||0),y=r.y+i*e.pix/2+(e.title.offsetY||0)*e.pix;s&&(y-=(d*e.pix+5)/2),n.beginPath(),n.setFontSize(i*e.pix),n.setFillStyle(c),n.fillText(o,v,y),n.closePath(),n.stroke()}}function le(e,t,n,r,i){var o=t.data,s=t.textOffset?t.textOffset:0;e.forEach((function(e,c){if(null!==e){r.beginPath();var l=t.textSize?t.textSize*i.pix:n.fontSize;r.setFontSize(l),r.setFillStyle(t.textColor||i.fontColor);var u=o[c];"object"===(0,a.default)(o[c])&&null!==o[c]&&(u=o[c].constructor.toString().indexOf("Array")>-1?o[c][1]:o[c].value);var d=t.formatter?t.formatter(u,c,t,i):u;r.setTextAlign("center"),r.fillText(String(d),e.x,e.y-4+s*i.pix),r.closePath(),r.stroke(),r.setTextAlign("left")}}))}function ue(e,t,n,r,i){var o=t.data,s=t.textOffset?t.textOffset:0,c=i.extra.column.labelPosition;e.forEach((function(e,l){if(null!==e){r.beginPath();var u=t.textSize?t.textSize*i.pix:n.fontSize;r.setFontSize(u),r.setFillStyle(t.textColor||i.fontColor);var d=o[l];"object"===(0,a.default)(o[l])&&null!==o[l]&&(d=o[l].constructor.toString().indexOf("Array")>-1?o[l][1]:o[l].value);var f=t.formatter?t.formatter(d,l,t,i):d;r.setTextAlign("center");var h=e.y-4*i.pix+s*i.pix;e.y>t.zeroPoints&&(h=e.y+s*i.pix+u),"insideTop"==c&&(h=e.y+u+s*i.pix,e.y>t.zeroPoints&&(h=e.y-s*i.pix-4*i.pix)),"center"==c&&(h=e.y+s*i.pix+(i.height-i.area[2]-e.y+u)/2,t.zeroPoints<i.height-i.area[2]&&(h=e.y+s*i.pix+(t.zeroPoints-e.y+u)/2),e.y>t.zeroPoints&&(h=e.y-s*i.pix-(e.y-t.zeroPoints-u)/2),"stack"==i.extra.column.type&&(h=e.y+s*i.pix+(e.y0-e.y+u)/2)),"bottom"==c&&(h=i.height-i.area[2]+s*i.pix-4*i.pix,t.zeroPoints<i.height-i.area[2]&&(h=t.zeroPoints+s*i.pix-4*i.pix),e.y>t.zeroPoints&&(h=t.zeroPoints-s*i.pix+u+2*i.pix),"stack"==i.extra.column.type&&(h=e.y0+s*i.pix-4*i.pix)),r.fillText(String(f),e.x,h),r.closePath(),r.stroke(),r.setTextAlign("left")}}))}function de(e,t,n,r,i,a){t.data;var o=t.textOffset?t.textOffset:0;i.extra.mount.labelPosition;e.forEach((function(e,s){if(null!==e){r.beginPath();var c=t[s].textSize?t[s].textSize*i.pix:n.fontSize;r.setFontSize(c),r.setFillStyle(t[s].textColor||i.fontColor);var l=e.value,u=t[s].formatter?t[s].formatter(l,s,t,i):l;r.setTextAlign("center");var d=e.y-4*i.pix+o*i.pix;e.y>a&&(d=e.y+o*i.pix+c),r.fillText(String(u),e.x,d),r.closePath(),r.stroke(),r.setTextAlign("left")}}))}function fe(e,t,n,r,i){var o=t.data;t.textOffset&&t.textOffset;e.forEach((function(e,s){if(null!==e){r.beginPath();var c=t.textSize?t.textSize*i.pix:n.fontSize;r.setFontSize(c),r.setFillStyle(t.textColor||i.fontColor);var l=o[s];"object"===(0,a.default)(o[s])&&null!==o[s]&&(l=o[s].value);var u=t.formatter?t.formatter(l,s,t,i):l;r.setTextAlign("left"),r.fillText(String(u),e.x+4*i.pix,e.y+c/2-3),r.closePath(),r.stroke()}}))}function he(e,t,n,r,i,a){var o;t-=e.width/2+e.labelOffset*r.pix,t=t<10?10:t,o=e.endAngle<e.startAngle?2+e.endAngle-e.startAngle:e.startAngle-e.endAngle;for(var s=o/e.splitLine.splitNumber,c=e.endNumber-e.startNumber,l=c/e.splitLine.splitNumber,u=e.startAngle,d=e.startNumber,f=0;f<e.splitLine.splitNumber+1;f++){var h={x:t*Math.cos(u*Math.PI),y:t*Math.sin(u*Math.PI)},p=e.formatter?e.formatter(d,f,r):d;h.x+=n.x-x(p,i.fontSize,a)/2,h.y+=n.y;var g=h.x,v=h.y;a.beginPath(),a.setFontSize(i.fontSize),a.setFillStyle(e.labelColor||r.fontColor),a.fillText(p,g,v+i.fontSize/2),a.closePath(),a.stroke(),u+=s,u>=2&&(u%=2),d+=l}}function pe(e,t,n,r,i,a){var o=r.extra.radar||{};e.forEach((function(e,s){if(!0===o.labelPointShow&&""!==r.categories[s]){var l={x:t*Math.cos(e),y:t*Math.sin(e)},u=p(l.x,l.y,n);a.setFillStyle(o.labelPointColor),a.beginPath(),a.arc(u.x,u.y,o.labelPointRadius*r.pix,0,2*Math.PI,!1),a.closePath(),a.fill()}if(!0===o.labelShow){var d={x:(t+i.radarLabelTextMargin*r.pix)*Math.cos(e),y:(t+i.radarLabelTextMargin*r.pix)*Math.sin(e)},f=p(d.x,d.y,n),h=f.x,g=f.y;c.approximatelyEqual(d.x,0)?h-=x(r.categories[s]||"",i.fontSize,a)/2:d.x<0&&(h-=x(r.categories[s]||"",i.fontSize,a)),a.beginPath(),a.setFontSize(i.fontSize),a.setFillStyle(o.labelColor||r.fontColor),a.fillText(r.categories[s]||"",h,g+i.fontSize/2),a.closePath(),a.stroke()}}))}function ge(e,t,n,r,i,a){for(var o=n.pieChartLinePadding,s=[],l=null,u=e.map((function(n,r){var i=n.formatter?n.formatter(n,r,e,t):c.toFixed(100*n._proportion_.toFixed(4))+"%";i=n.labelText?n.labelText:i;var a=2*Math.PI-(n._start_+2*Math.PI*n._proportion_/2);n._rose_proportion_&&(a=2*Math.PI-(n._start_+2*Math.PI*n._rose_proportion_/2));var o=n.color,s=n._radius_;return{arc:a,text:i,color:o,radius:s,textColor:n.textColor,textSize:n.textSize,labelShow:n.labelShow}})),d=0;d<u.length;d++){var f=u[d],h=Math.cos(f.arc)*(f.radius+o),v=Math.sin(f.arc)*(f.radius+o),y=Math.cos(f.arc)*f.radius,m=Math.sin(f.arc)*f.radius,_=h>=0?h+n.pieChartTextPadding:h-n.pieChartTextPadding,b=v,w=x(f.text,f.textSize*t.pix||n.fontSize,r),S=b;l&&c.isSameXCoordinateArea(l.start,{x:_})&&(S=_>0?Math.min(b,l.start.y):h<0||b>0?Math.max(b,l.start.y):Math.min(b,l.start.y)),_<0&&(_-=w);var k={lineStart:{x:y,y:m},lineEnd:{x:h,y:v},start:{x:_,y:S},width:w,height:n.fontSize,text:f.text,color:f.color,textColor:f.textColor,textSize:f.textSize};l=g(k,l),s.push(l)}for(var A=0;A<s.length;A++)if(!1!==u[A].labelShow){var P=s[A],T=p(P.lineStart.x,P.lineStart.y,a),C=p(P.lineEnd.x,P.lineEnd.y,a),O=p(P.start.x,P.start.y,a);r.setLineWidth(1*t.pix),r.setFontSize(P.textSize*t.pix||n.fontSize),r.beginPath(),r.setStrokeStyle(P.color),r.setFillStyle(P.color),r.moveTo(T.x,T.y);var D=P.start.x<0?O.x+P.width:O.x,M=P.start.x<0?O.x-5:O.x+5;r.quadraticCurveTo(C.x,C.y,D,O.y),r.moveTo(T.x,T.y),r.stroke(),r.closePath(),r.beginPath(),r.moveTo(O.x+P.width,O.y),r.arc(D,O.y,2*t.pix,0,2*Math.PI),r.closePath(),r.fill(),r.beginPath(),r.setFontSize(P.textSize*t.pix||n.fontSize),r.setFillStyle(P.textColor||t.fontColor),r.fillText(P.text,M,O.y+3),r.closePath(),r.stroke(),r.closePath()}}function ve(e,t,n){for(var r=s({},{type:"solid",dashLength:4,data:[]},e.extra.markLine),i=e.area[3],a=e.width-e.area[1],o=function(e,t){for(var n,r,i=t.height-t.area[0]-t.area[2],a=0;a<e.length;a++){e[a].yAxisIndex=e[a].yAxisIndex?e[a].yAxisIndex:0;var o=[].concat(t.chartData.yAxisData.ranges[e[a].yAxisIndex]);n=o.pop(),r=o.shift();var s=i*(e[a].value-n)/(r-n);e[a].y=t.height-Math.round(s)-t.area[2]}return e}(r.data,e),c=0;c<o.length;c++){var u=s({},{lineColor:"#DE4A42",showLabel:!1,labelFontSize:13,labelPadding:6,labelFontColor:"#666666",labelBgColor:"#DFE8FF",labelBgOpacity:.8,labelAlign:"left",labelOffsetX:0,labelOffsetY:0},o[c]);if("dash"==r.type&&n.setLineDash([r.dashLength,r.dashLength]),n.setStrokeStyle(u.lineColor),n.setLineWidth(1*e.pix),n.beginPath(),n.moveTo(i,u.y),n.lineTo(a,u.y),n.stroke(),n.setLineDash([]),u.showLabel){var d=u.labelFontSize*e.pix,f=u.labelText?u.labelText:u.value;n.setFontSize(d);var h=x(f,d,n),p=h+u.labelPadding*e.pix*2,g="left"==u.labelAlign?e.area[3]-p:e.width-e.area[1];g+=u.labelOffsetX;var v=u.y-.5*d-u.labelPadding*e.pix;v+=u.labelOffsetY;var y=g+u.labelPadding*e.pix;u.y;n.setFillStyle(l(u.labelBgColor,u.labelBgOpacity)),n.setStrokeStyle(u.labelBgColor),n.setLineWidth(1*e.pix),n.beginPath(),n.rect(g,v,p,d+2*u.labelPadding*e.pix),n.closePath(),n.stroke(),n.fill(),n.setFontSize(d),n.setTextAlign("left"),n.setFillStyle(u.labelFontColor),n.fillText(String(f),y,v+d+u.labelPadding*e.pix/2),n.stroke(),n.setTextAlign("left")}}}function ye(e,t,n,r,i){var a=s({},{gridType:"solid",dashLength:4},e.extra.tooltip),o=e.area[3],c=e.width-e.area[1];if("dash"==a.gridType&&n.setLineDash([a.dashLength,a.dashLength]),n.setStrokeStyle(a.gridColor||"#cccccc"),n.setLineWidth(1*e.pix),n.beginPath(),n.moveTo(o,e.tooltip.offset.y),n.lineTo(c,e.tooltip.offset.y),n.stroke(),n.setLineDash([]),a.yAxisLabel)for(var u=a.boxPadding*e.pix,d=function(e,t,n,r,i){for(var a=[].concat(n.chartData.yAxisData.ranges),o=n.height-n.area[0]-n.area[2],s=n.area[0],c=[],l=0;l<a.length;l++){var u=Math.max.apply(this,a[l]),d=Math.min.apply(this,a[l]),f=u-(u-d)*(e-s)/o;f=n.yAxis.data&&n.yAxis.data[l].formatter?n.yAxis.data[l].formatter(f,l,n):f.toFixed(0),c.push(String(f))}return c}(e.tooltip.offset.y,e.series,e),f=e.chartData.yAxisData.yAxisWidth,h=e.area[3],p=e.width-e.area[1],g=0;g<d.length;g++){n.setFontSize(a.fontSize*e.pix);var v,y=x(d[g],a.fontSize*e.pix,n),m=void 0,_=void 0;"left"==f[g].position?(m=h-(y+2*u)-2*e.pix,_=Math.max(m,m+y+2*u)):(m=p+2*e.pix,_=Math.max(m+f[g].width,m+y+2*u)),v=_-m;var b=m+(v-y)/2,w=e.tooltip.offset.y;n.beginPath(),n.setFillStyle(l(a.labelBgColor||t.toolTipBackground,a.labelBgOpacity||t.toolTipOpacity)),n.setStrokeStyle(a.labelBgColor||t.toolTipBackground),n.setLineWidth(1*e.pix),n.rect(m,w-.5*t.fontSize-u,v,t.fontSize+2*u),n.closePath(),n.stroke(),n.fill(),n.beginPath(),n.setFontSize(t.fontSize),n.setFillStyle(a.labelFontColor||e.fontColor),n.fillText(d[g],b,w+.5*t.fontSize),n.closePath(),n.stroke(),"left"==f[g].position?h-=f[g].width+e.yAxis.padding*e.pix:p+=f[g].width+e.yAxis.padding*e.pix}}function me(e,t,n,r,i){var a=s({},{activeBgColor:"#000000",activeBgOpacity:.08,activeWidth:i},t.extra.column);a.activeWidth=a.activeWidth>i?i:a.activeWidth;var o=t.area[0],c=t.height-t.area[2];r.beginPath(),r.setFillStyle(l(a.activeBgColor,a.activeBgOpacity)),r.rect(e-a.activeWidth/2,o,a.activeWidth,c-o),r.closePath(),r.fill(),r.setFillStyle("#FFFFFF")}function xe(e,t,n,r,i){var a=s({},{activeBgColor:"#000000",activeBgOpacity:.08},t.extra.bar),o=t.area[3],c=t.width-t.area[1];r.beginPath(),r.setFillStyle(l(a.activeBgColor,a.activeBgOpacity)),r.rect(o,e-i/2,c-o,i),r.closePath(),r.fill(),r.setFillStyle("#FFFFFF")}function _e(e,t,n,r,i,a,o){var c=s({},{showBox:!0,showArrow:!0,showCategory:!1,bgColor:"#000000",bgOpacity:.7,borderColor:"#000000",borderWidth:0,borderRadius:0,borderOpacity:.7,boxPadding:3,fontColor:"#FFFFFF",fontSize:13,lineHeight:20,legendShow:!0,legendShape:"auto",splitLine:!0},n.extra.tooltip);1==c.showCategory&&n.categories&&e.unshift({text:n.categories[n.tooltip.index],color:null});var u=c.fontSize*n.pix,d=c.lineHeight*n.pix,f=c.boxPadding*n.pix,h=u,p=5*n.pix;0==c.legendShow&&(h=0,p=0);var g=c.showArrow?8*n.pix:0,v=!1;"line"!=n.type&&"mount"!=n.type&&"area"!=n.type&&"candle"!=n.type&&"mix"!=n.type||1==c.splitLine&&function(e,t,n,r){var i=t.extra.tooltip||{};i.gridType=void 0==i.gridType?"solid":i.gridType,i.dashLength=void 0==i.dashLength?4:i.dashLength;var a=t.area[0],o=t.height-t.area[2];if("dash"==i.gridType&&r.setLineDash([i.dashLength,i.dashLength]),r.setStrokeStyle(i.gridColor||"#cccccc"),r.setLineWidth(1*t.pix),r.beginPath(),r.moveTo(e,a),r.lineTo(e,o),r.stroke(),r.setLineDash([]),i.xAxisLabel){var s=t.categories[t.tooltip.index];r.setFontSize(n.fontSize);var c=x(s,n.fontSize,r),u=e-.5*c,d=o+2*t.pix;r.beginPath(),r.setFillStyle(l(i.labelBgColor||n.toolTipBackground,i.labelBgOpacity||n.toolTipOpacity)),r.setStrokeStyle(i.labelBgColor||n.toolTipBackground),r.setLineWidth(1*t.pix),r.rect(u-i.boxPadding*t.pix,d,c+2*i.boxPadding*t.pix,n.fontSize+2*i.boxPadding*t.pix),r.closePath(),r.stroke(),r.fill(),r.beginPath(),r.setFontSize(n.fontSize),r.setFillStyle(i.labelFontColor||t.fontColor),r.fillText(String(s),u,d+i.boxPadding*t.pix+n.fontSize),r.closePath(),r.stroke()}}(n.tooltip.offset.x,n,r,i),t=s({x:0,y:0},t),t.y-=8*n.pix;var y=e.map((function(e){return x(e.text,u,i)})),m=h+p+4*f+Math.max.apply(null,y),_=2*f+e.length*d;if(0!=c.showBox){t.x-Math.abs(n._scrollDistance_||0)+g+m>n.width&&(v=!0),_+t.y>n.height&&(t.y=n.height-_),i.beginPath(),i.setFillStyle(l(c.bgColor,c.bgOpacity)),i.setLineWidth(c.borderWidth*n.pix),i.setStrokeStyle(l(c.borderColor,c.borderOpacity));var b=c.borderRadius;v?(m+g>n.width&&(t.x=n.width+Math.abs(n._scrollDistance_||0)+g+(m-n.width)),m>t.x&&(t.x=n.width+Math.abs(n._scrollDistance_||0)+g+(m-n.width)),c.showArrow&&(i.moveTo(t.x,t.y+10*n.pix),i.lineTo(t.x-g,t.y+10*n.pix+5*n.pix)),i.arc(t.x-g-b,t.y+_-b,b,0,Math.PI/2,!1),i.arc(t.x-g-Math.round(m)+b,t.y+_-b,b,Math.PI/2,Math.PI,!1),i.arc(t.x-g-Math.round(m)+b,t.y+b,b,-Math.PI,-Math.PI/2,!1),i.arc(t.x-g-b,t.y+b,b,-Math.PI/2,0,!1),c.showArrow&&(i.lineTo(t.x-g,t.y+10*n.pix-5*n.pix),i.lineTo(t.x,t.y+10*n.pix))):(c.showArrow&&(i.moveTo(t.x,t.y+10*n.pix),i.lineTo(t.x+g,t.y+10*n.pix-5*n.pix)),i.arc(t.x+g+b,t.y+b,b,-Math.PI,-Math.PI/2,!1),i.arc(t.x+g+Math.round(m)-b,t.y+b,b,-Math.PI/2,0,!1),i.arc(t.x+g+Math.round(m)-b,t.y+_-b,b,0,Math.PI/2,!1),i.arc(t.x+g+b,t.y+_-b,b,Math.PI/2,Math.PI,!1),c.showArrow&&(i.lineTo(t.x+g,t.y+10*n.pix+5*n.pix),i.lineTo(t.x,t.y+10*n.pix))),i.closePath(),i.fill(),c.borderWidth>0&&i.stroke(),c.legendShow&&e.forEach((function(e,r){if(null!==e.color){i.beginPath(),i.setFillStyle(e.color);var a=t.x+g+2*f,o=t.y+(d-u)/2+d*r+f+1;switch(v&&(a=t.x-m-g+2*f),e.legendShape){case"line":i.moveTo(a,o+.5*h-2*n.pix),i.fillRect(a,o+.5*h-2*n.pix,h,4*n.pix);break;case"triangle":i.moveTo(a+7.5*n.pix,o+.5*h-5*n.pix),i.lineTo(a+2.5*n.pix,o+.5*h+5*n.pix),i.lineTo(a+12.5*n.pix,o+.5*h+5*n.pix),i.lineTo(a+7.5*n.pix,o+.5*h-5*n.pix);break;case"diamond":i.moveTo(a+7.5*n.pix,o+.5*h-5*n.pix),i.lineTo(a+2.5*n.pix,o+.5*h),i.lineTo(a+7.5*n.pix,o+.5*h+5*n.pix),i.lineTo(a+12.5*n.pix,o+.5*h),i.lineTo(a+7.5*n.pix,o+.5*h-5*n.pix);break;case"circle":i.moveTo(a+7.5*n.pix,o+.5*h),i.arc(a+7.5*n.pix,o+.5*h,5*n.pix,0,2*Math.PI);break;case"rect":i.moveTo(a,o+.5*h-5*n.pix),i.fillRect(a,o+.5*h-5*n.pix,15*n.pix,10*n.pix);break;case"square":i.moveTo(a+2*n.pix,o+.5*h-5*n.pix),i.fillRect(a+2*n.pix,o+.5*h-5*n.pix,10*n.pix,10*n.pix);break;default:i.moveTo(a,o+.5*h-5*n.pix),i.fillRect(a,o+.5*h-5*n.pix,15*n.pix,10*n.pix)}i.closePath(),i.fill()}})),e.forEach((function(e,n){var r=t.x+g+2*f+h+p;v&&(r=t.x-m-g+2*f+h+p);var a=t.y+d*n+(d-u)/2-1+f+u;i.beginPath(),i.setFontSize(u),i.setTextBaseline("normal"),i.setFillStyle(c.fontColor),i.fillText(e.text,r,a),i.closePath(),i.stroke()}))}}function be(e,t,n,r,i,a){var o=e.extra.tooltip||{};o.horizentalLine&&e.tooltip&&1===r&&("line"==e.type||"area"==e.type||"column"==e.type||"mount"==e.type||"candle"==e.type||"mix"==e.type)&&ye(e,t,n),n.save(),e._scrollDistance_&&0!==e._scrollDistance_&&!0===e.enableScroll&&n.translate(e._scrollDistance_,0),e.tooltip&&e.tooltip.textList&&e.tooltip.textList.length&&1===r&&_e(e.tooltip.textList,e.tooltip.offset,e,t,n),n.restore()}function we(e,t,n,r){var i=t.chartData.xAxisData,a=i.xAxisPoints,o=i.startX,s=i.endX,c=i.eachSpacing,l="center";"bar"!=t.type&&"line"!=t.type&&"area"!=t.type&&"scatter"!=t.type&&"bubble"!=t.type||(l=t.xAxis.boundaryGap);var u=t.height-t.area[2],d=t.area[0];if(t.enableScroll&&t.xAxis.scrollShow){var f=t.height-t.area[2]+n.xAxisHeight,h=s-o,p=c*(a.length-1);"mount"==t.type&&t.extra&&t.extra.mount&&t.extra.mount.widthRatio&&t.extra.mount.widthRatio>1&&(t.extra.mount.widthRatio>2&&(t.extra.mount.widthRatio=2),p+=(t.extra.mount.widthRatio-1)*c);var g=h*h/p,v=0;t._scrollDistance_&&(v=-t._scrollDistance_*h/p),r.beginPath(),r.setLineCap("round"),r.setLineWidth(6*t.pix),r.setStrokeStyle(t.xAxis.scrollBackgroundColor||"#EFEBEF"),r.moveTo(o,f),r.lineTo(s,f),r.stroke(),r.closePath(),r.beginPath(),r.setLineCap("round"),r.setLineWidth(6*t.pix),r.setStrokeStyle(t.xAxis.scrollColor||"#A6A6A6"),r.moveTo(o+v,f),r.lineTo(o+v+g,f),r.stroke(),r.closePath(),r.setLineCap("butt")}if(r.save(),t._scrollDistance_&&0!==t._scrollDistance_&&r.translate(t._scrollDistance_,0),!0===t.xAxis.calibration&&(r.setStrokeStyle(t.xAxis.gridColor||"#cccccc"),r.setLineCap("butt"),r.setLineWidth(1*t.pix),a.forEach((function(e,n){n>0&&(r.beginPath(),r.moveTo(e-c/2,u),r.lineTo(e-c/2,u+3*t.pix),r.closePath(),r.stroke())}))),!0!==t.xAxis.disableGrid&&(r.setStrokeStyle(t.xAxis.gridColor||"#cccccc"),r.setLineCap("butt"),r.setLineWidth(1*t.pix),"dash"==t.xAxis.gridType&&r.setLineDash([t.xAxis.dashLength*t.pix,t.xAxis.dashLength*t.pix]),t.xAxis.gridEval=t.xAxis.gridEval||1,a.forEach((function(e,n){n%t.xAxis.gridEval==0&&(r.beginPath(),r.moveTo(e,u),r.lineTo(e,d),r.stroke())})),r.setLineDash([])),!0!==t.xAxis.disabled){var y=e.length;t.xAxis.labelCount&&(y=t.xAxis.itemCount?Math.ceil(e.length/t.xAxis.itemCount*t.xAxis.labelCount):t.xAxis.labelCount,y-=1);for(var m=Math.ceil(e.length/y),_=[],b=e.length,w=0;w<b;w++)w%m!==0?_.push(""):_.push(e[w]);_[b-1]=e[b-1];var S=t.xAxis.fontSize*t.pix||n.fontSize;0===n._xAxisTextAngle_?_.forEach((function(e,n){var i=t.xAxis.formatter?t.xAxis.formatter(e,n,t):e,o=-x(String(i),S,r)/2;"center"==l&&(o+=c/2);t.xAxis.scrollShow&&t.pix;var s=t._scrollDistance_||0,d="center"==l?a[n]+c/2:a[n];d-Math.abs(s)>=t.area[3]-1&&d-Math.abs(s)<=t.width-t.area[1]+1&&(r.beginPath(),r.setFontSize(S),r.setFillStyle(t.xAxis.fontColor||t.fontColor),r.fillText(String(i),a[n]+o,u+t.xAxis.marginTop*t.pix+(t.xAxis.lineHeight-t.xAxis.fontSize)*t.pix/2+t.xAxis.fontSize*t.pix),r.closePath(),r.stroke())})):_.forEach((function(e,i){var o=t.xAxis.formatter?t.xAxis.formatter(e):e,s=t._scrollDistance_||0,d="center"==l?a[i]+c/2:a[i];if(d-Math.abs(s)>=t.area[3]-1&&d-Math.abs(s)<=t.width-t.area[1]+1){r.save(),r.beginPath(),r.setFontSize(S),r.setFillStyle(t.xAxis.fontColor||t.fontColor);var f=x(String(o),S,r),h=a[i];"center"==l&&(h=a[i]+c/2);t.xAxis.scrollShow&&6*t.pix;var p=u+t.xAxis.marginTop*t.pix+S-S*Math.abs(Math.sin(n._xAxisTextAngle_));t.xAxis.rotateAngle<0?(h-=S/2,f=0):(h+=S/2,f=-f),r.translate(h,p),r.rotate(-1*n._xAxisTextAngle_),r.fillText(String(o),f,0),r.closePath(),r.stroke(),r.restore()}}))}r.restore(),t.xAxis.title&&(r.beginPath(),r.setFontSize(t.xAxis.titleFontSize*t.pix),r.setFillStyle(t.xAxis.titleFontColor),r.fillText(String(t.xAxis.title),t.width-t.area[1]+t.xAxis.titleOffsetX*t.pix,t.height-t.area[2]+t.xAxis.marginTop*t.pix+(t.xAxis.lineHeight-t.xAxis.titleFontSize)*t.pix/2+(t.xAxis.titleFontSize+t.xAxis.titleOffsetY)*t.pix),r.closePath(),r.stroke()),t.xAxis.axisLine&&(r.beginPath(),r.setStrokeStyle(t.xAxis.axisLineColor),r.setLineWidth(1*t.pix),r.moveTo(o,t.height-t.area[2]),r.lineTo(s,t.height-t.area[2]),r.stroke())}function Se(e,t,n,r){if(!0!==t.yAxis.disableGrid){var i=t.height-t.area[0]-t.area[2],a=i/t.yAxis.splitNumber,o=t.area[3],s=t.chartData.xAxisData.xAxisPoints,c=t.chartData.xAxisData.eachSpacing,l=c*(s.length-1);"mount"==t.type&&t.extra&&t.extra.mount&&t.extra.mount.widthRatio&&t.extra.mount.widthRatio>1&&(t.extra.mount.widthRatio>2&&(t.extra.mount.widthRatio=2),l+=(t.extra.mount.widthRatio-1)*c);var u=o+l,d=[],f=1;!1===t.xAxis.axisLine&&(f=0);for(var h=f;h<t.yAxis.splitNumber+1;h++)d.push(t.height-t.area[2]-a*h);r.save(),t._scrollDistance_&&0!==t._scrollDistance_&&r.translate(t._scrollDistance_,0),"dash"==t.yAxis.gridType&&r.setLineDash([t.yAxis.dashLength*t.pix,t.yAxis.dashLength*t.pix]),r.setStrokeStyle(t.yAxis.gridColor),r.setLineWidth(1*t.pix),d.forEach((function(e,t){r.beginPath(),r.moveTo(o,e),r.lineTo(u,e),r.stroke()})),r.setLineDash([]),r.restore()}}function ke(e,t,n,r){if(!0!==t.yAxis.disabled){var i=t.height-t.area[0]-t.area[2],a=i/t.yAxis.splitNumber,o=t.area[3],s=t.width-t.area[1],c=t.height-t.area[2];r.beginPath(),r.setFillStyle(t.background),1==t.enableScroll&&t.xAxis.scrollPosition&&"left"!==t.xAxis.scrollPosition&&r.fillRect(0,0,o,c+2*t.pix),1==t.enableScroll&&t.xAxis.scrollPosition&&"right"!==t.xAxis.scrollPosition&&r.fillRect(s,0,t.width,c+2*t.pix),r.closePath(),r.stroke();var l=t.area[3],u=t.width-t.area[1],d=t.area[3]+(t.width-t.area[1]-t.area[3])/2;if(t.yAxis.data)for(var f=function(e){var o=t.yAxis.data[e];if(p=[],"categories"===o.type)for(var s=0;s<=o.categories.length;s++)p.push(t.area[0]+i/o.categories.length/2+i/o.categories.length*s);else for(var c=0;c<=t.yAxis.splitNumber;c++)p.push(t.area[0]+a*c);if(!0!==o.disabled){var f=t.chartData.yAxisData.rangesFormat[e],h=o.fontSize?o.fontSize*t.pix:n.fontSize,g=t.chartData.yAxisData.yAxisWidth[e],v=o.textAlign||"right";if(f.forEach((function(e,n){var i=p[n];r.beginPath(),r.setFontSize(h),r.setLineWidth(1*t.pix),r.setStrokeStyle(o.axisLineColor||"#cccccc"),r.setFillStyle(o.fontColor||t.fontColor);var a=0,s=4*t.pix;if("left"==g.position){switch(1==o.calibration&&(r.moveTo(l,i),r.lineTo(l-3*t.pix,i),s+=3*t.pix),v){case"left":r.setTextAlign("left"),a=l-g.width;break;case"right":r.setTextAlign("right"),a=l-s;break;default:r.setTextAlign("center"),a=l-g.width/2}r.fillText(String(e),a,i+h/2-3*t.pix)}else if("right"==g.position){switch(1==o.calibration&&(r.moveTo(u,i),r.lineTo(u+3*t.pix,i),s+=3*t.pix),v){case"left":r.setTextAlign("left"),a=u+s;break;case"right":r.setTextAlign("right"),a=u+g.width;break;default:r.setTextAlign("center"),a=u+g.width/2}r.fillText(String(e),a,i+h/2-3*t.pix)}else if("center"==g.position){switch(1==o.calibration&&(r.moveTo(d,i),r.lineTo(d-3*t.pix,i),s+=3*t.pix),v){case"left":r.setTextAlign("left"),a=d-g.width;break;case"right":r.setTextAlign("right"),a=d-s;break;default:r.setTextAlign("center"),a=d-g.width/2}r.fillText(String(e),a,i+h/2-3*t.pix)}r.closePath(),r.stroke(),r.setTextAlign("left")})),!1!==o.axisLine&&(r.beginPath(),r.setStrokeStyle(o.axisLineColor||"#cccccc"),r.setLineWidth(1*t.pix),"left"==g.position?(r.moveTo(l,t.height-t.area[2]),r.lineTo(l,t.area[0])):"right"==g.position?(r.moveTo(u,t.height-t.area[2]),r.lineTo(u,t.area[0])):"center"==g.position&&(r.moveTo(d,t.height-t.area[2]),r.lineTo(d,t.area[0])),r.stroke()),t.yAxis.showTitle){var y=o.titleFontSize*t.pix||n.fontSize,m=o.title;r.beginPath(),r.setFontSize(y),r.setFillStyle(o.titleFontColor||t.fontColor),"left"==g.position?r.fillText(m,l-x(m,y,r)/2+(o.titleOffsetX||0),t.area[0]-(10-(o.titleOffsetY||0))*t.pix):"right"==g.position?r.fillText(m,u-x(m,y,r)/2+(o.titleOffsetX||0),t.area[0]-(10-(o.titleOffsetY||0))*t.pix):"center"==g.position&&r.fillText(m,d-x(m,y,r)/2+(o.titleOffsetX||0),t.area[0]-(10-(o.titleOffsetY||0))*t.pix),r.closePath(),r.stroke()}"left"==g.position?l-=g.width+t.yAxis.padding*t.pix:u+=g.width+t.yAxis.padding*t.pix}},h=0;h<t.yAxis.data.length;h++){var p;f(h)}}}function Ae(e,t,n,r,i){if(!1!==t.legend.show){var a=i.legendData,o=a.points,s=a.area,c=t.legend.padding*t.pix,l=t.legend.fontSize*t.pix,u=15*t.pix,d=5*t.pix,f=t.legend.itemGap*t.pix,h=Math.max(t.legend.lineHeight*t.pix,l);r.beginPath(),r.setLineWidth(t.legend.borderWidth*t.pix),r.setStrokeStyle(t.legend.borderColor),r.setFillStyle(t.legend.backgroundColor),r.moveTo(s.start.x,s.start.y),r.rect(s.start.x,s.start.y,s.width,s.height),r.closePath(),r.fill(),r.stroke(),o.forEach((function(e,i){var o,p=0;p=a.widthArr[i],o=a.heightArr[i];var g=0,v=0;if("top"==t.legend.position||"bottom"==t.legend.position){switch(t.legend.float){case"left":g=s.start.x+c;break;case"right":g=s.start.x+s.width-p;break;default:g=s.start.x+(s.width-p)/2}v=s.start.y+c+i*h}else p=0==i?0:a.widthArr[i-1],g=s.start.x+c+p,v=s.start.y+c+(s.height-o)/2;r.setFontSize(n.fontSize);for(var y=0;y<e.length;y++){var m=e[y];switch(m.area=[0,0,0,0],m.area[0]=g,m.area[1]=v,m.area[3]=v+h,r.beginPath(),r.setLineWidth(1*t.pix),r.setStrokeStyle(m.show?m.color:t.legend.hiddenColor),r.setFillStyle(m.show?m.color:t.legend.hiddenColor),m.legendShape){case"line":r.moveTo(g,v+.5*h-2*t.pix),r.fillRect(g,v+.5*h-2*t.pix,15*t.pix,4*t.pix);break;case"triangle":r.moveTo(g+7.5*t.pix,v+.5*h-5*t.pix),r.lineTo(g+2.5*t.pix,v+.5*h+5*t.pix),r.lineTo(g+12.5*t.pix,v+.5*h+5*t.pix),r.lineTo(g+7.5*t.pix,v+.5*h-5*t.pix);break;case"diamond":r.moveTo(g+7.5*t.pix,v+.5*h-5*t.pix),r.lineTo(g+2.5*t.pix,v+.5*h),r.lineTo(g+7.5*t.pix,v+.5*h+5*t.pix),r.lineTo(g+12.5*t.pix,v+.5*h),r.lineTo(g+7.5*t.pix,v+.5*h-5*t.pix);break;case"circle":r.moveTo(g+7.5*t.pix,v+.5*h),r.arc(g+7.5*t.pix,v+.5*h,5*t.pix,0,2*Math.PI);break;case"rect":r.moveTo(g,v+.5*h-5*t.pix),r.fillRect(g,v+.5*h-5*t.pix,15*t.pix,10*t.pix);break;case"square":r.moveTo(g+5*t.pix,v+.5*h-5*t.pix),r.fillRect(g+5*t.pix,v+.5*h-5*t.pix,10*t.pix,10*t.pix);break;case"none":break;default:r.moveTo(g,v+.5*h-5*t.pix),r.fillRect(g,v+.5*h-5*t.pix,15*t.pix,10*t.pix)}r.closePath(),r.fill(),r.stroke(),g+=u+d;var _=.5*h+.5*l-2,b=m.legendText?m.legendText:m.name;r.beginPath(),r.setFontSize(l),r.setFillStyle(m.show?t.legend.fontColor:t.legend.hiddenColor),r.fillText(b,g,v+_),r.closePath(),r.stroke(),"top"==t.legend.position||"bottom"==t.legend.position?(g+=x(b,l,r)+f,m.area[2]=g):(m.area[2]=g+x(b,l,r)+f,g-=u+d,v+=h)}}))}}function Pe(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=s({},{activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,ringWidth:30,customRadius:0,border:!1,borderWidth:2,borderColor:"#FFFFFF",centerColor:"#FFFFFF",linearType:"none",customColor:[]},"pie"==t.type?t.extra.pie:t.extra.ring),o={x:t.area[3]+(t.width-t.area[1]-t.area[3])/2,y:t.area[0]+(t.height-t.area[0]-t.area[2])/2};0==n.pieChartLinePadding&&(n.pieChartLinePadding=a.activeRadius*t.pix);var c=Math.min((t.width-t.area[1]-t.area[3])/2-n.pieChartLinePadding-n.pieChartTextPadding-n._pieTextMaxLength_,(t.height-t.area[0]-t.area[2])/2-n.pieChartLinePadding-n.pieChartTextPadding);c=c<10?10:c,a.customRadius>0&&(c=a.customRadius*t.pix),e=R(e,c,i);var u=a.activeRadius*t.pix;if(a.customColor=y(a.linearType,a.customColor,e,n),e=e.map((function(e){return e._start_+=a.offsetAngle*Math.PI/180,e})),e.forEach((function(e,n){t.tooltip&&t.tooltip.index==n&&(r.beginPath(),r.setFillStyle(l(e.color,a.activeOpacity||.5)),r.moveTo(o.x,o.y),r.arc(o.x,o.y,e._radius_+u,e._start_,e._start_+2*e._proportion_*Math.PI),r.closePath(),r.fill()),r.beginPath(),r.setLineWidth(a.borderWidth*t.pix),r.lineJoin="round",r.setStrokeStyle(a.borderColor);var i,s=e.color;"custom"==a.linearType&&(i=r.createCircularGradient?r.createCircularGradient(o.x,o.y,e._radius_):r.createRadialGradient(o.x,o.y,0,o.x,o.y,e._radius_),i.addColorStop(0,l(a.customColor[e.linearIndex],1)),i.addColorStop(1,l(e.color,1)),s=i);r.setFillStyle(s),r.moveTo(o.x,o.y),r.arc(o.x,o.y,e._radius_,e._start_,e._start_+2*e._proportion_*Math.PI),r.closePath(),r.fill(),1==a.border&&r.stroke()})),"ring"===t.type){var d=.6*c;"number"===typeof a.ringWidth&&a.ringWidth>0&&(d=Math.max(0,c-a.ringWidth*t.pix)),r.beginPath(),r.setFillStyle(a.centerColor),r.moveTo(o.x,o.y),r.arc(o.x,o.y,d,0,2*Math.PI),r.closePath(),r.fill()}return!1!==t.dataLabel&&1===i&&ge(e,t,n,r,0,o),1===i&&"ring"===t.type&&ce(t,n,r,o),{center:o,radius:c,series:e}}function Te(e,t){var n=Array(2),r=20037508.34*e/180,i=Math.log(Math.tan((90+t)*Math.PI/360))/(Math.PI/180);return i=20037508.34*i/180,n[0]=r,n[1]=i,n}function Ce(e,t,n,r,i,a){return{x:(t-n.xMin)*r+i,y:(n.yMax-e)*r+a}}function Oe(e,t,n){if(t[1]==n[1])return!1;if(t[1]>e[1]&&n[1]>e[1])return!1;if(t[1]<e[1]&&n[1]<e[1])return!1;if(t[1]==e[1]&&n[1]>e[1])return!1;if(n[1]==e[1]&&t[1]>e[1])return!1;if(t[0]<e[0]&&n[1]<e[1])return!1;var r=n[0]-(n[0]-t[0])*(n[1]-e[1])/(n[1]-t[1]);return!(r<e[0])}function De(e,t,n){for(var r=0,i=0;i<t.length;i++){var a=t[i][0];1==t.length&&(a=t[i][0]);for(var o=0;o<a.length-1;o++){var s=a[o],c=a[o+1];n&&(s=Te(a[o][0],a[o][1]),c=Te(a[o+1][0],a[o+1][1])),Oe(e,s,c)&&(r+=1)}}return r%2==1}function Me(e,t,n){n=0==n?1:n;for(var r=[],i=0;i<n;i++)r[i]=Math.random();return Math.floor(r.reduce((function(e,t){return e+t}))/n*(t-e))+e}function Le(e,t,n,r){for(var i=!1,a=0;a<t.length;a++)if(t[a].area){if(!(e[3]<t[a].area[1]||e[0]>t[a].area[2]||e[1]>t[a].area[3]||e[2]<t[a].area[0])){i=!0;break}if(e[0]<0||e[1]<0||e[2]>n||e[3]>r){i=!0;break}i=!1}return i}function Ie(e,t,n){var r=e.series;switch(t){case"normal":for(var i=0;i<r.length;i++){var a=r[i].name,o=r[i].textSize*e.pix,s=x(a,o,n),c=void 0,l=void 0,u=void 0,d=0;while(1){d++,c=Me(-e.width/2,e.width/2,5)-s/2,l=Me(-e.height/2,e.height/2,5)+o/2,u=[c-5+e.width/2,l-5-o+e.height/2,c+s+5+e.width/2,l+5+e.height/2];var f=Le(u,r,e.width,e.height);if(!f)break;if(1e3==d){u=[-100,-100,-100,-100];break}}r[i].area=u}break;case"vertical":for(var h=function(){return Math.random()>.7},p=0;p<r.length;p++){var g=r[p].name,v=r[p].textSize*e.pix,y=x(g,v,n),m=h(),_=void 0,b=void 0,w=void 0,S=void 0,k=0;while(1){k++;var A=void 0;if(m?(_=Me(-e.width/2,e.width/2,5)-y/2,b=Me(-e.height/2,e.height/2,5)+v/2,w=[b-5-y+e.width/2,-_-5+e.height/2,b+5+e.width/2,-_+v+5+e.height/2],S=[e.width-(e.width/2-e.height/2)-(-_+v+5+e.height/2)-5,e.height/2-e.width/2+(b-5-y+e.width/2)-5,e.width-(e.width/2-e.height/2)-(-_+v+5+e.height/2)+v,e.height/2-e.width/2+(b-5-y+e.width/2)+y+5],A=Le(S,r,e.height,e.width)):(_=Me(-e.width/2,e.width/2,5)-y/2,b=Me(-e.height/2,e.height/2,5)+v/2,w=[_-5+e.width/2,b-5-v+e.height/2,_+y+5+e.width/2,b+5+e.height/2],A=Le(w,r,e.width,e.height)),!A)break;if(1e3==k){w=[-1e3,-1e3,-1e3,-1e3];break}}m?(r[p].area=S,r[p].areav=w):r[p].area=w,r[p].rotate=m}break}return r}function Ee(e,t,n,r,i,a,o){for(var s=0;s<e.length;s++){var l=e[s];if(!1!==l.labelShow){var u=void 0,d=void 0,f=void 0,h=void 0,p=l.formatter?l.formatter(l,s,e,t):c.toFixed(100*l._proportion_)+"%";p=l.labelText?l.labelText:p,"right"==i&&(u=s==e.length-1?(l.funnelArea[2]+o.x)/2:(l.funnelArea[2]+e[s+1].funnelArea[2])/2,d=u+2*a,f=l.funnelArea[1]+r/2,h=l.textSize*t.pix||t.fontSize*t.pix,n.setLineWidth(1*t.pix),n.setStrokeStyle(l.color),n.setFillStyle(l.color),n.beginPath(),n.moveTo(u,f),n.lineTo(d,f),n.stroke(),n.closePath(),n.beginPath(),n.moveTo(d,f),n.arc(d,f,2*t.pix,0,2*Math.PI),n.closePath(),n.fill(),n.beginPath(),n.setFontSize(h),n.setFillStyle(l.textColor||t.fontColor),n.fillText(p,d+5,f+h/2-2),n.closePath(),n.stroke(),n.closePath()),"left"==i&&(u=s==e.length-1?(l.funnelArea[0]+o.x)/2:(l.funnelArea[0]+e[s+1].funnelArea[0])/2,d=u-2*a,f=l.funnelArea[1]+r/2,h=l.textSize*t.pix||t.fontSize*t.pix,n.setLineWidth(1*t.pix),n.setStrokeStyle(l.color),n.setFillStyle(l.color),n.beginPath(),n.moveTo(u,f),n.lineTo(d,f),n.stroke(),n.closePath(),n.beginPath(),n.moveTo(d,f),n.arc(d,f,2,0,2*Math.PI),n.closePath(),n.fill(),n.beginPath(),n.setFontSize(h),n.setFillStyle(l.textColor||t.fontColor),n.fillText(p,d-5-x(p,h,n),f+h/2-2),n.closePath(),n.stroke(),n.closePath())}}}function Fe(e,t,n,r,i,a,o){for(var s=0;s<e.length;s++){var c=e[s],l=void 0,u=void 0;c.centerText&&(l=c.funnelArea[1]+r/2,u=c.centerTextSize*t.pix||t.fontSize*t.pix,n.beginPath(),n.setFontSize(u),n.setFillStyle(c.centerTextColor||"#FFFFFF"),n.fillText(c.centerText,o.x-x(c.centerText,u,n)/2,l+u/2-2),n.closePath(),n.stroke(),n.closePath())}}function Re(e,t){t.save(),t.translate(0,.5),t.restore(),t.draw()}var je={easeIn:function(e){return Math.pow(e,3)},easeOut:function(e){return Math.pow(e-1,3)+1},easeInOut:function(e){return(e/=.5)<1?.5*Math.pow(e,3):.5*(Math.pow(e-2,3)+2)},linear:function(e){return e}};function $e(e){this.isStop=!1,e.duration="undefined"===typeof e.duration?1e3:e.duration,e.timing=e.timing||"easeInOut";var t=function(){return"undefined"!==typeof setTimeout?function(e,t){setTimeout((function(){var t=+new Date;e(t)}),t)}:"undefined"!==typeof requestAnimationFrame?requestAnimationFrame:function(e){e(null)}}(),n=null,r=function(i){if(null===i||!0===this.isStop)return e.onProcess&&e.onProcess(1),void(e.onAnimationFinish&&e.onAnimationFinish());if(null===n&&(n=i),i-n<e.duration){var a=(i-n)/e.duration,o=je[e.timing];a=o(a),e.onProcess&&e.onProcess(a),t(r,17)}else e.onProcess&&e.onProcess(1),e.onAnimationFinish&&e.onAnimationFinish()};r=r.bind(this),t(r,17)}function Ne(e,t,n,r){var a=this,o=this,u=t.series;"pie"!==e&&"ring"!==e&&"mount"!==e&&"rose"!==e&&"funnel"!==e||(u=function(e,t,n){var r=[];if(e.length>0&&e[0].data.constructor.toString().indexOf("Array")>-1){t._pieSeries_=e;for(var i=e[0].data,a=0;a<i.length;a++)i[a].formatter=e[0].formatter,i[a].data=i[a].value,r.push(i[a]);t.series=r}else r=e;return r}(u,t));var d=t.categories;if("mount"===e){d=[];for(var f=0;f<u.length;f++)!1!==u[f].show&&d.push(u[f].name);t.categories=d}u=v(u,t,n);var g=t.animation?t.duration:0;o.animationInstance&&o.animationInstance.stop();var m=null;if("candle"==e){var b=s({},t.extra.candle.average);b.show?(m=function(e,t,n,r){for(var i=[],a=0;a<e.length;a++){for(var o={data:[],name:t[a],color:n[a]},s=0,c=r.length;s<c;s++)if(s<e[a])o.data.push(null);else{for(var l=0,u=0;u<e[a];u++)l+=r[s-u][1];o.data.push(+(l/e[a]).toFixed(3))}i.push(o)}return i}(b.day,b.name,b.color,u[0].data),m=v(m,t,n),t.seriesMA=m):m=t.seriesMA?t.seriesMA=v(t.seriesMA,t,n):u}else m=u;t._series_=u=O(u),t.area=new Array(4);for(var w=0;w<4;w++)t.area[w]=t.padding[w]*t.pix;var S=function(e,t,n,r,i){var a={area:{start:{x:0,y:0},end:{x:0,y:0},width:0,height:0,wholeWidth:0,wholeHeight:0},points:[],widthArr:[],heightArr:[]};if(!1===t.legend.show)return r.legendData=a,a;var o=t.legend.padding*t.pix,s=t.legend.margin*t.pix,c=t.legend.fontSize?t.legend.fontSize*t.pix:n.fontSize,l=15*t.pix,u=5*t.pix,d=Math.max(t.legend.lineHeight*t.pix,c);if("top"==t.legend.position||"bottom"==t.legend.position){for(var f=[],h=0,p=[],g=[],v=0;v<e.length;v++){var y=e[v],m=y.legendText?y.legendText:y.name,_=l+u+x(m||"undefined",c,i)+t.legend.itemGap*t.pix;h+_>t.width-t.area[1]-t.area[3]?(f.push(g),p.push(h-t.legend.itemGap*t.pix),h=_,g=[y]):(h+=_,g.push(y))}if(g.length){f.push(g),p.push(h-t.legend.itemGap*t.pix),a.widthArr=p;var b=Math.max.apply(null,p);switch(t.legend.float){case"left":a.area.start.x=t.area[3],a.area.end.x=t.area[3]+b+2*o;break;case"right":a.area.start.x=t.width-t.area[1]-b-2*o,a.area.end.x=t.width-t.area[1];break;default:a.area.start.x=(t.width-b)/2-o,a.area.end.x=(t.width+b)/2+o}a.area.width=b+2*o,a.area.wholeWidth=b+2*o,a.area.height=f.length*d+2*o,a.area.wholeHeight=f.length*d+2*o+2*s,a.points=f}}else{var w=e.length,S=t.height-t.area[0]-t.area[2]-2*s-2*o,k=Math.min(Math.floor(S/d),w);switch(a.area.height=k*d+2*o,a.area.wholeHeight=k*d+2*o,t.legend.float){case"top":a.area.start.y=t.area[0]+s,a.area.end.y=t.area[0]+s+a.area.height;break;case"bottom":a.area.start.y=t.height-t.area[2]-s-a.area.height,a.area.end.y=t.height-t.area[2]-s;break;default:a.area.start.y=(t.height-a.area.height)/2,a.area.end.y=(t.height+a.area.height)/2}for(var A=w%k===0?w/k:Math.floor(w/k+1),P=[],T=0;T<A;T++){var C=e.slice(T*k,T*k+k);P.push(C)}if(a.points=P,P.length){for(var O=0;O<P.length;O++){for(var D=P[O],M=0,L=0;L<D.length;L++){var I=l+u+x(D[L].name||"undefined",c,i)+t.legend.itemGap*t.pix;I>M&&(M=I)}a.widthArr.push(M),a.heightArr.push(D.length*d+2*o)}for(var E=0,F=0;F<a.widthArr.length;F++)E+=a.widthArr[F];a.area.width=E-t.legend.itemGap*t.pix+2*o,a.area.wholeWidth=a.area.width+o}}switch(t.legend.position){case"top":a.area.start.y=t.area[0]+s,a.area.end.y=t.area[0]+s+a.area.height;break;case"bottom":a.area.start.y=t.height-t.area[2]-a.area.height-s,a.area.end.y=t.height-t.area[2]-s;break;case"left":a.area.start.x=t.area[3],a.area.end.x=t.area[3]+a.area.width;break;case"right":a.area.start.x=t.width-t.area[1]-a.area.width,a.area.end.x=t.width-t.area[1];break}return r.legendData=a,a}(m,t,n,t.chartData,r),P=S.area.wholeHeight,T=S.area.wholeWidth;switch(t.legend.position){case"top":t.area[0]+=P;break;case"bottom":t.area[2]+=P;break;case"left":t.area[3]+=T;break;case"right":t.area[1]+=T;break}var C={},D=0;if("line"===t.type||"column"===t.type||"mount"===t.type||"area"===t.type||"mix"===t.type||"candle"===t.type||"scatter"===t.type||"bubble"===t.type||"bar"===t.type){if(C=ie(u,t,n,r),D=C.yAxisWidth,t.yAxis.showTitle){for(var M=0,re=0;re<t.yAxis.data.length;re++)M=Math.max(M,t.yAxis.data[re].titleFontSize?t.yAxis.data[re].titleFontSize*t.pix:n.fontSize);t.area[0]+=M}for(var ye=0,_e=0,Oe=0;Oe<D.length;Oe++)"left"==D[Oe].position?(t.area[3]+=_e>0?D[Oe].width+t.yAxis.padding*t.pix:D[Oe].width,_e+=1):"right"==D[Oe].position&&(t.area[1]+=ye>0?D[Oe].width+t.yAxis.padding*t.pix:D[Oe].width,ye+=1)}else n.yAxisWidth=D;if(t.chartData.yAxisData=C,t.categories&&t.categories.length&&"radar"!==t.type&&"gauge"!==t.type&&"bar"!==t.type){t.chartData.xAxisData=K(t.categories,t);var De=I(t.categories,t,0,t.chartData.xAxisData.eachSpacing,r),Me=De.xAxisHeight,Le=De.angle;n.xAxisHeight=Me,n._xAxisTextAngle_=Le,t.area[2]+=Me,t.chartData.categoriesData=De}else if("line"===t.type||"area"===t.type||"scatter"===t.type||"bubble"===t.type||"bar"===t.type){t.chartData.xAxisData=E(u,t,n,r),d=t.chartData.xAxisData.rangesFormat;var je=I(d,t,0,t.chartData.xAxisData.eachSpacing,r),Ne=je.xAxisHeight,Ue=je.angle;n.xAxisHeight=Ne,n._xAxisTextAngle_=Ue,t.area[2]+=Ne,t.chartData.categoriesData=je}else t.chartData.xAxisData={xAxisPoints:[]};if(t.enableScroll&&"right"==t.xAxis.scrollAlign&&void 0===t._scrollDistance_){var Be,ze=t.chartData.xAxisData.xAxisPoints,We=t.chartData.xAxisData.startX,qe=t.chartData.xAxisData.endX,He=t.chartData.xAxisData.eachSpacing,Ge=He*(ze.length-1),Ve=qe-We;Be=Ve-Ge,o.scrollOption.currentOffset=Be,o.scrollOption.startTouchX=Be,o.scrollOption.distance=0,o.scrollOption.lastMoveTime=0,t._scrollDistance_=Be}switch("pie"!==e&&"ring"!==e&&"rose"!==e||(n._pieTextMaxLength_=!1===t.dataLabel?0:function(e,t,n,r){e=R(e);for(var i=0,a=0;a<e.length;a++){var o=e[a],s=o.formatter?o.formatter(+o._proportion_.toFixed(2)):c.toFixed(100*o._proportion_)+"%";i=Math.max(i,x(s,o.textSize*r.pix||t.fontSize,n))}return i}(m,n,r,t)),e){case"word":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=s({},{type:"normal",autoColors:!0},t.extra.word);t.chartData.wordCloudData||(t.chartData.wordCloudData=Ie(t,a.type,r)),r.beginPath(),r.setFillStyle(t.background),r.rect(0,0,t.width,t.height),r.fill(),r.save();var o=t.chartData.wordCloudData;r.translate(t.width/2,t.height/2);for(var c=0;c<o.length;c++){r.save(),o[c].rotate&&r.rotate(90*Math.PI/180);var l=o[c].name,u=o[c].textSize*t.pix,d=x(l,u,r);r.beginPath(),r.setStrokeStyle(o[c].color),r.setFillStyle(o[c].color),r.setFontSize(u),o[c].rotate?o[c].areav[0]>0&&(t.tooltip&&t.tooltip.index==c?r.strokeText(l,(o[c].areav[0]+5-t.width/2)*i-d*(1-i)/2,(o[c].areav[1]+5+u-t.height/2)*i):r.fillText(l,(o[c].areav[0]+5-t.width/2)*i-d*(1-i)/2,(o[c].areav[1]+5+u-t.height/2)*i)):o[c].area[0]>0&&(t.tooltip&&t.tooltip.index==c?r.strokeText(l,(o[c].area[0]+5-t.width/2)*i-d*(1-i)/2,(o[c].area[1]+5+u-t.height/2)*i):r.fillText(l,(o[c].area[0]+5-t.width/2)*i-d*(1-i)/2,(o[c].area[1]+5+u-t.height/2)*i)),r.stroke(),r.restore()}r.restore()}(u,t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"map":r.clearRect(0,0,t.width,t.height),function(e,t,n,r){var i,a,o=s({},{border:!0,mercator:!1,borderWidth:1,active:!0,borderColor:"#666666",fillOpacity:.6,activeBorderColor:"#f04864",activeFillColor:"#facc14",activeFillOpacity:1},t.extra.map),c=e,u=function(e){for(var t,n={xMin:180,xMax:0,yMin:90,yMax:0},r=0;r<e.length;r++)for(var i=e[r].geometry.coordinates,a=0;a<i.length;a++){t=i[a],1==t.length&&(t=t[0]);for(var o=0;o<t.length;o++){var s=t[o][0],c=t[o][1],l={x:s,y:c};n.xMin=n.xMin<l.x?n.xMin:l.x,n.xMax=n.xMax>l.x?n.xMax:l.x,n.yMin=n.yMin<l.y?n.yMin:l.y,n.yMax=n.yMax>l.y?n.yMax:l.y}}return n}(c);if(o.mercator){var d=Te(u.xMax,u.yMax),f=Te(u.xMin,u.yMin);u.xMax=d[0],u.yMax=d[1],u.xMin=f[0],u.yMin=f[1]}for(var h=t.width/Math.abs(u.xMax-u.xMin),p=t.height/Math.abs(u.yMax-u.yMin),g=h<p?h:p,v=t.width/2-Math.abs(u.xMax-u.xMin)/2*g,y=t.height/2-Math.abs(u.yMax-u.yMin)/2*g,m=0;m<c.length;m++){r.beginPath(),r.setLineWidth(o.borderWidth*t.pix),r.setStrokeStyle(o.borderColor),r.setFillStyle(l(e[m].color,e[m].fillOpacity||o.fillOpacity)),1==o.active&&t.tooltip&&t.tooltip.index==m&&(r.setStrokeStyle(o.activeBorderColor),r.setFillStyle(l(o.activeFillColor,o.activeFillOpacity)));for(var _=c[m].geometry.coordinates,b=0;b<_.length;b++){i=_[b],1==i.length&&(i=i[0]);for(var w=0;w<i.length;w++){var S=Array(2);S=o.mercator?Te(i[w][0],i[w][1]):i[w],a=Ce(S[1],S[0],u,g,v,y),0===w?(r.beginPath(),r.moveTo(a.x,a.y)):r.lineTo(a.x,a.y)}r.fill(),1==o.border&&r.stroke()}}if(1==t.dataLabel)for(m=0;m<c.length;m++){var k=c[m].properties.centroid;if(k){o.mercator&&(k=Te(c[m].properties.centroid[0],c[m].properties.centroid[1])),a=Ce(k[1],k[0],u,g,v,y);var A=c[m].textSize*t.pix||n.fontSize,P=c[m].textColor||t.fontColor;o.active&&o.activeTextColor&&t.tooltip&&t.tooltip.index==m&&(P=o.activeTextColor);var T=c[m].properties.name;r.beginPath(),r.setFontSize(A),r.setFillStyle(P),r.fillText(T,a.x-x(T,A,r)/2,a.y+A/2),r.closePath(),r.stroke()}}t.chartData.mapData={bounds:u,scale:g,xoffset:v,yoffset:y,mercator:o.mercator},be(t,n,r,1),r.draw()}(u,t,n,r),setTimeout((function(){a.uevent.trigger("renderComplete")}),50);break;case"funnel":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),t.chartData.funnelData=function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=s({},{type:"funnel",activeWidth:10,activeOpacity:.3,border:!1,borderWidth:2,borderColor:"#FFFFFF",fillOpacity:1,minSize:0,labelAlign:"right",linearType:"none",customColor:[]},t.extra.funnel),o=(t.height-t.area[0]-t.area[2])/e.length,c={x:t.area[3]+(t.width-t.area[1]-t.area[3])/2,y:t.height-t.area[2]},u=a.activeWidth*t.pix,d=Math.min((t.width-t.area[1]-t.area[3])/2-u,(t.height-t.area[0]-t.area[2])/2-u),f=j(e,d,a,o,i);if(r.save(),r.translate(c.x,c.y),a.customColor=y(a.linearType,a.customColor,e,n),"pyramid"==a.type)for(var h=0;h<f.length;h++){if(h==f.length-1){t.tooltip&&t.tooltip.index==h&&(r.beginPath(),r.setFillStyle(l(f[h].color,a.activeOpacity)),r.moveTo(-u,-o),r.lineTo(-f[h].radius-u,0),r.lineTo(f[h].radius+u,0),r.lineTo(u,-o),r.lineTo(-u,-o),r.closePath(),r.fill()),f[h].funnelArea=[c.x-f[h].radius,c.y-o*(h+1),c.x+f[h].radius,c.y-o*h],r.beginPath(),r.setLineWidth(a.borderWidth*t.pix),r.setStrokeStyle(a.borderColor);var p=l(f[h].color,a.fillOpacity);if("custom"==a.linearType){var g=r.createLinearGradient(f[h].radius,-o,-f[h].radius,-o);g.addColorStop(0,l(f[h].color,a.fillOpacity)),g.addColorStop(.5,l(a.customColor[f[h].linearIndex],a.fillOpacity)),g.addColorStop(1,l(f[h].color,a.fillOpacity)),p=g}r.setFillStyle(p),r.moveTo(0,-o),r.lineTo(-f[h].radius,0),r.lineTo(f[h].radius,0),r.lineTo(0,-o),r.closePath(),r.fill(),1==a.border&&r.stroke()}else{t.tooltip&&t.tooltip.index==h&&(r.beginPath(),r.setFillStyle(l(f[h].color,a.activeOpacity)),r.moveTo(0,0),r.lineTo(-f[h].radius-u,0),r.lineTo(-f[h+1].radius-u,-o),r.lineTo(f[h+1].radius+u,-o),r.lineTo(f[h].radius+u,0),r.lineTo(0,0),r.closePath(),r.fill()),f[h].funnelArea=[c.x-f[h].radius,c.y-o*(h+1),c.x+f[h].radius,c.y-o*h],r.beginPath(),r.setLineWidth(a.borderWidth*t.pix),r.setStrokeStyle(a.borderColor);p=l(f[h].color,a.fillOpacity);if("custom"==a.linearType){g=r.createLinearGradient(f[h].radius,-o,-f[h].radius,-o);g.addColorStop(0,l(f[h].color,a.fillOpacity)),g.addColorStop(.5,l(a.customColor[f[h].linearIndex],a.fillOpacity)),g.addColorStop(1,l(f[h].color,a.fillOpacity)),p=g}r.setFillStyle(p),r.moveTo(0,0),r.lineTo(-f[h].radius,0),r.lineTo(-f[h+1].radius,-o),r.lineTo(f[h+1].radius,-o),r.lineTo(f[h].radius,0),r.lineTo(0,0),r.closePath(),r.fill(),1==a.border&&r.stroke()}r.translate(0,-o)}else{r.translate(0,-(f.length-1)*o);for(var v=0;v<f.length;v++){if(v==f.length-1){t.tooltip&&t.tooltip.index==v&&(r.beginPath(),r.setFillStyle(l(f[v].color,a.activeOpacity)),r.moveTo(-u-a.minSize/2,0),r.lineTo(-f[v].radius-u,-o),r.lineTo(f[v].radius+u,-o),r.lineTo(u+a.minSize/2,0),r.lineTo(-u-a.minSize/2,0),r.closePath(),r.fill()),f[v].funnelArea=[c.x-f[v].radius,c.y-o,c.x+f[v].radius,c.y],r.beginPath(),r.setLineWidth(a.borderWidth*t.pix),r.setStrokeStyle(a.borderColor);p=l(f[v].color,a.fillOpacity);if("custom"==a.linearType){g=r.createLinearGradient(f[v].radius,-o,-f[v].radius,-o);g.addColorStop(0,l(f[v].color,a.fillOpacity)),g.addColorStop(.5,l(a.customColor[f[v].linearIndex],a.fillOpacity)),g.addColorStop(1,l(f[v].color,a.fillOpacity)),p=g}r.setFillStyle(p),r.moveTo(0,0),r.lineTo(-a.minSize/2,0),r.lineTo(-f[v].radius,-o),r.lineTo(f[v].radius,-o),r.lineTo(a.minSize/2,0),r.lineTo(0,0),r.closePath(),r.fill(),1==a.border&&r.stroke()}else{t.tooltip&&t.tooltip.index==v&&(r.beginPath(),r.setFillStyle(l(f[v].color,a.activeOpacity)),r.moveTo(0,0),r.lineTo(-f[v+1].radius-u,0),r.lineTo(-f[v].radius-u,-o),r.lineTo(f[v].radius+u,-o),r.lineTo(f[v+1].radius+u,0),r.lineTo(0,0),r.closePath(),r.fill()),f[v].funnelArea=[c.x-f[v].radius,c.y-o*(f.length-v),c.x+f[v].radius,c.y-o*(f.length-v-1)],r.beginPath(),r.setLineWidth(a.borderWidth*t.pix),r.setStrokeStyle(a.borderColor);p=l(f[v].color,a.fillOpacity);if("custom"==a.linearType){g=r.createLinearGradient(f[v].radius,-o,-f[v].radius,-o);g.addColorStop(0,l(f[v].color,a.fillOpacity)),g.addColorStop(.5,l(a.customColor[f[v].linearIndex],a.fillOpacity)),g.addColorStop(1,l(f[v].color,a.fillOpacity)),p=g}r.setFillStyle(p),r.moveTo(0,0),r.lineTo(-f[v+1].radius,0),r.lineTo(-f[v].radius,-o),r.lineTo(f[v].radius,-o),r.lineTo(f[v+1].radius,0),r.lineTo(0,0),r.closePath(),r.fill(),1==a.border&&r.stroke()}r.translate(0,o)}}return r.restore(),!1!==t.dataLabel&&1===i&&Ee(f,t,r,o,a.labelAlign,u,c),1===i&&Fe(f,t,r,o,a.labelAlign,u,c),{center:c,radius:d,series:f}}(u,t,n,r,e),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"line":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),Se(0,t,0,r),we(d,t,n,r);var i=function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=s({},{type:"straight",width:2,activeType:"none",linearType:"none",onShadow:!1,animation:"vertical"},t.extra.line);a.width*=t.pix;var o=t.chartData.xAxisData,c=o.xAxisPoints,u=o.eachSpacing,d=[];r.save();var f=0,p=t.width+u;return t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&(r.translate(t._scrollDistance_,0),f=-t._scrollDistance_-2*u+t.area[3],p=f+(t.xAxis.itemCount+4)*u),e.forEach((function(e,o){var s,g,v;r.beginPath(),r.setStrokeStyle(e.color),r.moveTo(-1e4,-1e4),r.lineTo(-10001,-10001),r.stroke(),s=[].concat(t.chartData.yAxisData.ranges[e.index]),g=s.pop(),v=s.shift();var y=e.data,m=Y(y,g,v,c,u,t,n,a,i);d.push(m);var x=L(m,e);if("dash"==e.lineType){var _=e.dashLength?e.dashLength:8;_*=t.pix,r.setLineDash([_,_])}r.beginPath();var b=e.color;if("none"!==a.linearType&&e.linearColor&&e.linearColor.length>0){for(var w=r.createLinearGradient(t.chartData.xAxisData.startX,t.height/2,t.chartData.xAxisData.endX,t.height/2),S=0;S<e.linearColor.length;S++)w.addColorStop(e.linearColor[S][0],l(e.linearColor[S][1],1));b=w}r.setStrokeStyle(b),1==a.onShadow&&e.setShadow&&e.setShadow.length>0?r.setShadow(e.setShadow[0],e.setShadow[1],e.setShadow[2],e.setShadow[3]):r.setShadow(0,0,0,"rgba(0,0,0,0)"),r.setLineWidth(a.width),x.forEach((function(e,t){if(1===e.length)r.moveTo(e[0].x,e[0].y);else{r.moveTo(e[0].x,e[0].y);var n=0;if("curve"===a.type)for(var i=0;i<e.length;i++){var o=e[i];if(0==n&&o.x>f&&(r.moveTo(o.x,o.y),n=1),i>0&&o.x>f&&o.x<p){var s=h(e,i-1);r.bezierCurveTo(s.ctrA.x,s.ctrA.y,s.ctrB.x,s.ctrB.y,o.x,o.y)}}if("straight"===a.type)for(var c=0;c<e.length;c++){var l=e[c];0==n&&l.x>f&&(r.moveTo(l.x,l.y),n=1),c>0&&l.x>f&&l.x<p&&r.lineTo(l.x,l.y)}if("step"===a.type)for(var u=0;u<e.length;u++){var d=e[u];0==n&&d.x>f&&(r.moveTo(d.x,d.y),n=1),u>0&&d.x>f&&d.x<p&&(r.lineTo(d.x,e[u-1].y),r.lineTo(d.x,d.y))}r.moveTo(e[0].x,e[0].y)}})),r.stroke(),r.setLineDash([]),!1!==t.dataPointShape&&oe(m,e.color,e.pointShape,r,t),se(m,e.color,e.pointShape,r,t,a)})),!1!==t.dataLabel&&1===i&&e.forEach((function(e,a){var o,s,l;o=[].concat(t.chartData.yAxisData.ranges[e.index]),s=o.pop(),l=o.shift();var d=e.data,f=X(d,s,l,c,u,t,n,i);le(f,e,n,r,t)})),r.restore(),{xAxisPoints:c,calPoints:d,eachSpacing:u}}(u,t,n,r,e),a=i.xAxisPoints,o=i.calPoints,c=i.eachSpacing;t.chartData.xAxisPoints=a,t.chartData.calPoints=o,t.chartData.eachSpacing=c,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"scatter":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),Se(0,t,0,r),we(d,t,n,r);var i=function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=(s({},{type:"circle"},t.extra.scatter),t.chartData.xAxisData),o=a.xAxisPoints,c=a.eachSpacing,l=[];r.save();return t.width,t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&(r.translate(t._scrollDistance_,0),-t._scrollDistance_-2*c+t.area[3],t.xAxis.itemCount),e.forEach((function(e,a){var s,l,u;s=[].concat(t.chartData.yAxisData.ranges[e.index]),l=s.pop(),u=s.shift();var d=e.data,f=X(d,l,u,o,c,t,n,i);r.beginPath(),r.setStrokeStyle(e.color),r.setFillStyle(e.color),r.setLineWidth(1*t.pix);var h=e.pointShape;if("diamond"===h)f.forEach((function(e,t){null!==e&&(r.moveTo(e.x,e.y-4.5),r.lineTo(e.x-4.5,e.y),r.lineTo(e.x,e.y+4.5),r.lineTo(e.x+4.5,e.y),r.lineTo(e.x,e.y-4.5))}));else if("circle"===h)f.forEach((function(e,n){null!==e&&(r.moveTo(e.x+2.5*t.pix,e.y),r.arc(e.x,e.y,3*t.pix,0,2*Math.PI,!1))}));else if("square"===h)f.forEach((function(e,t){null!==e&&(r.moveTo(e.x-3.5,e.y-3.5),r.rect(e.x-3.5,e.y-3.5,7,7))}));else if("triangle"===h)f.forEach((function(e,t){null!==e&&(r.moveTo(e.x,e.y-4.5),r.lineTo(e.x-4.5,e.y+4.5),r.lineTo(e.x+4.5,e.y+4.5),r.lineTo(e.x,e.y-4.5))}));else if("triangle"===h)return;r.closePath(),r.fill(),r.stroke()})),!1!==t.dataLabel&&1===i&&e.forEach((function(e,a){var s,l,u;s=[].concat(t.chartData.yAxisData.ranges[e.index]),l=s.pop(),u=s.shift();var d=e.data,f=X(d,l,u,o,c,t,n,i);le(f,e,n,r,t)})),r.restore(),{xAxisPoints:o,calPoints:l,eachSpacing:c}}(u,t,n,r,e),a=i.xAxisPoints,o=i.calPoints,c=i.eachSpacing;t.chartData.xAxisPoints=a,t.chartData.calPoints=o,t.chartData.eachSpacing=c,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"bubble":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),Se(0,t,0,r),we(d,t,n,r);var i=function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=s({},{opacity:1,border:2},t.extra.bubble),o=t.chartData.xAxisData,c=o.xAxisPoints,u=o.eachSpacing,d=[];r.save();return t.width,t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&(r.translate(t._scrollDistance_,0),-t._scrollDistance_-2*u+t.area[3],t.xAxis.itemCount),e.forEach((function(e,o){var s,d,f;s=[].concat(t.chartData.yAxisData.ranges[e.index]),d=s.pop(),f=s.shift();var h=e.data,p=X(h,d,f,c,u,t,n,i);r.beginPath(),r.setStrokeStyle(e.color),r.setLineWidth(a.border*t.pix),r.setFillStyle(l(e.color,a.opacity)),p.forEach((function(e,n){r.moveTo(e.x+e.r,e.y),r.arc(e.x,e.y,e.r*t.pix,0,2*Math.PI,!1)})),r.closePath(),r.fill(),r.stroke(),!1!==t.dataLabel&&1===i&&p.forEach((function(i,a){r.beginPath();var o=e.textSize*t.pix||n.fontSize;r.setFontSize(o),r.setFillStyle(e.textColor||"#FFFFFF"),r.setTextAlign("center"),r.fillText(String(i.t),i.x,i.y+o/2),r.closePath(),r.stroke(),r.setTextAlign("left")}))})),r.restore(),{xAxisPoints:c,calPoints:d,eachSpacing:u}}(u,t,n,r,e),a=i.xAxisPoints,o=i.calPoints,c=i.eachSpacing;t.chartData.xAxisPoints=a,t.chartData.calPoints=o,t.chartData.eachSpacing=c,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"mix":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),Se(0,t,0,r),we(d,t,n,r);var a=function(e,t,n,r){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=t.chartData.xAxisData,c=o.xAxisPoints,u=o.eachSpacing,d=s({},{width:u/2,barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},t.extra.mix.column),f=s({},{opacity:.2,gradient:!1},t.extra.mix.area),p=s({},{width:2},t.extra.mix.line),g=t.height-t.area[2],v=[],m=0,x=0;e.forEach((function(e,t){"column"==e.type&&(x+=1)})),r.save();var _=-2,b=c.length+2,w=0,S=t.width+u;if(t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&(r.translate(t._scrollDistance_,0),_=Math.floor(-t._scrollDistance_/u)-2,b=_+t.xAxis.itemCount+4,w=-t._scrollDistance_-2*u+t.area[3],S=w+(t.xAxis.itemCount+4)*u),d.customColor=y(d.linearType,d.customColor,e,n),e.forEach((function(e,o){var s,y,k;s=[].concat(t.chartData.yAxisData.ranges[e.index]),y=s.pop(),k=s.shift();var A=e.data,P=X(A,y,k,c,u,t,n,a);if(v.push(P),"column"==e.type){P=W(P,u,x,m,0,t);for(var T=0;T<P.length;T++){var C=P[T];if(null!==C&&T>_&&T<b){var O=C.x-C.width/2;t.height,C.y,t.area[2];r.beginPath();var D=C.color||e.color,M=C.color||e.color;if("none"!==d.linearType){var I=r.createLinearGradient(O,C.y,O,t.height-t.area[2]);"opacity"==d.linearType?(I.addColorStop(0,l(D,d.linearOpacity)),I.addColorStop(1,l(D,1))):(I.addColorStop(0,l(d.customColor[e.linearIndex],d.linearOpacity)),I.addColorStop(d.colorStop,l(d.customColor[e.linearIndex],d.linearOpacity)),I.addColorStop(1,l(D,1))),D=I}if(d.barBorderRadius&&4===d.barBorderRadius.length||d.barBorderCircle){var E=O,F=C.y,R=C.width,j=t.height-t.area[2]-C.y;d.barBorderCircle&&(d.barBorderRadius=[R/2,R/2,0,0]);var $=(0,i.default)(d.barBorderRadius,4),N=$[0],U=$[1],B=$[2],z=$[3],q=Math.min(R/2,j/2);N=N>q?q:N,U=U>q?q:U,B=B>q?q:B,z=z>q?q:z,N=N<0?0:N,U=U<0?0:U,B=B<0?0:B,z=z<0?0:z,r.arc(E+N,F+N,N,-Math.PI,-Math.PI/2),r.arc(E+R-U,F+U,U,-Math.PI/2,0),r.arc(E+R-B,F+j-B,B,0,Math.PI/2),r.arc(E+z,F+j-z,z,Math.PI/2,Math.PI)}else r.moveTo(O,C.y),r.lineTo(O+C.width,C.y),r.lineTo(O+C.width,t.height-t.area[2]),r.lineTo(O,t.height-t.area[2]),r.lineTo(O,C.y),r.setLineWidth(1),r.setStrokeStyle(M);r.setFillStyle(D),r.closePath(),r.fill()}}m+=1}if("area"==e.type)for(var H=L(P,e),G=0;G<H.length;G++){var V=H[G];if(r.beginPath(),r.setStrokeStyle(e.color),r.setStrokeStyle(l(e.color,f.opacity)),f.gradient){var K=r.createLinearGradient(0,t.area[0],0,t.height-t.area[2]);K.addColorStop("0",l(e.color,f.opacity)),K.addColorStop("1.0",l("#FFFFFF",.1)),r.setFillStyle(K)}else r.setFillStyle(l(e.color,f.opacity));if(r.setLineWidth(2*t.pix),V.length>1){var J=V[0],Y=V[V.length-1];r.moveTo(J.x,J.y);var Q=0;if("curve"===e.style)for(var Z=0;Z<V.length;Z++){var ee=V[Z];if(0==Q&&ee.x>w&&(r.moveTo(ee.x,ee.y),Q=1),Z>0&&ee.x>w&&ee.x<S){var te=h(V,Z-1);r.bezierCurveTo(te.ctrA.x,te.ctrA.y,te.ctrB.x,te.ctrB.y,ee.x,ee.y)}}else for(var ne=0;ne<V.length;ne++){var re=V[ne];0==Q&&re.x>w&&(r.moveTo(re.x,re.y),Q=1),ne>0&&re.x>w&&re.x<S&&r.lineTo(re.x,re.y)}r.lineTo(Y.x,g),r.lineTo(J.x,g),r.lineTo(J.x,J.y)}else{var ie=V[0];r.moveTo(ie.x-u/2,ie.y)}r.closePath(),r.fill()}if("line"==e.type){var ae=L(P,e);ae.forEach((function(n,i){if("dash"==e.lineType){var a=e.dashLength?e.dashLength:8;a*=t.pix,r.setLineDash([a,a])}if(r.beginPath(),r.setStrokeStyle(e.color),r.setLineWidth(p.width*t.pix),1===n.length)r.moveTo(n[0].x,n[0].y);else{r.moveTo(n[0].x,n[0].y);var o=0;if("curve"==e.style)for(var s=0;s<n.length;s++){var c=n[s];if(0==o&&c.x>w&&(r.moveTo(c.x,c.y),o=1),s>0&&c.x>w&&c.x<S){var l=h(n,s-1);r.bezierCurveTo(l.ctrA.x,l.ctrA.y,l.ctrB.x,l.ctrB.y,c.x,c.y)}}else for(var u=0;u<n.length;u++){var d=n[u];0==o&&d.x>w&&(r.moveTo(d.x,d.y),o=1),u>0&&d.x>w&&d.x<S&&r.lineTo(d.x,d.y)}r.moveTo(n[0].x,n[0].y)}r.stroke(),r.setLineDash([])}))}"point"==e.type&&(e.addPoint=!0),1==e.addPoint&&"column"!==e.type&&oe(P,e.color,e.pointShape,r,t)})),!1!==t.dataLabel&&1===a){m=0;e.forEach((function(e,i){var o,s,l;o=[].concat(t.chartData.yAxisData.ranges[e.index]),s=o.pop(),l=o.shift();var d=e.data,f=X(d,s,l,c,u,t,n,a);"column"!==e.type?le(f,e,n,r,t):(f=W(f,u,x,m,0,t),le(f,e,n,r,t),m+=1)}))}return r.restore(),{xAxisPoints:c,calPoints:v,eachSpacing:u}}(u,t,n,r,e),o=a.xAxisPoints,c=a.calPoints,f=a.eachSpacing;t.chartData.xAxisPoints=o,t.chartData.calPoints=c,t.chartData.eachSpacing=f,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"column":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),Se(0,t,0,r),we(d,t,n,r);var a=function(e,t,n,r){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=t.chartData.xAxisData,c=o.xAxisPoints,u=o.eachSpacing,d=s({},{type:"group",width:u/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0,labelPosition:"outside"},t.extra.column),f=[];r.save();var h=-2,p=c.length+2;return t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&(r.translate(t._scrollDistance_,0),h=Math.floor(-t._scrollDistance_/u)-2,p=h+t.xAxis.itemCount+4),t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===a&&me(t.tooltip.offset.x,t,0,r,u),d.customColor=y(d.linearType,d.customColor,e,n),e.forEach((function(o,s){var g,v,y;g=[].concat(t.chartData.yAxisData.ranges[o.index]),v=g.pop(),y=g.shift();var m=t.height-t.area[0]-t.area[2],x=m*(0-v)/(y-v),_=t.height-Math.round(x)-t.area[2];o.zeroPoints=_;var b=o.data;switch(d.type){case"group":var w=Q(b,v,y,c,u,t,n,_,a),S=te(b,v,y,c,u,t,n,s,e,a);f.push(S),w=W(w,u,e.length,s,0,t);for(var k=0;k<w.length;k++){var A=w[k];if(null!==A&&k>h&&k<p){var P=A.x-A.width/2,T=t.height-A.y-t.area[2];r.beginPath();var C=A.color||o.color,O=A.color||o.color;if("none"!==d.linearType){var D=r.createLinearGradient(P,A.y,P,_);"opacity"==d.linearType?(D.addColorStop(0,l(C,d.linearOpacity)),D.addColorStop(1,l(C,1))):(D.addColorStop(0,l(d.customColor[o.linearIndex],d.linearOpacity)),D.addColorStop(d.colorStop,l(d.customColor[o.linearIndex],d.linearOpacity)),D.addColorStop(1,l(C,1))),C=D}if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var M=P,L=A.y>_?_:A.y,I=A.width,E=Math.abs(_-A.y);d.barBorderCircle&&(d.barBorderRadius=[I/2,I/2,0,0]),A.y>_&&(d.barBorderRadius=[0,0,I/2,I/2]);var F=(0,i.default)(d.barBorderRadius,4),R=F[0],j=F[1],$=F[2],N=F[3],U=Math.min(I/2,E/2);R=R>U?U:R,j=j>U?U:j,$=$>U?U:$,N=N>U?U:N,R=R<0?0:R,j=j<0?0:j,$=$<0?0:$,N=N<0?0:N,r.arc(M+R,L+R,R,-Math.PI,-Math.PI/2),r.arc(M+I-j,L+j,j,-Math.PI/2,0),r.arc(M+I-$,L+E-$,$,0,Math.PI/2),r.arc(M+N,L+E-N,N,Math.PI/2,Math.PI)}else r.moveTo(P,A.y),r.lineTo(P+A.width,A.y),r.lineTo(P+A.width,_),r.lineTo(P,_),r.lineTo(P,A.y),r.setLineWidth(1),r.setStrokeStyle(O);r.setFillStyle(C),r.closePath(),r.fill()}}break;case"stack":w=te(b,v,y,c,u,t,n,s,e,a);f.push(w),w=G(w,u,e.length,0,0,t);for(var B=0;B<w.length;B++){var z=w[B];if(null!==z&&B>h&&B<p){r.beginPath();C=z.color||o.color,P=z.x-z.width/2+1,T=t.height-z.y-t.area[2];var q=t.height-z.y0-t.area[2];s>0&&(T-=q),r.setFillStyle(C),r.moveTo(P,z.y),r.fillRect(P,z.y,z.width,T),r.closePath(),r.fill()}}break;case"meter":w=X(b,v,y,c,u,t,n,a);f.push(w),w=H(w,u,e.length,s,0,t,d.meterBorder);for(var V=0;V<w.length;V++){var K=w[V];if(null!==K&&V>h&&V<p){r.beginPath(),0==s&&d.meterBorder>0&&(r.setStrokeStyle(o.color),r.setLineWidth(d.meterBorder*t.pix)),0==s?r.setFillStyle(d.meterFillColor):r.setFillStyle(K.color||o.color);P=K.x-K.width/2,T=t.height-K.y-t.area[2];if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var J=P,Y=K.y,Z=K.width,ee=_-K.y;d.barBorderCircle&&(d.barBorderRadius=[Z/2,Z/2,0,0]);var ne=(0,i.default)(d.barBorderRadius,4),re=ne[0],ie=ne[1],ae=ne[2],oe=ne[3],se=Math.min(Z/2,ee/2);re=re>se?se:re,ie=ie>se?se:ie,ae=ae>se?se:ae,oe=oe>se?se:oe,re=re<0?0:re,ie=ie<0?0:ie,ae=ae<0?0:ae,oe=oe<0?0:oe,r.arc(J+re,Y+re,re,-Math.PI,-Math.PI/2),r.arc(J+Z-ie,Y+ie,ie,-Math.PI/2,0),r.arc(J+Z-ae,Y+ee-ae,ae,0,Math.PI/2),r.arc(J+oe,Y+ee-oe,oe,Math.PI/2,Math.PI),r.fill()}else r.moveTo(P,K.y),r.lineTo(P+K.width,K.y),r.lineTo(P+K.width,_),r.lineTo(P,_),r.lineTo(P,K.y),r.fill();0==s&&d.meterBorder>0&&(r.closePath(),r.stroke())}}break}})),!1!==t.dataLabel&&1===a&&e.forEach((function(i,o){var s,l,f;s=[].concat(t.chartData.yAxisData.ranges[i.index]),l=s.pop(),f=s.shift();var h=i.data;switch(d.type){case"group":var p=Q(h,l,f,c,u,t,n,a);p=W(p,u,e.length,o,0,t),ue(p,i,n,r,t);break;case"stack":p=te(h,l,f,c,u,t,n,o,e,a);ue(p,i,n,r,t);break;case"meter":p=X(h,l,f,c,u,t,n,a);ue(p,i,n,r,t);break}})),r.restore(),{xAxisPoints:c,calPoints:f,eachSpacing:u}}(u,t,n,r,e),o=a.xAxisPoints,c=a.calPoints,f=a.eachSpacing;t.chartData.xAxisPoints=o,t.chartData.calPoints=c,t.chartData.eachSpacing=f,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"mount":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),Se(0,t,0,r),we(d,t,n,r);var a=function(e,t,n,r){var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=t.chartData.xAxisData,c=o.xAxisPoints,u=o.eachSpacing,d=s({},{type:"mount",widthRatio:1,borderWidth:1,barBorderCircle:!1,barBorderRadius:[],linearType:"none",linearOpacity:1,customColor:[],colorStop:0},t.extra.mount);d.widthRatio=d.widthRatio<=0?0:d.widthRatio,d.widthRatio=d.widthRatio>=2?2:d.widthRatio,r.save();var f,h,p,g=-2,v=c.length+2;t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&(r.translate(t._scrollDistance_,0),g=Math.floor(-t._scrollDistance_/u)-2,v=g+t.xAxis.itemCount+4),d.customColor=y(d.linearType,d.customColor,e,n),f=[].concat(t.chartData.yAxisData.ranges[0]),h=f.pop(),p=f.shift();var m=t.height-t.area[0]-t.area[2],x=m*(0-h)/(p-h),_=t.height-Math.round(x)-t.area[2],b=Z(e,h,p,c,u,t,d,_,a);switch(d.type){case"bar":for(var w=0;w<b.length;w++){var S=b[w];if(null!==S&&w>g&&w<v){var k=S.x-u*d.widthRatio/2,A=t.height-S.y-t.area[2];r.beginPath();var P=S.color||e[w].color,T=S.color||e[w].color;if("none"!==d.linearType){var C=r.createLinearGradient(k,S.y,k,_);"opacity"==d.linearType?(C.addColorStop(0,l(P,d.linearOpacity)),C.addColorStop(1,l(P,1))):(C.addColorStop(0,l(d.customColor[e[w].linearIndex],d.linearOpacity)),C.addColorStop(d.colorStop,l(d.customColor[e[w].linearIndex],d.linearOpacity)),C.addColorStop(1,l(P,1))),P=C}if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var O=k,D=S.y>_?_:S.y,M=S.width,L=Math.abs(_-S.y);d.barBorderCircle&&(d.barBorderRadius=[M/2,M/2,0,0]),S.y>_&&(d.barBorderRadius=[0,0,M/2,M/2]);var I=(0,i.default)(d.barBorderRadius,4),E=I[0],F=I[1],R=I[2],j=I[3],$=Math.min(M/2,L/2);E=E>$?$:E,F=F>$?$:F,R=R>$?$:R,j=j>$?$:j,E=E<0?0:E,F=F<0?0:F,R=R<0?0:R,j=j<0?0:j,r.arc(O+E,D+E,E,-Math.PI,-Math.PI/2),r.arc(O+M-F,D+F,F,-Math.PI/2,0),r.arc(O+M-R,D+L-R,R,0,Math.PI/2),r.arc(O+j,D+L-j,j,Math.PI/2,Math.PI)}else r.moveTo(k,S.y),r.lineTo(k+S.width,S.y),r.lineTo(k+S.width,_),r.lineTo(k,_),r.lineTo(k,S.y);r.setStrokeStyle(T),r.setFillStyle(P),d.borderWidth>0&&(r.setLineWidth(d.borderWidth*t.pix),r.closePath(),r.stroke()),r.fill()}}break;case"triangle":for(var N=0;N<b.length;N++){var U=b[N];if(null!==U&&N>g&&N<v){k=U.x-u*d.widthRatio/2,A=t.height-U.y-t.area[2];r.beginPath();P=U.color||e[N].color,T=U.color||e[N].color;if("none"!==d.linearType){C=r.createLinearGradient(k,U.y,k,_);"opacity"==d.linearType?(C.addColorStop(0,l(P,d.linearOpacity)),C.addColorStop(1,l(P,1))):(C.addColorStop(0,l(d.customColor[e[N].linearIndex],d.linearOpacity)),C.addColorStop(d.colorStop,l(d.customColor[e[N].linearIndex],d.linearOpacity)),C.addColorStop(1,l(P,1))),P=C}r.moveTo(k,_),r.lineTo(U.x,U.y),r.lineTo(k+U.width,_),r.setStrokeStyle(T),r.setFillStyle(P),d.borderWidth>0&&(r.setLineWidth(d.borderWidth*t.pix),r.stroke()),r.fill()}}break;case"mount":for(var B=0;B<b.length;B++){var z=b[B];if(null!==z&&B>g&&B<v){k=z.x-u*d.widthRatio/2,A=t.height-z.y-t.area[2];r.beginPath();P=z.color||e[B].color,T=z.color||e[B].color;if("none"!==d.linearType){C=r.createLinearGradient(k,z.y,k,_);"opacity"==d.linearType?(C.addColorStop(0,l(P,d.linearOpacity)),C.addColorStop(1,l(P,1))):(C.addColorStop(0,l(d.customColor[e[B].linearIndex],d.linearOpacity)),C.addColorStop(d.colorStop,l(d.customColor[e[B].linearIndex],d.linearOpacity)),C.addColorStop(1,l(P,1))),P=C}r.moveTo(k,_),r.bezierCurveTo(z.x-z.width/4,_,z.x-z.width/4,z.y,z.x,z.y),r.bezierCurveTo(z.x+z.width/4,z.y,z.x+z.width/4,_,k+z.width,_),r.setStrokeStyle(T),r.setFillStyle(P),d.borderWidth>0&&(r.setLineWidth(d.borderWidth*t.pix),r.stroke()),r.fill()}}break;case"sharp":for(var W=0;W<b.length;W++){var q=b[W];if(null!==q&&W>g&&W<v){k=q.x-u*d.widthRatio/2,A=t.height-q.y-t.area[2];r.beginPath();P=q.color||e[W].color,T=q.color||e[W].color;if("none"!==d.linearType){C=r.createLinearGradient(k,q.y,k,_);"opacity"==d.linearType?(C.addColorStop(0,l(P,d.linearOpacity)),C.addColorStop(1,l(P,1))):(C.addColorStop(0,l(d.customColor[e[W].linearIndex],d.linearOpacity)),C.addColorStop(d.colorStop,l(d.customColor[e[W].linearIndex],d.linearOpacity)),C.addColorStop(1,l(P,1))),P=C}r.moveTo(k,_),r.quadraticCurveTo(q.x-0,_-A/4,q.x,q.y),r.quadraticCurveTo(q.x+0,_-A/4,k+q.width,_),r.setStrokeStyle(T),r.setFillStyle(P),d.borderWidth>0&&(r.setLineWidth(d.borderWidth*t.pix),r.stroke()),r.fill()}}break}if(!1!==t.dataLabel&&1===a){var H,G,V;H=[].concat(t.chartData.yAxisData.ranges[0]),G=H.pop(),V=H.shift();b=Z(e,G,V,c,u,t,d,_,a);de(b,e,n,r,t,_)}return r.restore(),{xAxisPoints:c,calPoints:b,eachSpacing:u}}(u,t,n,r,e),o=a.xAxisPoints,c=a.calPoints,f=a.eachSpacing;t.chartData.xAxisPoints=o,t.chartData.calPoints=c,t.chartData.eachSpacing=f,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"bar":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),we(d,t,n,r);var a=function(e,t,n,r){for(var a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=[],c=(t.height-t.area[0]-t.area[2])/t.categories.length,u=0;u<t.categories.length;u++)o.push(t.area[0]+c/2+c*u);var d=s({},{type:"group",width:c/2,meterBorder:4,meterFillColor:"#FFFFFF",barBorderCircle:!1,barBorderRadius:[],seriesGap:2,linearType:"none",linearOpacity:1,customColor:[],colorStop:0},t.extra.bar),f=[];r.save();var h=-2,p=o.length+2;return t.tooltip&&t.tooltip.textList&&t.tooltip.textList.length&&1===a&&xe(t.tooltip.offset.y,t,0,r,c),d.customColor=y(d.linearType,d.customColor,e,n),e.forEach((function(s,u){var g,v,y;g=[].concat(t.chartData.xAxisData.ranges),y=g.pop(),v=g.shift();var m=s.data;switch(d.type){case"group":var x=ee(m,v,y,o,c,t,n,a),_=ne(m,v,y,o,c,t,n,u,e,a);f.push(_),x=q(x,c,e.length,u,0,t);for(var b=0;b<x.length;b++){var w=x[b];if(null!==w&&b>h&&b<p){var S=t.area[3],k=w.y-w.width/2;w.height;r.beginPath();var A=w.color||s.color,P=w.color||s.color;if("none"!==d.linearType){var T=r.createLinearGradient(S,w.y,w.x,w.y);"opacity"==d.linearType?(T.addColorStop(0,l(A,d.linearOpacity)),T.addColorStop(1,l(A,1))):(T.addColorStop(0,l(d.customColor[s.linearIndex],d.linearOpacity)),T.addColorStop(d.colorStop,l(d.customColor[s.linearIndex],d.linearOpacity)),T.addColorStop(1,l(A,1))),A=T}if(d.barBorderRadius&&4===d.barBorderRadius.length||!0===d.barBorderCircle){var C=S,O=w.width,D=w.y-w.width/2,M=w.height;d.barBorderCircle&&(d.barBorderRadius=[O/2,O/2,0,0]);var L=(0,i.default)(d.barBorderRadius,4),I=L[0],E=L[1],F=L[2],R=L[3],j=Math.min(O/2,M/2);I=I>j?j:I,E=E>j?j:E,F=F>j?j:F,R=R>j?j:R,I=I<0?0:I,E=E<0?0:E,F=F<0?0:F,R=R<0?0:R,r.arc(C+R,D+R,R,-Math.PI,-Math.PI/2),r.arc(w.x-I,D+I,I,-Math.PI/2,0),r.arc(w.x-E,D+O-E,E,0,Math.PI/2),r.arc(C+F,D+O-F,F,Math.PI/2,Math.PI)}else r.moveTo(S,k),r.lineTo(w.x,k),r.lineTo(w.x,k+w.width),r.lineTo(S,k+w.width),r.lineTo(S,k),r.setLineWidth(1),r.setStrokeStyle(P);r.setFillStyle(A),r.closePath(),r.fill()}}break;case"stack":x=ne(m,v,y,o,c,t,n,u,e,a);f.push(x),x=V(x,c,e.length,0,0,t);for(var $=0;$<x.length;$++){var N=x[$];if(null!==N&&$>h&&$<p){r.beginPath();A=N.color||s.color,S=N.x0;r.setFillStyle(A),r.moveTo(S,N.y-N.width/2),r.fillRect(S,N.y-N.width/2,N.height,N.width),r.closePath(),r.fill()}}break}})),!1!==t.dataLabel&&1===a&&e.forEach((function(i,s){var l,u,f;l=[].concat(t.chartData.xAxisData.ranges),f=l.pop(),u=l.shift();var h=i.data;switch(d.type){case"group":var p=ee(h,u,f,o,c,t,n,a);p=q(p,c,e.length,s,0,t),fe(p,i,n,r,t);break;case"stack":p=ne(h,u,f,o,c,t,n,s,e,a);fe(p,i,n,r,t);break}})),{yAxisPoints:o,calPoints:f,eachSpacing:c}}(u,t,n,r,e),o=a.yAxisPoints,c=a.calPoints,f=a.eachSpacing;t.chartData.yAxisPoints=o,t.chartData.xAxisPoints=t.chartData.xAxisData.xAxisPoints,t.chartData.calPoints=c,t.chartData.eachSpacing=f,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"area":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),Se(0,t,0,r),we(d,t,n,r);var i=function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=s({},{type:"straight",opacity:.2,addLine:!1,width:2,gradient:!1,activeType:"none"},t.extra.area),o=t.chartData.xAxisData,c=o.xAxisPoints,u=o.eachSpacing,d=t.height-t.area[2],f=[];r.save();var p=0,g=t.width+u;return t._scrollDistance_&&0!==t._scrollDistance_&&!0===t.enableScroll&&(r.translate(t._scrollDistance_,0),p=-t._scrollDistance_-2*u+t.area[3],g=p+(t.xAxis.itemCount+4)*u),e.forEach((function(e,o){var s,v,y;s=[].concat(t.chartData.yAxisData.ranges[e.index]),v=s.pop(),y=s.shift();var m=e.data,x=X(m,v,y,c,u,t,n,i);f.push(x);for(var _=L(x,e),b=0;b<_.length;b++){var w=_[b];if(r.beginPath(),r.setStrokeStyle(l(e.color,a.opacity)),a.gradient){var S=r.createLinearGradient(0,t.area[0],0,t.height-t.area[2]);S.addColorStop("0",l(e.color,a.opacity)),S.addColorStop("1.0",l("#FFFFFF",.1)),r.setFillStyle(S)}else r.setFillStyle(l(e.color,a.opacity));if(r.setLineWidth(a.width*t.pix),w.length>1){var k=w[0],A=w[w.length-1];r.moveTo(k.x,k.y);var P=0;if("curve"===a.type)for(var T=0;T<w.length;T++){var C=w[T];if(0==P&&C.x>p&&(r.moveTo(C.x,C.y),P=1),T>0&&C.x>p&&C.x<g){var O=h(w,T-1);r.bezierCurveTo(O.ctrA.x,O.ctrA.y,O.ctrB.x,O.ctrB.y,C.x,C.y)}}if("straight"===a.type)for(var D=0;D<w.length;D++){var M=w[D];0==P&&M.x>p&&(r.moveTo(M.x,M.y),P=1),D>0&&M.x>p&&M.x<g&&r.lineTo(M.x,M.y)}if("step"===a.type)for(var I=0;I<w.length;I++){var E=w[I];0==P&&E.x>p&&(r.moveTo(E.x,E.y),P=1),I>0&&E.x>p&&E.x<g&&(r.lineTo(E.x,w[I-1].y),r.lineTo(E.x,E.y))}r.lineTo(A.x,d),r.lineTo(k.x,d),r.lineTo(k.x,k.y)}else{var F=w[0];r.moveTo(F.x-u/2,F.y)}if(r.closePath(),r.fill(),a.addLine){if("dash"==e.lineType){var R=e.dashLength?e.dashLength:8;R*=t.pix,r.setLineDash([R,R])}if(r.beginPath(),r.setStrokeStyle(e.color),r.setLineWidth(a.width*t.pix),1===w.length)r.moveTo(w[0].x,w[0].y);else{r.moveTo(w[0].x,w[0].y);var j=0;if("curve"===a.type)for(var $=0;$<w.length;$++){var N=w[$];if(0==j&&N.x>p&&(r.moveTo(N.x,N.y),j=1),$>0&&N.x>p&&N.x<g){var U=h(w,$-1);r.bezierCurveTo(U.ctrA.x,U.ctrA.y,U.ctrB.x,U.ctrB.y,N.x,N.y)}}if("straight"===a.type)for(var B=0;B<w.length;B++){var z=w[B];0==j&&z.x>p&&(r.moveTo(z.x,z.y),j=1),B>0&&z.x>p&&z.x<g&&r.lineTo(z.x,z.y)}if("step"===a.type)for(var W=0;W<w.length;W++){var q=w[W];0==j&&q.x>p&&(r.moveTo(q.x,q.y),j=1),W>0&&q.x>p&&q.x<g&&(r.lineTo(q.x,w[W-1].y),r.lineTo(q.x,q.y))}r.moveTo(w[0].x,w[0].y)}r.stroke(),r.setLineDash([])}}!1!==t.dataPointShape&&oe(x,e.color,e.pointShape,r,t),se(x,e.color,e.pointShape,r,t,a,o)})),!1!==t.dataLabel&&1===i&&e.forEach((function(e,a){var o,s,l;o=[].concat(t.chartData.yAxisData.ranges[e.index]),s=o.pop(),l=o.shift();var d=e.data,f=X(d,s,l,c,u,t,n,i);le(f,e,n,r,t)})),r.restore(),{xAxisPoints:c,calPoints:f,eachSpacing:u}}(u,t,n,r,e),a=i.xAxisPoints,o=i.calPoints,c=i.eachSpacing;t.chartData.xAxisPoints=a,t.chartData.calPoints=o,t.chartData.eachSpacing=c,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"ring":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),t.chartData.pieData=Pe(u,t,n,r,e),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"pie":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),t.chartData.pieData=Pe(u,t,n,r,e),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"rose":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),t.chartData.pieData=function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=s({},{type:"area",activeOpacity:.5,activeRadius:10,offsetAngle:0,labelWidth:15,border:!1,borderWidth:2,borderColor:"#FFFFFF",linearType:"none",customColor:[]},t.extra.rose);0==n.pieChartLinePadding&&(n.pieChartLinePadding=a.activeRadius*t.pix);var o={x:t.area[3]+(t.width-t.area[1]-t.area[3])/2,y:t.area[0]+(t.height-t.area[0]-t.area[2])/2},c=Math.min((t.width-t.area[1]-t.area[3])/2-n.pieChartLinePadding-n.pieChartTextPadding-n._pieTextMaxLength_,(t.height-t.area[0]-t.area[2])/2-n.pieChartLinePadding-n.pieChartTextPadding);c=c<10?10:c;var u=a.minRadius||.5*c;c<u&&(c=u+10),e=$(e,a.type,u,c,i);var d=a.activeRadius*t.pix;return a.customColor=y(a.linearType,a.customColor,e,n),e=e.map((function(e){return e._start_+=(a.offsetAngle||0)*Math.PI/180,e})),e.forEach((function(e,n){t.tooltip&&t.tooltip.index==n&&(r.beginPath(),r.setFillStyle(l(e.color,a.activeOpacity||.5)),r.moveTo(o.x,o.y),r.arc(o.x,o.y,d+e._radius_,e._start_,e._start_+2*e._rose_proportion_*Math.PI),r.closePath(),r.fill()),r.beginPath(),r.setLineWidth(a.borderWidth*t.pix),r.lineJoin="round",r.setStrokeStyle(a.borderColor);var i,s=e.color;"custom"==a.linearType&&(i=r.createCircularGradient?r.createCircularGradient(o.x,o.y,e._radius_):r.createRadialGradient(o.x,o.y,0,o.x,o.y,e._radius_),i.addColorStop(0,l(a.customColor[e.linearIndex],1)),i.addColorStop(1,l(e.color,1)),s=i);r.setFillStyle(s),r.moveTo(o.x,o.y),r.arc(o.x,o.y,e._radius_,e._start_,e._start_+2*e._rose_proportion_*Math.PI),r.closePath(),r.fill(),1==a.border&&r.stroke()})),!1!==t.dataLabel&&1===i&&ge(e,t,n,r,0,o),{center:o,radius:c,series:e}}(u,t,n,r,e),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"radar":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),t.chartData.radarData=function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,a=s({},{gridColor:"#cccccc",gridType:"radar",gridEval:1,axisLabel:!1,axisLabelTofix:0,labelShow:!0,labelColor:"#666666",labelPointShow:!1,labelPointRadius:3,labelPointColor:"#cccccc",opacity:.2,gridCount:3,border:!1,borderWidth:2,linearType:"none",customColor:[]},t.extra.radar),o=A(t.categories.length),c={x:t.area[3]+(t.width-t.area[1]-t.area[3])/2,y:t.area[0]+(t.height-t.area[0]-t.area[2])/2},u=(t.width-t.area[1]-t.area[3])/2,d=(t.height-t.area[0]-t.area[2])/2,f=Math.min(u-(k(t.categories,n.fontSize,r)+n.radarLabelTextMargin),d-n.radarLabelTextMargin);f-=n.radarLabelTextMargin*t.pix,f=f<10?10:f,f=a.radius?a.radius:f,r.beginPath(),r.setLineWidth(1*t.pix),r.setStrokeStyle(a.gridColor),o.forEach((function(e,t){var n=p(f*Math.cos(e),f*Math.sin(e),c);r.moveTo(c.x,c.y),t%a.gridEval==0&&r.lineTo(n.x,n.y)})),r.stroke(),r.closePath();for(var h=function(e){var n={};if(r.beginPath(),r.setLineWidth(1*t.pix),r.setStrokeStyle(a.gridColor),"radar"==a.gridType)o.forEach((function(t,i){var o=p(f/a.gridCount*e*Math.cos(t),f/a.gridCount*e*Math.sin(t),c);0===i?(n=o,r.moveTo(o.x,o.y)):r.lineTo(o.x,o.y)})),r.lineTo(n.x,n.y);else{var i=p(f/a.gridCount*e*Math.cos(1.5),f/a.gridCount*e*Math.sin(1.5),c);r.arc(c.x,c.y,c.y-i.y,0,2*Math.PI,!1)}r.stroke(),r.closePath()},g=1;g<=a.gridCount;g++)h(g);a.customColor=y(a.linearType,a.customColor,e,n);var v=F(o,c,f,e,t,i);if(v.forEach((function(n,i){r.beginPath(),r.setLineWidth(a.borderWidth*t.pix),r.setStrokeStyle(n.color);var o,s=l(n.color,a.opacity);"custom"==a.linearType&&(o=r.createCircularGradient?r.createCircularGradient(c.x,c.y,f):r.createRadialGradient(c.x,c.y,0,c.x,c.y,f),o.addColorStop(0,l(a.customColor[e[i].linearIndex],a.opacity)),o.addColorStop(1,l(n.color,a.opacity)),s=o);if(r.setFillStyle(s),n.data.forEach((function(e,t){0===t?r.moveTo(e.position.x,e.position.y):r.lineTo(e.position.x,e.position.y)})),r.closePath(),r.fill(),!0===a.border&&r.stroke(),r.closePath(),!1!==t.dataPointShape){var u=n.data.map((function(e){return e.position}));oe(u,n.color,n.pointShape,r,t)}})),!0===a.axisLabel){var m=Math.max(a.max,Math.max.apply(null,_(e))),x=f/a.gridCount,b=t.fontSize*t.pix;r.setFontSize(b),r.setFillStyle(t.fontColor),r.setTextAlign("left");for(g=0;g<a.gridCount+1;g++){var w=g*m/a.gridCount;w=w.toFixed(a.axisLabelTofix),r.fillText(String(w),c.x+3*t.pix,c.y-g*x+b/2)}}return pe(o,f,c,t,n,r),!1!==t.dataLabel&&1===i&&(v.forEach((function(e,i){r.beginPath();var a=e.textSize*t.pix||n.fontSize;r.setFontSize(a),r.setFillStyle(e.textColor||t.fontColor),e.data.forEach((function(e,t){Math.abs(e.position.x-c.x)<2?e.position.y<c.y?(r.setTextAlign("center"),r.fillText(e.value,e.position.x,e.position.y-4)):(r.setTextAlign("center"),r.fillText(e.value,e.position.x,e.position.y+a+2)):e.position.x<c.x?(r.setTextAlign("right"),r.fillText(e.value,e.position.x-4,e.position.y+a/2-2)):(r.setTextAlign("left"),r.fillText(e.value,e.position.x+4,e.position.y+a/2-2))})),r.closePath(),r.stroke()})),r.setTextAlign("left")),{center:c,radius:f,angleList:o}}(u,t,n,r,e),Ae(t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"arcbar":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),t.chartData.arcbarData=function(e,t,n,r){var i,a,o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,c=s({},{startAngle:.75,endAngle:.25,type:"default",direction:"cw",lineCap:"round",width:12,gap:2,linearType:"none",customColor:[]},t.extra.arcbar);e=N(e,c,o),i=c.centerX||c.centerY?{x:c.centerX?c.centerX:t.width/2,y:c.centerY?c.centerY:t.height/2}:{x:t.width/2,y:t.height/2},c.radius?a=c.radius:(a=Math.min(i.x,i.y),a-=5*t.pix,a-=c.width/2),a=a<10?10:a,c.customColor=y(c.linearType,c.customColor,e,n);for(var u=0;u<e.length;u++){var d=e[u];r.setLineWidth(c.width*t.pix),r.setStrokeStyle(c.backgroundColor||"#E9E9E9"),r.setLineCap(c.lineCap),r.beginPath(),"default"==c.type?r.arc(i.x,i.y,a-(c.width*t.pix+c.gap*t.pix)*u,c.startAngle*Math.PI,c.endAngle*Math.PI,"ccw"==c.direction):r.arc(i.x,i.y,a-(c.width*t.pix+c.gap*t.pix)*u,0,2*Math.PI,"ccw"==c.direction),r.stroke();var f=d.color;if("custom"==c.linearType){var h=r.createLinearGradient(i.x-a,i.y,i.x+a,i.y);h.addColorStop(1,l(c.customColor[d.linearIndex],1)),h.addColorStop(0,l(d.color,1)),f=h}r.setLineWidth(c.width*t.pix),r.setStrokeStyle(f),r.setLineCap(c.lineCap),r.beginPath(),r.arc(i.x,i.y,a-(c.width*t.pix+c.gap*t.pix)*u,c.startAngle*Math.PI,d._proportion_*Math.PI,"ccw"==c.direction),r.stroke()}return ce(t,n,r,i),{center:i,radius:a,series:e}}(u,t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"gauge":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),t.chartData.gaugeData=function(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,o=s({},{type:"default",startAngle:.75,endAngle:.25,width:15,labelOffset:13,splitLine:{fixRadius:0,splitNumber:10,width:15,color:"#FFFFFF",childNumber:5,childWidth:5},pointer:{width:15,color:"auto"}},n.extra.gauge);void 0==o.oldAngle&&(o.oldAngle=o.startAngle),void 0==o.oldData&&(o.oldData=0),e=B(e,o.startAngle,o.endAngle);var c={x:n.width/2,y:n.height/2},u=Math.min(c.x,c.y);u-=5*n.pix,u-=o.width/2,u=u<10?10:u;var d=u-o.width,f=0;if("progress"==o.type){var h=u-3*o.width;i.beginPath();var p=i.createLinearGradient(c.x,c.y-h,c.x,c.y+h);p.addColorStop("0",l(t[0].color,.3)),p.addColorStop("1.0",l("#FFFFFF",.1)),i.setFillStyle(p),i.arc(c.x,c.y,h,0,2*Math.PI,!1),i.fill(),i.setLineWidth(o.width),i.setStrokeStyle(l(t[0].color,.3)),i.setLineCap("round"),i.beginPath(),i.arc(c.x,c.y,d,o.startAngle*Math.PI,o.endAngle*Math.PI,!1),i.stroke(),f=o.endAngle<o.startAngle?2+o.endAngle-o.startAngle:o.startAngle-o.endAngle;o.splitLine.splitNumber;var g=f/o.splitLine.splitNumber/o.splitLine.childNumber,v=-u-.5*o.width-o.splitLine.fixRadius,y=-u-o.width-o.splitLine.fixRadius+o.splitLine.width;i.save(),i.translate(c.x,c.y),i.rotate((o.startAngle-1)*Math.PI);for(var m=o.splitLine.splitNumber*o.splitLine.childNumber+1,x=t[0].data*a,_=0;_<m;_++)i.beginPath(),x>_/m?i.setStrokeStyle(l(t[0].color,1)):i.setStrokeStyle(l(t[0].color,.3)),i.setLineWidth(3*n.pix),i.moveTo(v,0),i.lineTo(y,0),i.stroke(),i.rotate(g*Math.PI);i.restore(),t=U(t,o,a),i.setLineWidth(o.width),i.setStrokeStyle(t[0].color),i.setLineCap("round"),i.beginPath(),i.arc(c.x,c.y,d,o.startAngle*Math.PI,t[0]._proportion_*Math.PI,!1),i.stroke();var b=u-2.5*o.width;i.save(),i.translate(c.x,c.y),i.rotate((t[0]._proportion_-1)*Math.PI),i.beginPath(),i.setLineWidth(o.width/3);var w=i.createLinearGradient(0,.6*-b,0,.6*b);w.addColorStop("0",l("#FFFFFF",0)),w.addColorStop("0.5",l(t[0].color,1)),w.addColorStop("1.0",l("#FFFFFF",0)),i.setStrokeStyle(w),i.arc(0,0,b,.85*Math.PI,1.15*Math.PI,!1),i.stroke(),i.beginPath(),i.setLineWidth(1),i.setStrokeStyle(t[0].color),i.setFillStyle(t[0].color),i.moveTo(-b-o.width/3/2,-4),i.lineTo(-b-o.width/3/2-4,0),i.lineTo(-b-o.width/3/2,4),i.lineTo(-b-o.width/3/2,-4),i.stroke(),i.fill(),i.restore()}else{i.setLineWidth(o.width),i.setLineCap("butt");for(var S=0;S<e.length;S++){var k=e[S];i.beginPath(),i.setStrokeStyle(k.color),i.arc(c.x,c.y,u,k._startAngle_*Math.PI,k._endAngle_*Math.PI,!1),i.stroke()}i.save(),f=o.endAngle<o.startAngle?2+o.endAngle-o.startAngle:o.startAngle-o.endAngle;var A=f/o.splitLine.splitNumber,P=f/o.splitLine.splitNumber/o.splitLine.childNumber,T=-u-.5*o.width-o.splitLine.fixRadius,C=-u-.5*o.width-o.splitLine.fixRadius+o.splitLine.width,O=-u-.5*o.width-o.splitLine.fixRadius+o.splitLine.childWidth;i.translate(c.x,c.y),i.rotate((o.startAngle-1)*Math.PI);for(var D=0;D<o.splitLine.splitNumber+1;D++)i.beginPath(),i.setStrokeStyle(o.splitLine.color),i.setLineWidth(2*n.pix),i.moveTo(T,0),i.lineTo(C,0),i.stroke(),i.rotate(A*Math.PI);i.restore(),i.save(),i.translate(c.x,c.y),i.rotate((o.startAngle-1)*Math.PI);for(var M=0;M<o.splitLine.splitNumber*o.splitLine.childNumber+1;M++)i.beginPath(),i.setStrokeStyle(o.splitLine.color),i.setLineWidth(1*n.pix),i.moveTo(T,0),i.lineTo(O,0),i.stroke(),i.rotate(P*Math.PI);i.restore(),t=z(t,e,o,a);for(var L=0;L<t.length;L++){var I=t[L];i.save(),i.translate(c.x,c.y),i.rotate((I._proportion_-1)*Math.PI),i.beginPath(),i.setFillStyle(I.color),i.moveTo(o.pointer.width,0),i.lineTo(0,-o.pointer.width/2),i.lineTo(-d,0),i.lineTo(0,o.pointer.width/2),i.lineTo(o.pointer.width,0),i.closePath(),i.fill(),i.beginPath(),i.setFillStyle("#FFFFFF"),i.arc(0,0,o.pointer.width/6,0,2*Math.PI,!1),i.fill(),i.restore()}!1!==n.dataLabel&&he(o,u,c,n,r,i)}return ce(n,r,i,c),1===a&&"gauge"===n.type&&(n.extra.gauge.oldAngle=t[0]._proportion_,n.extra.gauge.oldData=t[0].data),{center:c,radius:u,innerRadius:d,categories:e,totalAngle:f}}(d,u,t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break;case"candle":this.animationInstance=new $e({timing:t.timing,duration:g,onProcess:function(e){r.clearRect(0,0,t.width,t.height),t.rotate&&ae(r,t),Se(0,t,0,r),we(d,t,n,r);var i=function(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:1,o=s({},{color:{},average:{}},n.extra.candle);o.color=s({},{upLine:"#f04864",upFill:"#f04864",downLine:"#2fc25b",downFill:"#2fc25b"},o.color),o.average=s({},{show:!1,name:[],day:[],color:r.color},o.average),n.extra.candle=o;var c=n.chartData.xAxisData,l=c.xAxisPoints,u=c.eachSpacing,d=[];i.save();var f=-2,p=l.length+2,g=0,v=n.width+u;return n._scrollDistance_&&0!==n._scrollDistance_&&!0===n.enableScroll&&(i.translate(n._scrollDistance_,0),f=Math.floor(-n._scrollDistance_/u)-2,p=f+n.xAxis.itemCount+4,g=-n._scrollDistance_-2*u+n.area[3],v=g+(n.xAxis.itemCount+4)*u),(o.average.show||t)&&t.forEach((function(e,t){var o,s,c;o=[].concat(n.chartData.yAxisData.ranges[e.index]),s=o.pop(),c=o.shift();for(var d=e.data,f=X(d,s,c,l,u,n,r,a),p=L(f,e),y=0;y<p.length;y++){var m=p[y];if(i.beginPath(),i.setStrokeStyle(e.color),i.setLineWidth(1),1===m.length)i.moveTo(m[0].x,m[0].y),i.arc(m[0].x,m[0].y,1,0,2*Math.PI);else{i.moveTo(m[0].x,m[0].y);for(var x=0,_=0;_<m.length;_++){var b=m[_];if(0==x&&b.x>g&&(i.moveTo(b.x,b.y),x=1),_>0&&b.x>g&&b.x<v){var w=h(m,_-1);i.bezierCurveTo(w.ctrA.x,w.ctrA.y,w.ctrB.x,w.ctrB.y,b.x,b.y)}}i.moveTo(m[0].x,m[0].y)}i.closePath(),i.stroke()}})),e.forEach((function(e,t){var s,c,h;s=[].concat(n.chartData.yAxisData.ranges[e.index]),c=s.pop(),h=s.shift();var g=e.data,v=J(g,c,h,l,u,n,r,a);d.push(v);for(var y=L(v,e),m=0;m<y[0].length;m++)if(m>f&&m<p){var x=y[0][m];i.beginPath(),g[m][1]-g[m][0]>0?(i.setStrokeStyle(o.color.upLine),i.setFillStyle(o.color.upFill),i.setLineWidth(1*n.pix),i.moveTo(x[3].x,x[3].y),i.lineTo(x[1].x,x[1].y),i.lineTo(x[1].x-u/4,x[1].y),i.lineTo(x[0].x-u/4,x[0].y),i.lineTo(x[0].x,x[0].y),i.lineTo(x[2].x,x[2].y),i.lineTo(x[0].x,x[0].y),i.lineTo(x[0].x+u/4,x[0].y),i.lineTo(x[1].x+u/4,x[1].y),i.lineTo(x[1].x,x[1].y),i.moveTo(x[3].x,x[3].y)):(i.setStrokeStyle(o.color.downLine),i.setFillStyle(o.color.downFill),i.setLineWidth(1*n.pix),i.moveTo(x[3].x,x[3].y),i.lineTo(x[0].x,x[0].y),i.lineTo(x[0].x-u/4,x[0].y),i.lineTo(x[1].x-u/4,x[1].y),i.lineTo(x[1].x,x[1].y),i.lineTo(x[2].x,x[2].y),i.lineTo(x[1].x,x[1].y),i.lineTo(x[1].x+u/4,x[1].y),i.lineTo(x[0].x+u/4,x[0].y),i.lineTo(x[0].x,x[0].y),i.moveTo(x[3].x,x[3].y)),i.closePath(),i.fill(),i.stroke()}})),i.restore(),{xAxisPoints:l,calPoints:d,eachSpacing:u}}(u,m,t,n,r,e),a=i.xAxisPoints,o=i.calPoints,c=i.eachSpacing;t.chartData.xAxisPoints=a,t.chartData.calPoints=o,t.chartData.eachSpacing=c,ke(0,t,n,r),!1!==t.enableMarkLine&&1===e&&ve(t,0,r),Ae(m?0:t.series,t,n,r,t.chartData),be(t,n,r,e),Re(0,r)},onAnimationFinish:function(){o.uevent.trigger("renderComplete")}});break}}function Ue(){this.events={}}$e.prototype.stop=function(){this.isStop=!0},Ue.prototype.addEventListener=function(e,t){this.events[e]=this.events[e]||[],this.events[e].push(t)},Ue.prototype.delEventListener=function(e){this.events[e]=[]},Ue.prototype.trigger=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],i=t.slice(1);this.events[r]&&this.events[r].forEach((function(e){try{e.apply(null,i)}catch(t){}}))};var Be=function(e){e.pix=e.pixelRatio?e.pixelRatio:1,e.fontSize=e.fontSize?e.fontSize:13,e.fontColor=e.fontColor?e.fontColor:o.fontColor,""!=e.background&&"none"!=e.background||(e.background="#FFFFFF"),e.title=s({},e.title),e.subtitle=s({},e.subtitle),e.duration=e.duration?e.duration:1e3,e.yAxis=s({},{data:[],showTitle:!1,disabled:!1,disableGrid:!1,gridSet:"number",splitNumber:5,gridType:"solid",dashLength:4*e.pix,gridColor:"#cccccc",padding:10,fontColor:"#666666"},e.yAxis),e.xAxis=s({},{rotateLabel:!1,rotateAngle:45,disabled:!1,disableGrid:!1,splitNumber:5,calibration:!1,fontColor:"#666666",fontSize:13,lineHeight:20,marginTop:0,gridType:"solid",dashLength:4,scrollAlign:"left",boundaryGap:"center",axisLine:!0,axisLineColor:"#cccccc",titleFontSize:13,titleOffsetY:0,titleOffsetX:0,titleFontColor:"#666666"},e.xAxis),e.xAxis.scrollPosition=e.xAxis.scrollAlign,e.legend=s({},{show:!0,position:"bottom",float:"center",backgroundColor:"rgba(0,0,0,0)",borderColor:"rgba(0,0,0,0)",borderWidth:0,padding:5,margin:5,itemGap:10,fontSize:e.fontSize,lineHeight:e.fontSize,fontColor:e.fontColor,formatter:{},hiddenColor:"#CECECE"},e.legend),e.extra=s({tooltip:{legendShape:"auto"}},e.extra),e.rotate=!!e.rotate,e.animation=!!e.animation,e.rotate=!!e.rotate,e.canvas2d=!!e.canvas2d;var t=s({},o);if(t.color=e.color?e.color:t.color,"pie"==e.type&&(t.pieChartLinePadding=!1===e.dataLabel?0:e.extra.pie.labelWidth*e.pix||t.pieChartLinePadding*e.pix),"ring"==e.type&&(t.pieChartLinePadding=!1===e.dataLabel?0:e.extra.ring.labelWidth*e.pix||t.pieChartLinePadding*e.pix),"rose"==e.type&&(t.pieChartLinePadding=!1===e.dataLabel?0:e.extra.rose.labelWidth*e.pix||t.pieChartLinePadding*e.pix),t.pieChartTextPadding=!1===e.dataLabel?0:t.pieChartTextPadding*e.pix,t.rotate=e.rotate,e.rotate){var n=e.width,r=e.height;e.width=r,e.height=n}if(e.padding=e.padding?e.padding:t.padding,t.yAxisWidth=o.yAxisWidth*e.pix,t.fontSize=e.fontSize*e.pix,t.titleFontSize=o.titleFontSize*e.pix,t.subtitleFontSize=o.subtitleFontSize*e.pix,!e.context)throw new Error("[uCharts] 未获取到context!注意:v2.0版本后,需要自行获取canvas的绘图上下文并传入opts.context!");this.context=e.context,this.context.setTextAlign||(this.context.setStrokeStyle=function(e){return this.strokeStyle=e},this.context.setLineWidth=function(e){return this.lineWidth=e},this.context.setLineCap=function(e){return this.lineCap=e},this.context.setFontSize=function(e){return this.font=e+"px sans-serif"},this.context.setFillStyle=function(e){return this.fillStyle=e},this.context.setTextAlign=function(e){return this.textAlign=e},this.context.setTextBaseline=function(e){return this.textBaseline=e},this.context.setShadow=function(e,t,n,r){this.shadowColor=r,this.shadowOffsetX=e,this.shadowOffsetY=t,this.shadowBlur=n},this.context.draw=function(){}),this.context.setLineDash||(this.context.setLineDash=function(e){}),e.chartData={},this.uevent=new Ue,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0},this.opts=e,this.config=t,Ne.call(this,e.type,e,t,this.context)};Be.prototype.updateData=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.opts=s({},this.opts,e),this.opts.updateData=!0;var t=e.scrollPosition||"current";switch(t){case"current":this.opts._scrollDistance_=this.scrollOption.currentOffset;break;case"left":this.opts._scrollDistance_=0,this.scrollOption={currentOffset:0,startTouchX:0,distance:0,lastMoveTime:0};break;case"right":var n=ie(this.opts.series,this.opts,this.config,this.context),r=n.yAxisWidth;this.config.yAxisWidth=r;var i=0,a=K(this.opts.categories,this.opts,this.config),o=a.xAxisPoints,c=a.startX,l=a.endX,u=a.eachSpacing,d=u*(o.length-1),f=l-c;i=f-d,this.scrollOption={currentOffset:i,startTouchX:i,distance:0,lastMoveTime:0},this.opts._scrollDistance_=i;break}Ne.call(this,this.opts.type,this.opts,this.config,this.context)},Be.prototype.zoom=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.opts.xAxis.itemCount;if(!0===this.opts.enableScroll){var t=Math.round(Math.abs(this.scrollOption.currentOffset)/this.opts.chartData.eachSpacing)+Math.round(this.opts.xAxis.itemCount/2);this.opts.animation=!1,this.opts.xAxis.itemCount=e.itemCount;var n=ie(this.opts.series,this.opts,this.config,this.context),r=n.yAxisWidth;this.config.yAxisWidth=r;var i=0,a=K(this.opts.categories,this.opts,this.config),o=a.xAxisPoints,s=a.startX,c=a.endX,l=a.eachSpacing,u=l*t,f=c-s,h=f-l*(o.length-1);i=f/2-u,i>0&&(i=0),i<h&&(i=h),this.scrollOption={currentOffset:i,startTouchX:0,distance:0,lastMoveTime:0},d(this,i,this.opts.chartData,this.config,this.opts),this.opts._scrollDistance_=i,Ne.call(this,this.opts.type,this.opts,this.config,this.context)}else console.log("[uCharts] 请启用滚动条后使用")},Be.prototype.dobuleZoom=function(e){if(!0===this.opts.enableScroll){var t=e.changedTouches;if(!(t.length<2)){for(var n=0;n<t.length;n++)t[n].x=t[n].x?t[n].x:t[n].clientX,t[n].y=t[n].y?t[n].y:t[n].clientY;var r=[w(t[0],this.opts,e),w(t[1],this.opts,e)],i=Math.abs(r[0].x-r[1].x);if(!this.scrollOption.moveCount){var a={changedTouches:[{x:t[0].x,y:this.opts.area[0]/this.opts.pix+2}]},o={changedTouches:[{x:t[1].x,y:this.opts.area[0]/this.opts.pix+2}]};this.opts.rotate&&(a={changedTouches:[{x:this.opts.height/this.opts.pix-this.opts.area[0]/this.opts.pix-2,y:t[0].y}]},o={changedTouches:[{x:this.opts.height/this.opts.pix-this.opts.area[0]/this.opts.pix-2,y:t[1].y}]});var s=this.getCurrentDataIndex(a).index,c=this.getCurrentDataIndex(o).index,l=Math.abs(s-c);return this.scrollOption.moveCount=l,this.scrollOption.moveCurrent1=Math.min(s,c),void(this.scrollOption.moveCurrent2=Math.max(s,c))}var u=i/this.scrollOption.moveCount,f=(this.opts.width-this.opts.area[1]-this.opts.area[3])/u;f=f<=2?2:f,f=f>=this.opts.categories.length?this.opts.categories.length:f,this.opts.animation=!1,this.opts.xAxis.itemCount=f;var h=0,p=K(this.opts.categories,this.opts,this.config),g=p.xAxisPoints,v=p.startX,y=p.endX,m=p.eachSpacing,x=m*this.scrollOption.moveCurrent1,_=y-v,b=_-m*(g.length-1);h=-x+Math.min(r[0].x,r[1].x)-this.opts.area[3]-m,h>0&&(h=0),h<b&&(h=b),this.scrollOption.currentOffset=h,this.scrollOption.startTouchX=0,this.scrollOption.distance=0,d(this,h,this.opts.chartData,this.config,this.opts),this.opts._scrollDistance_=h,Ne.call(this,this.opts.type,this.opts,this.config,this.context)}}else console.log("[uCharts] 请启用滚动条后使用")},Be.prototype.stopAnimation=function(){this.animationInstance&&this.animationInstance.stop()},Be.prototype.addEventListener=function(e,t){this.uevent.addEventListener(e,t)},Be.prototype.delEventListener=function(e){this.uevent.delEventListener(e)},Be.prototype.getCurrentDataIndex=function(e){var t=null;if(t=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],t){var n=w(t,this.opts,e);return"pie"===this.opts.type||"ring"===this.opts.type?function(e,t,n){var r=-1,i=R(t.series);if(t&&t.center&&M(e,t.center,t.radius)){var a=Math.atan2(t.center.y-e.y,e.x-t.center.x);a=-a,n.extra.pie&&n.extra.pie.offsetAngle&&(a-=n.extra.pie.offsetAngle*Math.PI/180),n.extra.ring&&n.extra.ring.offsetAngle&&(a-=n.extra.ring.offsetAngle*Math.PI/180);for(var o=0,s=i.length;o<s;o++)if(f(a,i[o]._start_,i[o]._start_+2*i[o]._proportion_*Math.PI)){r=o;break}}return r}({x:n.x,y:n.y},this.opts.chartData.pieData,this.opts):"rose"===this.opts.type?function(e,t,n){var r=-1,i=$(n._series_,n.extra.rose.type,t.radius,t.radius);if(t&&t.center&&M(e,t.center,t.radius)){var a=Math.atan2(t.center.y-e.y,e.x-t.center.x);a=-a,n.extra.rose&&n.extra.rose.offsetAngle&&(a-=n.extra.rose.offsetAngle*Math.PI/180);for(var o=0,s=i.length;o<s;o++)if(f(a,i[o]._start_,i[o]._start_+2*i[o]._rose_proportion_*Math.PI)){r=o;break}}return r}({x:n.x,y:n.y},this.opts.chartData.pieData,this.opts):"radar"===this.opts.type?function(e,t,n){var r=2*Math.PI/n,i=-1;if(M(e,t.center,t.radius)){var a=function(e){return e<0&&(e+=2*Math.PI),e>2*Math.PI&&(e-=2*Math.PI),e},o=Math.atan2(t.center.y-e.y,e.x-t.center.x);o*=-1,o<0&&(o+=2*Math.PI);var s=t.angleList.map((function(e){return e=a(-1*e),e}));s.forEach((function(e,t){var n=a(e-r/2),s=a(e+r/2);s<n&&(s+=2*Math.PI),(o>=n&&o<=s||o+2*Math.PI>=n&&o+2*Math.PI<=s)&&(i=t)}))}return i}({x:n.x,y:n.y},this.opts.chartData.radarData,this.opts.categories.length):"funnel"===this.opts.type?function(e,t){for(var n=-1,r=0,i=t.series.length;r<i;r++){var a=t.series[r];if(e.x>a.funnelArea[0]&&e.x<a.funnelArea[2]&&e.y>a.funnelArea[1]&&e.y<a.funnelArea[3]){n=r;break}}return n}({x:n.x,y:n.y},this.opts.chartData.funnelData):"map"===this.opts.type?function(e,t){for(var n=-1,r=t.chartData.mapData,i=t.series,a=function(e,t,n,r,i,a){return{x:(t-i)/r+n.xMin,y:n.yMax-(e-a)/r}}(e.y,e.x,r.bounds,r.scale,r.xoffset,r.yoffset),o=[a.x,a.y],s=0,c=i.length;s<c;s++){var l=i[s].geometry.coordinates;if(De(o,l,t.chartData.mapData.mercator)){n=s;break}}return n}({x:n.x,y:n.y},this.opts):"word"===this.opts.type?function(e,t){for(var n=-1,r=0,i=t.length;r<i;r++){var a=t[r];if(e.x>a.area[0]&&e.x<a.area[2]&&e.y>a.area[1]&&e.y<a.area[3]){n=r;break}}return n}({x:n.x,y:n.y},this.opts.chartData.wordCloudData):"bar"===this.opts.type?function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a={index:-1,group:[]},o=n.chartData.eachSpacing/2,s=n.chartData.yAxisPoints;return t&&t.length>0&&D(e,n,r)&&s.forEach((function(t,n){e.y+i+o>t&&(a.index=n)})),a}({x:n.x,y:n.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset)):function(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,a={index:-1,group:[]},o=n.chartData.eachSpacing/2,s=[];if(t&&t.length>0){if(n.categories){for(var c=1;c<n.chartData.xAxisPoints.length;c++)s.push(n.chartData.xAxisPoints[c]-o);"line"!=n.type&&"area"!=n.type||"justify"!=n.xAxis.boundaryGap||(s=n.chartData.xAxisPoints)}else o=0;if(D(e,n,r))if(n.categories)s.forEach((function(t,n){e.x+i+o>t&&(a.index=n)}));else{for(var l=Array(t.length),u=0;u<t.length;u++){l[u]=Array(t[u].length);for(var d=0;d<t[u].length;d++)l[u][d]=Math.abs(t[u][d].x-e.x)}for(var f=Array(l.length),h=Array(l.length),p=0;p<l.length;p++)f[p]=Math.min.apply(null,l[p]),h[p]=l[p].indexOf(f[p]);var g=Math.min.apply(null,f);a.index=[];for(var v=0;v<f.length;v++)f[v]==g&&(a.group.push(v),a.index.push(h[v]))}}return a}({x:n.x,y:n.y},this.opts.chartData.calPoints,this.opts,this.config,Math.abs(this.scrollOption.currentOffset))}return-1},Be.prototype.getLegendDataIndex=function(e){var t=null;if(t=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],t){var n=w(t,this.opts,e);return function(e,t,n){var r=-1;if(function(e,t){return e.x>t.start.x&&e.x<t.end.x&&e.y>t.start.y&&e.y<t.end.y}(e,t.area)){for(var i=t.points,a=-1,o=0,s=i.length;o<s;o++)for(var c=i[o],l=0;l<c.length;l++){a+=1;var u=c[l]["area"];if(u&&e.x>u[0]-0&&e.x<u[2]+0&&e.y>u[1]-0&&e.y<u[3]+0){r=a;break}}return r}return r}({x:n.x,y:n.y},this.opts.chartData.legendData)}return-1},Be.prototype.touchLegend=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=null;if(n=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],n){w(n,this.opts,e);var r=this.getLegendDataIndex(e);r>=0&&("candle"==this.opts.type?this.opts.seriesMA[r].show=!this.opts.seriesMA[r].show:this.opts.series[r].show=!this.opts.series[r].show,this.opts.animation=!!t.animation,this.opts._scrollDistance_=this.scrollOption.currentOffset,Ne.call(this,this.opts.type,this.opts,this.config,this.context))}},Be.prototype.showToolTip=function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=null;r=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],r||console.log("[uCharts] 未获取到event坐标信息");var i=w(r,this.opts,e),a=this.scrollOption.currentOffset,o=s({},this.opts,{_scrollDistance_:a,animation:!1});if("line"===this.opts.type||"area"===this.opts.type||"column"===this.opts.type||"scatter"===this.opts.type||"bubble"===this.opts.type){var c=this.getCurrentDataIndex(e),l=void 0==n.index?c.index:n.index;if(l>-1||l.length>0){var u=S(this.opts.series,l,c.group);if(0!==u.length){var d=P(u,this.opts,l,c.group,this.opts.categories,n),f=d.textList,h=d.offset;h.y=i.y,o.tooltip={textList:void 0!==n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l,group:c.group}}}Ne.call(this,o.type,o,this.config,this.context)}if("mount"===this.opts.type){l=void 0==n.index?this.getCurrentDataIndex(e).index:n.index;if(l>-1){o=s({},this.opts,{animation:!1}),u=s({},o._series_[l]),f=[{text:n.formatter?n.formatter(u,void 0,l,o):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],h={x:o.chartData.calPoints[l].x,y:i.y};o.tooltip={textList:n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l}}Ne.call(this,o.type,o,this.config,this.context)}if("bar"===this.opts.type){c=this.getCurrentDataIndex(e),l=void 0==n.index?c.index:n.index;if(l>-1||l.length>0){u=S(this.opts.series,l,c.group);if(0!==u.length){d=P(u,this.opts,l,c.group,this.opts.categories,n),f=d.textList,h=d.offset;h.x=i.x,o.tooltip={textList:void 0!==n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l}}}Ne.call(this,o.type,o,this.config,this.context)}if("mix"===this.opts.type){c=this.getCurrentDataIndex(e),l=void 0==n.index?c.index:n.index;if(l>-1){a=this.scrollOption.currentOffset,o=s({},this.opts,{_scrollDistance_:a,animation:!1}),u=S(this.opts.series,l);if(0!==u.length){var p=T(u,this.opts,l,this.opts.categories,n);f=p.textList,h=p.offset;h.y=i.y,o.tooltip={textList:n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l}}}Ne.call(this,o.type,o,this.config,this.context)}if("candle"===this.opts.type){c=this.getCurrentDataIndex(e),l=void 0==n.index?c.index:n.index;if(l>-1){a=this.scrollOption.currentOffset,o=s({},this.opts,{_scrollDistance_:a,animation:!1}),u=S(this.opts.series,l);if(0!==u.length){d=C(this.opts.series[0].data,u,this.opts,l,this.opts.categories,this.opts.extra.candle,n),f=d.textList,h=d.offset;h.y=i.y,o.tooltip={textList:n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l}}}Ne.call(this,o.type,o,this.config,this.context)}if("pie"===this.opts.type||"ring"===this.opts.type||"rose"===this.opts.type||"funnel"===this.opts.type){l=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(l>-1){o=s({},this.opts,{animation:!1}),u=s({},o._series_[l]),f=[{text:n.formatter?n.formatter(u,void 0,l,o):u.name+": "+u.data,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],h={x:i.x,y:i.y};o.tooltip={textList:n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l}}Ne.call(this,o.type,o,this.config,this.context)}if("map"===this.opts.type){l=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(l>-1){o=s({},this.opts,{animation:!1}),u=s({},this.opts.series[l]);u.name=u.properties.name;f=[{text:n.formatter?n.formatter(u,void 0,l,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],h={x:i.x,y:i.y};o.tooltip={textList:n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l}}o.updateData=!1,Ne.call(this,o.type,o,this.config,this.context)}if("word"===this.opts.type){l=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(l>-1){o=s({},this.opts,{animation:!1}),u=s({},this.opts.series[l]),f=[{text:n.formatter?n.formatter(u,void 0,l,this.opts):u.name,color:u.color,legendShape:"auto"==this.opts.extra.tooltip.legendShape?u.legendShape:this.opts.extra.tooltip.legendShape}],h={x:i.x,y:i.y};o.tooltip={textList:n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l}}o.updateData=!1,Ne.call(this,o.type,o,this.config,this.context)}if("radar"===this.opts.type){l=void 0==n.index?this.getCurrentDataIndex(e):n.index;if(l>-1){o=s({},this.opts,{animation:!1}),u=S(this.opts.series,l);if(0!==u.length){f=u.map((function(e){return{text:n.formatter?n.formatter(e,t.opts.categories[l],l,t.opts):e.name+": "+e.data,color:e.color,legendShape:"auto"==t.opts.extra.tooltip.legendShape?e.legendShape:t.opts.extra.tooltip.legendShape}})),h={x:i.x,y:i.y};o.tooltip={textList:n.textList?n.textList:f,offset:void 0!==n.offset?n.offset:h,option:n,index:l}}}Ne.call(this,o.type,o,this.config,this.context)}},Be.prototype.translate=function(e){this.scrollOption={currentOffset:e,startTouchX:e,distance:0,lastMoveTime:0};var t=s({},this.opts,{_scrollDistance_:e,animation:!1});Ne.call(this,this.opts.type,t,this.config,this.context)},Be.prototype.scrollStart=function(e){var t=null;t=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0];var n=w(t,this.opts,e);t&&!0===this.opts.enableScroll&&(this.scrollOption.startTouchX=n.x)},Be.prototype.scroll=function(e){0===this.scrollOption.lastMoveTime&&(this.scrollOption.lastMoveTime=Date.now());var t=this.opts.touchMoveLimit||60,n=Date.now(),r=n-this.scrollOption.lastMoveTime;if(!(r<Math.floor(1e3/t))&&0!=this.scrollOption.startTouchX){this.scrollOption.lastMoveTime=n;var i=null;if(i=e.changedTouches?e.changedTouches[0]:e.mp.changedTouches[0],i&&!0===this.opts.enableScroll){var a,o=w(i,this.opts,e);a=o.x-this.scrollOption.startTouchX;var c=this.scrollOption.currentOffset,l=d(this,c+a,this.opts.chartData,this.config,this.opts);this.scrollOption.distance=a=l-c;var u=s({},this.opts,{_scrollDistance_:c+a,animation:!1});return this.opts=u,Ne.call(this,u.type,u,this.config,this.context),c+a}}},Be.prototype.scrollEnd=function(e){if(!0===this.opts.enableScroll){var t=this.scrollOption,n=t.currentOffset,r=t.distance;this.scrollOption.currentOffset=n+r,this.scrollOption.distance=0,this.scrollOption.moveCount=0}};var ze=Be;t.default=ze},b59d:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.typeFilter=t.type=t.setDataValue=t.realName=t.rawData=t.objSet=t.objGet=t.name2arr=t.isRequiredField=t.isRealName=t.isNumber=t.isEqual=t.isBoolean=t.getValue=t.getDataValueType=t.getDataValue=t.deepCopy=void 0;var i=r(n("7037"));t.deepCopy=function(e){return JSON.parse(JSON.stringify(e))};var a=function(e){return"int"===e||"double"===e||"number"===e||"timestamp"===e};t.typeFilter=a;t.getValue=function(e,t,n){var r=n.find((function(e){return e.format&&a(e.format)})),i=n.find((function(e){return e.format&&"boolean"===e.format||"bool"===e.format}));return r&&(t=t||0===t?d(Number(t))?Number(t):t:null),i&&(t=!!f(t)&&t),t};t.setDataValue=function(e,t,n){return t[e]=n,n||""};var o=function(e,t){return u(t,e)};t.getDataValue=o;t.getDataValueType=function(e,t){var n=o(e,t);return{type:h(n),value:n}};t.realName=function(e){var t=l(e);if("object"===(0,i.default)(t)&&Array.isArray(t)&&t.length>1){var n=t.reduce((function(e,t){return e+"#".concat(t)}),"_formdata_");return n}return t[0]||e};t.isRealName=function(e){return/^_formdata_#*/.test(e)};t.rawData=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=JSON.parse(JSON.stringify(e)),n={};for(var r in t){var i=s(r);c(n,i,t[r])}return n};var s=function(e){var t=e.replace("_formdata_#","");return t=t.split("#").map((function(e){return d(e)?Number(e):e})),t};t.name2arr=s;var c=function(e,t,n){return"object"!==(0,i.default)(e)||l(t).reduce((function(e,t,r,i){return r===i.length-1?(e[t]=n,null):(t in e||(e[t]=/^[0-9]{1,}$/.test(i[r+1])?[]:{}),e[t])}),e),e};function l(e){return Array.isArray(e)?e:e.replace(/\[/g,".").replace(/\]/g,"").split(".")}t.objSet=c;var u=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"undefined",r=l(t),i=r.reduce((function(e,t){return(e||{})[t]}),e);return i&&void 0===i?n:i};t.objGet=u;var d=function(e){return!isNaN(Number(e))};t.isNumber=d;var f=function(e){return"boolean"===typeof e};t.isBoolean=f;t.isRequiredField=function(e){for(var t=!1,n=0;n<e.length;n++){var r=e[n];if(r.required){t=!0;break}}return t};var h=function(e){var t={};return"Boolean Number String Function Array Date RegExp Object Error".split(" ").map((function(e,n){t["[object "+e+"]"]=e.toLowerCase()})),null==e?e+"":"object"===(0,i.default)(e)||"function"===typeof e?t[Object.prototype.toString.call(e)]||"object":(0,i.default)(e)};t.type=h;t.isEqual=function(e,t){if(e===t)return 0!==e||1/e===1/t;if(null==e||null==t)return e===t;var n=toString.call(e),r=toString.call(t);if(n!==r)return!1;switch(n){case"[object RegExp]":case"[object String]":return""+e===""+t;case"[object Number]":return+e!==+e?+t!==+t:0===+e?1/+e===1/t:+e===+t;case"[object Date]":case"[object Boolean]":return+e===+t}if("[object Object]"==n){var i=Object.getOwnPropertyNames(e),a=Object.getOwnPropertyNames(t);if(i.length!=a.length)return!1;for(var o=0;o<i.length;o++){var s=i[o];if(e[s]!==t[s])return!1}return!0}return"[object Array]"==n?e.toString()==t.toString():void 0}},b5f4:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.goBack=function(t,n){1==t?e.navigateBack({delta:n,animationType:"pop-out",animationDuration:300}):2==t?e.navigateTo({url:n,animationType:"pop-in",animationDuration:300}):3==t?e.switchTab({url:n,animationType:"pop-in",animationDuration:300}):4==t?e.reLaunch({url:n,animationType:"pop-in",animationDuration:300}):5==t&&e.redirectTo({url:n})}}).call(this,n("543d")["default"])},b9b5:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("515a")),a=r(n("2122")),o=r(n("29bf")),s={en:i.default,"zh-Hans":a.default,"zh-Hant":o.default};t.default=s},bc2e:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=["qy","env","error","version","lanDebug","cloud","serviceMarket","router","worklet","__webpack_require_UNI_MP_PLUGIN__"],i=["lanDebug","router","worklet"],a="undefined"!==typeof globalThis?globalThis:function(){return this}(),o=["w","x"].join(""),s=a[o],c=s.getLaunchOptionsSync?s.getLaunchOptionsSync():null;function l(e){return(!c||1154!==c.scene||!i.includes(e))&&(r.indexOf(e)>-1||"function"===typeof s[e])}a[o]=function(){var e={};for(var t in s)l(t)&&(e[t]=s[t]);return e}();var u=a[o];t.default=u},c135:function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports["default"]=e.exports},c240:function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports["default"]=e.exports},c5f7:function(e,t){e.exports=function(e){return-1!==Function.toString.call(e).indexOf("[native code]")},e.exports.__esModule=!0,e.exports["default"]=e.exports},c791:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.login=function(e){return(0,i.default)({url:"/API/user/Login",method:"POST",data:e})},t.modifyPassword=function(e){return(0,i.default)({url:"/API/user/modifyPassword",method:"POST",data:e})},t.modifyPhone=function(e){return(0,i.default)({url:"/API/operator/modifyPhone",method:"POST",data:e})};var i=r(n("723e"))},c8ba:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},c973:function(e,t){function n(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(l){return void n(l)}s.done?t(c):Promise.resolve(c).then(r,i)}e.exports=function(e){return function(){var t=this,r=arguments;return new Promise((function(i,a){var o=e.apply(t,r);function s(e){n(o,i,a,s,c,"next",e)}function c(e){n(o,i,a,s,c,"throw",e)}s(void 0)}))}},e.exports.__esModule=!0,e.exports["default"]=e.exports},d13e:function(e,t,n){"use strict";(function(e){var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.createAnimation=function(e,t){if(!t)return;return clearTimeout(t.timer),new l(e,t)};var i=r(n("9523")),a=r(n("970b")),o=r(n("5bc3"));function s(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function c(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?s(Object(n),!0).forEach((function(t){(0,i.default)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var l=function(){function t(n,r){(0,a.default)(this,t),this.options=n,this.animation=e.createAnimation(n),this.currentStepAnimates={},this.next=0,this.$=r}return(0,o.default)(t,[{key:"_nvuePushAnimates",value:function(e,t){var n=this.currentStepAnimates[this.next],r={};if(r=n||{styles:{},config:{}},u.includes(e)){r.styles.transform||(r.styles.transform="");var i="";"rotate"===e&&(i="deg"),r.styles.transform+="".concat(e,"(").concat(t+i,") ")}else r.styles[e]="".concat(t);this.currentStepAnimates[this.next]=r}},{key:"_animateRun",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.$.$refs["ani"].ref;if(n)return new Promise((function(r,i){nvueAnimation.transition(n,c({styles:e},t),(function(e){r()}))}))}},{key:"_nvueNextAnimate",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,r=arguments.length>2?arguments[2]:void 0,i=e[n];if(i){var a=i.styles,o=i.config;this._animateRun(a,o).then((function(){n+=1,t._nvueNextAnimate(e,n,r)}))}else this.currentStepAnimates={},"function"===typeof r&&r(),this.isEnd=!0}},{key:"step",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return this.animation.step(e),this}},{key:"run",value:function(e){this.$.animationData=this.animation.export(),this.$.timer=setTimeout((function(){"function"===typeof e&&e()}),this.$.durationTime)}}]),t}(),u=["matrix","matrix3d","rotate","rotate3d","rotateX","rotateY","rotateZ","scale","scale3d","scaleX","scaleY","scaleZ","skew","skewX","skewY","translate","translate3d","translateX","translateY","translateZ"];u.concat(["opacity","backgroundColor"],["width","height","left","right","top","bottom"]).forEach((function(e){l.prototype[e]=function(){var t;return(t=this.animation)[e].apply(t,arguments),this}}))}).call(this,n("543d")["default"])},e50d:function(e,t,n){var r=n("7037")["default"];e.exports=function(e,t){if("object"!==r(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!==r(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)},e.exports.__esModule=!0,e.exports["default"]=e.exports},e6ab:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("66fd")),a=r(n("26cb"));i.default.use(a.default);var o=new a.default.Store({state:{tokenInfo:"",user:{},appear:{},power:[]},mutations:{setTokenInfo:function(e,t){e.tokenInfo=t},setUser:function(e,t){e.user=t},setAppear:function(e,t){e.appear=t},setPower:function(e,t){e.power=t}},actions:{addTokenInfo:function(e,t){e.commit("setTokenInfo",t)},addUser:function(e,t){e.commit("setUser",t)},addAppear:function(e,t){e.commit("setAppear",t)},addPower:function(e,t){e.commit("setPower",t)}}}),s=o;t.default=s},ebd6:function(e,t,n){(function(t){var r=n("970b"),i=n("5bc3"),a={KEY_ERR:311,KEY_ERR_MSG:"key格式错误",PARAM_ERR:310,PARAM_ERR_MSG:"请求参数信息有误",SYSTEM_ERR:600,SYSTEM_ERR_MSG:"系统错误",WX_ERR_CODE:1e3,WX_OK_CODE:200},o="https://apis.map.qq.com/ws/",s=o+"place/v1/suggestion",c={driving:"driving",transit:"transit"},l={safeAdd:function(e,t){var n=(65535&e)+(65535&t),r=(e>>16)+(t>>16)+(n>>16);return r<<16|65535&n},bitRotateLeft:function(e,t){return e<<t|e>>>32-t},md5cmn:function(e,t,n,r,i,a){return this.safeAdd(this.bitRotateLeft(this.safeAdd(this.safeAdd(t,e),this.safeAdd(r,a)),i),n)},md5ff:function(e,t,n,r,i,a,o){return this.md5cmn(t&n|~t&r,e,t,i,a,o)},md5gg:function(e,t,n,r,i,a,o){return this.md5cmn(t&r|n&~r,e,t,i,a,o)},md5hh:function(e,t,n,r,i,a,o){return this.md5cmn(t^n^r,e,t,i,a,o)},md5ii:function(e,t,n,r,i,a,o){return this.md5cmn(n^(t|~r),e,t,i,a,o)},binlMD5:function(e,t){var n,r,i,a,o;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var s=1732584193,c=-271733879,l=-1732584194,u=271733878;for(n=0;n<e.length;n+=16)r=s,i=c,a=l,o=u,s=this.md5ff(s,c,l,u,e[n],7,-680876936),u=this.md5ff(u,s,c,l,e[n+1],12,-389564586),l=this.md5ff(l,u,s,c,e[n+2],17,606105819),c=this.md5ff(c,l,u,s,e[n+3],22,-1044525330),s=this.md5ff(s,c,l,u,e[n+4],7,-176418897),u=this.md5ff(u,s,c,l,e[n+5],12,1200080426),l=this.md5ff(l,u,s,c,e[n+6],17,-1473231341),c=this.md5ff(c,l,u,s,e[n+7],22,-45705983),s=this.md5ff(s,c,l,u,e[n+8],7,1770035416),u=this.md5ff(u,s,c,l,e[n+9],12,-1958414417),l=this.md5ff(l,u,s,c,e[n+10],17,-42063),c=this.md5ff(c,l,u,s,e[n+11],22,-1990404162),s=this.md5ff(s,c,l,u,e[n+12],7,1804603682),u=this.md5ff(u,s,c,l,e[n+13],12,-40341101),l=this.md5ff(l,u,s,c,e[n+14],17,-1502002290),c=this.md5ff(c,l,u,s,e[n+15],22,1236535329),s=this.md5gg(s,c,l,u,e[n+1],5,-165796510),u=this.md5gg(u,s,c,l,e[n+6],9,-1069501632),l=this.md5gg(l,u,s,c,e[n+11],14,643717713),c=this.md5gg(c,l,u,s,e[n],20,-373897302),s=this.md5gg(s,c,l,u,e[n+5],5,-701558691),u=this.md5gg(u,s,c,l,e[n+10],9,38016083),l=this.md5gg(l,u,s,c,e[n+15],14,-660478335),c=this.md5gg(c,l,u,s,e[n+4],20,-405537848),s=this.md5gg(s,c,l,u,e[n+9],5,568446438),u=this.md5gg(u,s,c,l,e[n+14],9,-1019803690),l=this.md5gg(l,u,s,c,e[n+3],14,-187363961),c=this.md5gg(c,l,u,s,e[n+8],20,1163531501),s=this.md5gg(s,c,l,u,e[n+13],5,-1444681467),u=this.md5gg(u,s,c,l,e[n+2],9,-51403784),l=this.md5gg(l,u,s,c,e[n+7],14,1735328473),c=this.md5gg(c,l,u,s,e[n+12],20,-1926607734),s=this.md5hh(s,c,l,u,e[n+5],4,-378558),u=this.md5hh(u,s,c,l,e[n+8],11,-2022574463),l=this.md5hh(l,u,s,c,e[n+11],16,1839030562),c=this.md5hh(c,l,u,s,e[n+14],23,-35309556),s=this.md5hh(s,c,l,u,e[n+1],4,-1530992060),u=this.md5hh(u,s,c,l,e[n+4],11,1272893353),l=this.md5hh(l,u,s,c,e[n+7],16,-155497632),c=this.md5hh(c,l,u,s,e[n+10],23,-1094730640),s=this.md5hh(s,c,l,u,e[n+13],4,681279174),u=this.md5hh(u,s,c,l,e[n],11,-358537222),l=this.md5hh(l,u,s,c,e[n+3],16,-722521979),c=this.md5hh(c,l,u,s,e[n+6],23,76029189),s=this.md5hh(s,c,l,u,e[n+9],4,-640364487),u=this.md5hh(u,s,c,l,e[n+12],11,-421815835),l=this.md5hh(l,u,s,c,e[n+15],16,530742520),c=this.md5hh(c,l,u,s,e[n+2],23,-995338651),s=this.md5ii(s,c,l,u,e[n],6,-198630844),u=this.md5ii(u,s,c,l,e[n+7],10,1126891415),l=this.md5ii(l,u,s,c,e[n+14],15,-1416354905),c=this.md5ii(c,l,u,s,e[n+5],21,-57434055),s=this.md5ii(s,c,l,u,e[n+12],6,1700485571),u=this.md5ii(u,s,c,l,e[n+3],10,-1894986606),l=this.md5ii(l,u,s,c,e[n+10],15,-1051523),c=this.md5ii(c,l,u,s,e[n+1],21,-2054922799),s=this.md5ii(s,c,l,u,e[n+8],6,1873313359),u=this.md5ii(u,s,c,l,e[n+15],10,-30611744),l=this.md5ii(l,u,s,c,e[n+6],15,-1560198380),c=this.md5ii(c,l,u,s,e[n+13],21,1309151649),s=this.md5ii(s,c,l,u,e[n+4],6,-145523070),u=this.md5ii(u,s,c,l,e[n+11],10,-1120210379),l=this.md5ii(l,u,s,c,e[n+2],15,718787259),c=this.md5ii(c,l,u,s,e[n+9],21,-343485551),s=this.safeAdd(s,r),c=this.safeAdd(c,i),l=this.safeAdd(l,a),u=this.safeAdd(u,o);return[s,c,l,u]},binl2rstr:function(e){var t,n="",r=32*e.length;for(t=0;t<r;t+=8)n+=String.fromCharCode(e[t>>5]>>>t%32&255);return n},rstr2binl:function(e){var t,n=[];for(n[(e.length>>2)-1]=void 0,t=0;t<n.length;t+=1)n[t]=0;var r=8*e.length;for(t=0;t<r;t+=8)n[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return n},rstrMD5:function(e){return this.binl2rstr(this.binlMD5(this.rstr2binl(e),8*e.length))},rstrHMACMD5:function(e,t){var n,r,i=this.rstr2binl(e),a=[],o=[];for(a[15]=o[15]=void 0,i.length>16&&(i=this.binlMD5(i,8*e.length)),n=0;n<16;n+=1)a[n]=909522486^i[n],o[n]=1549556828^i[n];return r=this.binlMD5(a.concat(this.rstr2binl(t)),512+8*t.length),this.binl2rstr(this.binlMD5(o.concat(r),640))},rstr2hex:function(e){var t,n,r="";for(n=0;n<e.length;n+=1)t=e.charCodeAt(n),r+="0123456789abcdef".charAt(t>>>4&15)+"0123456789abcdef".charAt(15&t);return r},str2rstrUTF8:function(e){return unescape(encodeURIComponent(e))},rawMD5:function(e){return this.rstrMD5(this.str2rstrUTF8(e))},hexMD5:function(e){return this.rstr2hex(this.rawMD5(e))},rawHMACMD5:function(e,t){return this.rstrHMACMD5(this.str2rstrUTF8(e),str2rstrUTF8(t))},hexHMACMD5:function(e,t){return this.rstr2hex(this.rawHMACMD5(e,t))},md5:function(e,t,n){return t?n?this.rawHMACMD5(t,e):this.hexHMACMD5(t,e):n?this.rawMD5(e):this.hexMD5(e)},getSig:function(e,t,n,r){var i=null,a=[];return Object.keys(e).sort().forEach((function(t){a.push(t+"="+e[t])})),"search"==n&&(i="/ws/place/v1/search?"+a.join("&")+t),"suggest"==n&&(i="/ws/place/v1/suggestion?"+a.join("&")+t),"reverseGeocoder"==n&&(i="/ws/geocoder/v1/?"+a.join("&")+t),"geocoder"==n&&(i="/ws/geocoder/v1/?"+a.join("&")+t),"getCityList"==n&&(i="/ws/district/v1/list?"+a.join("&")+t),"getDistrictByCityId"==n&&(i="/ws/district/v1/getchildren?"+a.join("&")+t),"calculateDistance"==n&&(i="/ws/distance/v1/?"+a.join("&")+t),"direction"==n&&(i="/ws/direction/v1/"+r+"?"+a.join("&")+t),i=this.md5(i),i},location2query:function(e){if("string"==typeof e)return e;for(var t="",n=0;n<e.length;n++){var r=e[n];t&&(t+=";"),r.location&&(t=t+r.location.lat+","+r.location.lng),r.latitude&&r.longitude&&(t=t+r.latitude+","+r.longitude)}return t},rad:function(e){return e*Math.PI/180},getEndLocation:function(e){for(var t=e.split(";"),n=[],r=0;r<t.length;r++)n.push({lat:parseFloat(t[r].split(",")[0]),lng:parseFloat(t[r].split(",")[1])});return n},getDistance:function(e,t,n,r){var i=this.rad(e),a=this.rad(n),o=i-a,s=this.rad(t)-this.rad(r),c=2*Math.asin(Math.sqrt(Math.pow(Math.sin(o/2),2)+Math.cos(i)*Math.cos(a)*Math.pow(Math.sin(s/2),2)));return c*=6378136.49,c=Math.round(1e4*c)/1e4,parseFloat(c.toFixed(0))},getWXLocation:function(e,n,r){t.getLocation({type:"gcj02",success:e,fail:n,complete:r})},getLocationParam:function(e){if("string"==typeof e){var t=e.split(",");e=2===t.length?{latitude:e.split(",")[0],longitude:e.split(",")[1]}:{}}return e},polyfillParam:function(e){e.success=e.success||function(){},e.fail=e.fail||function(){},e.complete=e.complete||function(){}},checkParamKeyEmpty:function(e,t){if(!e[t]){var n=this.buildErrorConfig(a.PARAM_ERR,a.PARAM_ERR_MSG+t+"参数格式有误");return e.fail(n),e.complete(n),!0}return!1},checkKeyword:function(e){return!this.checkParamKeyEmpty(e,"keyword")},checkLocation:function(e){var t=this.getLocationParam(e.location);if(!t||!t.latitude||!t.longitude){var n=this.buildErrorConfig(a.PARAM_ERR,a.PARAM_ERR_MSG+" location参数格式有误");return e.fail(n),e.complete(n),!1}return!0},buildErrorConfig:function(e,t){return{status:e,message:t}},handleData:function(e,t,n){if("search"==n){for(var r=t.data,i=[],a=0;a<r.length;a++)i.push({id:r[a].id||null,title:r[a].title||null,latitude:r[a].location&&r[a].location.lat||null,longitude:r[a].location&&r[a].location.lng||null,address:r[a].address||null,category:r[a].category||null,tel:r[a].tel||null,adcode:r[a].ad_info&&r[a].ad_info.adcode||null,city:r[a].ad_info&&r[a].ad_info.city||null,district:r[a].ad_info&&r[a].ad_info.district||null,province:r[a].ad_info&&r[a].ad_info.province||null});e.success(t,{searchResult:r,searchSimplify:i})}else if("suggest"==n){var o=t.data,s=[];for(a=0;a<o.length;a++)s.push({adcode:o[a].adcode||null,address:o[a].address||null,category:o[a].category||null,city:o[a].city||null,district:o[a].district||null,id:o[a].id||null,latitude:o[a].location&&o[a].location.lat||null,longitude:o[a].location&&o[a].location.lng||null,province:o[a].province||null,title:o[a].title||null,type:o[a].type||null});e.success(t,{suggestResult:o,suggestSimplify:s})}else if("reverseGeocoder"==n){var c=t.result,l={address:c.address||null,latitude:c.location&&c.location.lat||null,longitude:c.location&&c.location.lng||null,adcode:c.ad_info&&c.ad_info.adcode||null,city:c.address_component&&c.address_component.city||null,district:c.address_component&&c.address_component.district||null,nation:c.address_component&&c.address_component.nation||null,province:c.address_component&&c.address_component.province||null,street:c.address_component&&c.address_component.street||null,street_number:c.address_component&&c.address_component.street_number||null,recommend:c.formatted_addresses&&c.formatted_addresses.recommend||null,rough:c.formatted_addresses&&c.formatted_addresses.rough||null};if(c.pois){var u=c.pois,d=[];for(a=0;a<u.length;a++)d.push({id:u[a].id||null,title:u[a].title||null,latitude:u[a].location&&u[a].location.lat||null,longitude:u[a].location&&u[a].location.lng||null,address:u[a].address||null,category:u[a].category||null,adcode:u[a].ad_info&&u[a].ad_info.adcode||null,city:u[a].ad_info&&u[a].ad_info.city||null,district:u[a].ad_info&&u[a].ad_info.district||null,province:u[a].ad_info&&u[a].ad_info.province||null});e.success(t,{reverseGeocoderResult:c,reverseGeocoderSimplify:l,pois:u,poisSimplify:d})}else e.success(t,{reverseGeocoderResult:c,reverseGeocoderSimplify:l})}else if("geocoder"==n){var f=t.result,h={title:f.title||null,latitude:f.location&&f.location.lat||null,longitude:f.location&&f.location.lng||null,adcode:f.ad_info&&f.ad_info.adcode||null,province:f.address_components&&f.address_components.province||null,city:f.address_components&&f.address_components.city||null,district:f.address_components&&f.address_components.district||null,street:f.address_components&&f.address_components.street||null,street_number:f.address_components&&f.address_components.street_number||null,level:f.level||null};e.success(t,{geocoderResult:f,geocoderSimplify:h})}else if("getCityList"==n){var p=t.result[0],g=t.result[1],v=t.result[2];e.success(t,{provinceResult:p,cityResult:g,districtResult:v})}else if("getDistrictByCityId"==n){var y=t.result[0];e.success(t,y)}else if("calculateDistance"==n){var m=t.result.elements,x=[];for(a=0;a<m.length;a++)x.push(m[a].distance);e.success(t,{calculateDistanceResult:m,distance:x})}else if("direction"==n){var _=t.result.routes;e.success(t,_)}else e.success(t)},buildWxRequestConfig:function(e,t,n){var r=this;return t.header={"content-type":"application/json"},t.method="GET",t.success=function(t){var i=t.data;0===i.status?r.handleData(e,i,n):e.fail(i)},t.fail=function(t){t.statusCode=a.WX_ERR_CODE,e.fail(r.buildErrorConfig(a.WX_ERR_CODE,t.errMsg))},t.complete=function(t){var n=+t.statusCode;switch(n){case a.WX_ERR_CODE:e.complete(r.buildErrorConfig(a.WX_ERR_CODE,t.errMsg));break;case a.WX_OK_CODE:var i=t.data;0===i.status?e.complete(i):e.complete(r.buildErrorConfig(i.status,i.message));break;default:e.complete(r.buildErrorConfig(a.SYSTEM_ERR,a.SYSTEM_ERR_MSG))}},t},locationProcess:function(e,t,n,r){var i=this;if(n=n||function(t){t.statusCode=a.WX_ERR_CODE,e.fail(i.buildErrorConfig(a.WX_ERR_CODE,t.errMsg))},r=r||function(t){t.statusCode==a.WX_ERR_CODE&&e.complete(i.buildErrorConfig(a.WX_ERR_CODE,t.errMsg))},e.location){if(i.checkLocation(e)){var o=l.getLocationParam(e.location);t(o)}}else i.getWXLocation(t,n,r)}},u=function(){"use strict";function e(t){if(r(this,e),!t.key)throw Error("key值不能为空");this.key=t.key}return i(e,[{key:"search",value:function(e){if(e=e||{},l.polyfillParam(e),l.checkKeyword(e)){var n={keyword:e.keyword,orderby:e.orderby||"_distance",page_size:e.page_size||10,page_index:e.page_index||1,output:"json",key:this.key};e.address_format&&(n.address_format=e.address_format),e.filter&&(n.filter=e.filter);var r=e.distance||"1000",i=e.auto_extend||1,a=null,o=null;e.region&&(a=e.region),e.rectangle&&(o=e.rectangle);l.locationProcess(e,(function(s){a&&!o?(n.boundary="region("+a+","+i+","+s.latitude+","+s.longitude+")",e.sig&&(n.sig=l.getSig(n,e.sig,"search"))):o&&!a?(n.boundary="rectangle("+o+")",e.sig&&(n.sig=l.getSig(n,e.sig,"search"))):(n.boundary="nearby("+s.latitude+","+s.longitude+","+r+","+i+")",e.sig&&(n.sig=l.getSig(n,e.sig,"search"))),t.request(l.buildWxRequestConfig(e,{url:"https://apis.map.qq.com/ws/place/v1/search",data:n},"search"))}))}}},{key:"getSuggestion",value:function(e){if(e=e||{},l.polyfillParam(e),l.checkKeyword(e)){var n={keyword:e.keyword,region:e.region||"全国",region_fix:e.region_fix||0,policy:e.policy||0,page_size:e.page_size||10,page_index:e.page_index||1,get_subpois:e.get_subpois||0,output:"json",key:this.key};if(e.address_format&&(n.address_format=e.address_format),e.filter&&(n.filter=e.filter),e.location){l.locationProcess(e,(function(r){n.location=r.latitude+","+r.longitude,e.sig&&(n.sig=l.getSig(n,e.sig,"suggest")),t.request(l.buildWxRequestConfig(e,{url:s,data:n},"suggest"))}))}else e.sig&&(n.sig=l.getSig(n,e.sig,"suggest")),t.request(l.buildWxRequestConfig(e,{url:s,data:n},"suggest"))}}},{key:"reverseGeocoder",value:function(e){e=e||{},l.polyfillParam(e);var n={coord_type:e.coord_type||5,get_poi:e.get_poi||0,output:"json",key:this.key};e.poi_options&&(n.poi_options=e.poi_options);l.locationProcess(e,(function(r){n.location=r.latitude+","+r.longitude,e.sig&&(n.sig=l.getSig(n,e.sig,"reverseGeocoder")),t.request(l.buildWxRequestConfig(e,{url:"https://apis.map.qq.com/ws/geocoder/v1/",data:n},"reverseGeocoder"))}))}},{key:"geocoder",value:function(e){if(e=e||{},l.polyfillParam(e),!l.checkParamKeyEmpty(e,"address")){var n={address:e.address,output:"json",key:this.key};e.region&&(n.region=e.region),e.sig&&(n.sig=l.getSig(n,e.sig,"geocoder")),t.request(l.buildWxRequestConfig(e,{url:"https://apis.map.qq.com/ws/geocoder/v1/",data:n},"geocoder"))}}},{key:"getCityList",value:function(e){e=e||{},l.polyfillParam(e);var n={output:"json",key:this.key};e.sig&&(n.sig=l.getSig(n,e.sig,"getCityList")),t.request(l.buildWxRequestConfig(e,{url:"https://apis.map.qq.com/ws/district/v1/list",data:n},"getCityList"))}},{key:"getDistrictByCityId",value:function(e){if(e=e||{},l.polyfillParam(e),!l.checkParamKeyEmpty(e,"id")){var n={id:e.id||"",output:"json",key:this.key};e.sig&&(n.sig=l.getSig(n,e.sig,"getDistrictByCityId")),t.request(l.buildWxRequestConfig(e,{url:"https://apis.map.qq.com/ws/district/v1/getchildren",data:n},"getDistrictByCityId"))}}},{key:"calculateDistance",value:function(e){if(e=e||{},l.polyfillParam(e),!l.checkParamKeyEmpty(e,"to")){var n={mode:e.mode||"walking",to:l.location2query(e.to),output:"json",key:this.key};if(e.from&&(e.location=e.from),"straight"==n.mode){var r=function(t){for(var r=l.getEndLocation(n.to),i={message:"query ok",result:{elements:[]},status:0},a=0;a<r.length;a++)i.result.elements.push({distance:l.getDistance(t.latitude,t.longitude,r[a].lat,r[a].lng),duration:0,from:{lat:t.latitude,lng:t.longitude},to:{lat:r[a].lat,lng:r[a].lng}});var o=i.result.elements,s=[];for(a=0;a<o.length;a++)s.push(o[a].distance);return e.success(i,{calculateResult:o,distanceResult:s})};l.locationProcess(e,r)}else{r=function(r){n.from=r.latitude+","+r.longitude,e.sig&&(n.sig=l.getSig(n,e.sig,"calculateDistance")),t.request(l.buildWxRequestConfig(e,{url:"https://apis.map.qq.com/ws/distance/v1/",data:n},"calculateDistance"))};l.locationProcess(e,r)}}}},{key:"direction",value:function(e){if(e=e||{},l.polyfillParam(e),!l.checkParamKeyEmpty(e,"to")){var n={output:"json",key:this.key};"string"==typeof e.to?n.to=e.to:n.to=e.to.latitude+","+e.to.longitude;var r;e.mode=e.mode||c.driving,r="https://apis.map.qq.com/ws/direction/v1/"+e.mode,e.from&&(e.location=e.from),e.mode==c.driving&&(e.from_poi&&(n.from_poi=e.from_poi),e.heading&&(n.heading=e.heading),e.speed&&(n.speed=e.speed),e.accuracy&&(n.accuracy=e.accuracy),e.road_type&&(n.road_type=e.road_type),e.to_poi&&(n.to_poi=e.to_poi),e.from_track&&(n.from_track=e.from_track),e.waypoints&&(n.waypoints=e.waypoints),e.policy&&(n.policy=e.policy),e.plate_number&&(n.plate_number=e.plate_number)),e.mode==c.transit&&(e.departure_time&&(n.departure_time=e.departure_time),e.policy&&(n.policy=e.policy));l.locationProcess(e,(function(i){n.from=i.latitude+","+i.longitude,e.sig&&(n.sig=l.getSig(n,e.sig,"direction",e.mode)),t.request(l.buildWxRequestConfig(e,{url:r,data:n},"direction"))}))}}}]),e}();e.exports=u}).call(this,n("bc2e")["default"])},ed6d:function(e,t,n){var r=n("4a4b");e.exports=function(e,t){if("function"!==typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&r(e,t)},e.exports.__esModule=!0,e.exports["default"]=e.exports},eff7:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.record=function(e){return(0,i.default)({url:"/API/give/record",method:"post",data:e})};var i=r(n("723e"))},f0c5:function(e,t,n){"use strict";function r(e,t,n,r,i,a,o,s,c,l){var u,d="function"===typeof e?e.options:e;if(c){d.components||(d.components={});var f=Object.prototype.hasOwnProperty;for(var h in c)f.call(c,h)&&!f.call(d.components,h)&&(d.components[h]=c[h])}if(l&&("function"===typeof l.beforeCreate&&(l.beforeCreate=[l.beforeCreate]),(l.beforeCreate||(l.beforeCreate=[])).unshift((function(){this[l.__module]=this})),(d.mixins||(d.mixins=[])).push(l)),t&&(d.render=t,d.staticRenderFns=n,d._compiled=!0),r&&(d.functional=!0),a&&(d._scopeId="data-v-"+a),o?(u=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},d._ssrRegister=u):i&&(u=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),u)if(d.functional){d._injectStyles=u;var p=d.render;d.render=function(e,t){return u.call(t),p(e,t)}}else{var g=d.beforeCreate;d.beforeCreate=g?[].concat(g,u):[u]}return{exports:e,options:d}}n.d(t,"a",(function(){return r}))},f236:function(e,t,n){"use strict";var r=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=r(n("a38e")),a=r(n("026b")),o=r(n("1f95")),s={en:i.default,"zh-Hans":a.default,"zh-Hant":o.default};t.default=s}}]);