@xysfe/actui 1.8.34-beta.2 → 1.8.34-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/BankSelect/index.js +1 -1
- package/es/GoldProtocol/index.js +1 -1
- package/es/index.js +1 -1
- package/lib/BankSelect/index.js +1 -1
- package/lib/GoldProtocol/index.js +1 -1
- package/lib/Login/index.js +1 -1
- package/lib/LoginLayer/index.js +1 -1
- package/lib/MobileAuth/index.js +1 -1
- package/lib/MobileAuthLayer/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/Login/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Login=e():t.Login=e()}("undefined"!=typeof self?self:this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="../lib",e(e.s=1740)}({0:function(t,e){var n=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},1:function(t,e,n){"use strict";function r(t,e,n,r,i,o,s,a){t=t||{};var c=typeof t.default;"object"!==c&&"function"!==c||(t=t.default);var u="function"==typeof t?t.options:t;e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId=o);var l;if(s?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},u._ssrRegister=l):i&&(l=a?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(u.functional){u._injectStyles=l;var f=u.render;u.render=function(t,e){return l.call(e),f(t,e)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:t,options:u}}e.a=r},10:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},100:function(t,e,n){"use strict";function r(t,e,n,r){var o=void 0,s=void 0,a=new t({render:function(t){var n=s&&s(t);return n&&!Object(i.o)(n)&&(n=[n]),t(e,o,n||[])},methods:{init:function(){document.body.appendChild(this.$el)},destroy:function(){this.$destroy(),document.body.removeChild(this.$el)}}});return a.updateRenderData=function(t,e){o=t,s=e},a.updateRenderData(n,r),a.$mount(),a.init(),a.$children[0]}e.a=r;var i=n(4)},1005:function(t,e,n){"use strict";var r=n(4);e.a={name:"ActGoldProtocol",data:function(){return{protocolChecked:this.checkState}},props:{text:{type:String,default:"本人已阅读并同意"},tips:{type:String,default:""},protocols:{type:Array,default:function(){return[]}},checkState:{type:Boolean,default:!0},showCheckBox:{type:Boolean,default:!0},textColor:{type:String,default:"#666"},textFontSize:{type:[Number,String],default:13},openInWindow:{type:Boolean,default:!1},brandColor:{type:String,default:"#8c7fee"},zIndex:{type:[String,Number],default:999}},computed:{fontSize:function(){return Object(r.f)(this.textFontSize)}},methods:{getCheckBoxState:function(){return!!this.protocolChecked},onClick:function(t){var e=this,n=!1;if((n=t.openInWindow?t.openInWindow:!1!==t.openInWindow&&this.openInWindow)&&t.data){if(Object(r.o)(t.data)&&1===t.data.length&&t.data[0].src)return this.openUrl(t.data[0].src);if(!Object(r.o)(t.data)&&t.data.src)return this.openUrl(t.data.src)}this.docPop&&this.docPop.remove(),this.docPop=this.$createDocPop({zIndex:this.zIndex,title:t.title,docData:this.docData(t),brandColor:this.brandColor,openInWindow:n},function(t){return[t("template",{slot:"content"},[e.$slots.content])]}).show()},docData:function(t){return Object(r.o)(t.data)?t.data:[t.data]},protocolToggle:function(){this.protocolChecked=!this.protocolChecked,this.$emit("toggle",this.protocolChecked)},openUrl:function(t){r.G.isMobile||r.G.isWx?location.href=t:window.open(t,"_blank")}},watch:{checkState:function(t){this.protocolChecked=t}}}},101:function(t,e,n){var r=n(26),i=n(3)("toStringTag"),o="Arguments"==r(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},102:function(t,e,n){"use strict";var r=n(25),i=n(65);e.a={name:"ActPopup",mixins:[r.a,i.a],props:{type:{type:String,default:""},mask:{type:Boolean,default:!0},content:{type:String,default:""},center:{type:Boolean,default:!0},opacity:{type:[Number,String],default:.7},pointerEvent:{type:String,default:""},zIndex:{type:[String,Number],default:"999"},topBorderRadius:{type:Boolean,default:!1}},computed:{typeClass:function(){return this.type?"act-"+this.type:""},maskBgColor:function(){return"rgba(0, 0, 0, "+this.opacity+")"}},methods:{maskClick:function(t){this.$emit("mask-click",t)}}}},106:function(t,e,n){"use strict";e.__esModule=!0;var r=n(28),i=function(t){return t&&t.__esModule?t:{default:t}}(r);e.default=i.default||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}},108:function(t,e,n){"use strict";function r(t){a||n(130)}var i=n(102),o=n(131),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,null,null);u.options.__file="src\\components\\common\\popup.vue",e.a=u.exports},109:function(t,e,n){var r=n(9),i=n(40),o=n(3)("species");t.exports=function(t,e){var n,s=r(t).constructor;return void 0===s||void 0==(n=r(s)[o])?e:i(n)}},11:function(t,e,n){var r=n(47),i=n(29);t.exports=function(t){return r(i(t))}},110:function(t,e,n){var r,i,o,s=n(38),a=n(141),c=n(60),u=n(41),l=n(2),f=l.process,p=l.setImmediate,d=l.clearImmediate,h=l.MessageChannel,v=l.Dispatch,g=0,m={},y=function(){var t=+this;if(m.hasOwnProperty(t)){var e=m[t];delete m[t],e()}},b=function(t){y.call(t.data)};p&&d||(p=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return m[++g]=function(){a("function"==typeof t?t:Function(t),e)},r(g),g},d=function(t){delete m[t]},"process"==n(26)(f)?r=function(t){f.nextTick(s(y,t,1))}:v&&v.now?r=function(t){v.now(s(y,t,1))}:h?(i=new h,o=i.port2,i.port1.onmessage=b,r=s(o.postMessage,o,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(r=function(t){l.postMessage(t+"","*")},l.addEventListener("message",b,!1)):r="onreadystatechange"in u("script")?function(t){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),y.call(t)}}:function(t){setTimeout(s(y,t,1),0)}),t.exports={set:p,clear:d}},111:function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},112:function(t,e,n){var r=n(9),i=n(10),o=n(63);t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=o.f(t);return(0,n.resolve)(e),n.promise}},113:function(t,e,n){var r=n(101),i=n(3)("iterator"),o=n(20);t.exports=n(0).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[r(t)]}},114:function(t,e,n){"use strict";function r(t){t.interceptors.response.use(function(t){return t},function(t){var e={403:"请求被拒绝,请联系客服处理",404:"您访问的资源不可用,请联系客服处理",502:"服务器网关出错,请稍后重试",503:"服务器维护中,请稍后重试",504:"服务器请求超时,请稍后重试"},n="";return n=t&&t.response&&t.response.status?e[t.response.status]?e[t.response.status]+"("+t.response.status+")":"请求失败,请稍后重试("+t.response.status+")":t&&t.message&&/timeout/i.test(t.message)?"请求超时,请稍后重试":"请求失败,请稍后重试",a.a.reject(new Error(n))})}function i(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:6e4;return new a.a(function(i,o){var s=u.a.create();r(s),s.request({method:"post",url:t,data:e,timeout:n,withCredentials:!0,headers:{"X-Requested-With":"XMLHttpRequest"}}).then(function(t){i(t)}).catch(function(t){o(t)})})}function o(t){return u.a.get(t).then(function(t){return a.a.resolve(t.data)})}e.a=r,e.d=i,e.c=o;var s=n(56),a=n.n(s),c=n(159),u=n.n(c);e.b=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:6e4;return new a.a(function(i,o){var s=u.a.create();r(s),s.request({method:"post",url:t,data:e,timeout:n,withCredentials:!0,headers:{"X-Requested-With":"XMLHttpRequest","Content-Type":"application/x-www-form-urlencoded"},transformRequest:[function(t){function e(t,e){var n=0,r=t.length;if(void 0===r||"[object Function]"===Object.prototype.toString.call(t)){for(var i in t)if(!1===e.call(t[i],i,t[i]))break}else for(var o=t[0];n<r&&!1!==e.call(o,n,o);o=t[++n]);return t}function n(t,r,i){var o=void 0,s="[object Array]"===Object.prototype.toString.call(r),a="[object Object]"===Object.prototype.toString.call(r);e(r,function(e,r){o=Object.prototype.toString.call(r),i&&(e=i+"["+(a||"[object Object]"===o||"[object Array]"===o?e:"")+"]"),!i&&s?t.add(r.name,r.value):"[object Array]"===o||"[object Object]"===o?n(t,r,e):t.add(e,r)})}if(t){return function(t){var e=[];return e.add=function(t,e){"[object Function]"===Object.prototype.toString.call(e)&&(e=e()),null==e&&(e=""),this.push(encodeURIComponent(t)+"="+encodeURIComponent(e))},n(e,t),e.join("&").replace(/%20/g,"+")}(t)}}]}).then(function(t){i(t)}).catch(function(t){o(t)})})}},116:function(t,e,n){"use strict";function r(t){t.preventDefault()}var i={watch:{isVisible:function(t){t?document.body.addEventListener("touchmove",r,{passive:!1}):document.body.removeEventListener("touchmove",r,{passive:!1})}},beforeDestroy:function(){document.body.removeEventListener("touchmove",r,{passive:!1})}};e.a=i},1183:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(1184);r.a.install=function(t){t.component(r.a.name,r.a)},e.default=r.a},1184:function(t,e,n){"use strict";function r(t){a||n(1185)}var i=n(1005),o=n(1186),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-1da413b4",null);u.options.__file="src\\components\\GoldProtocol\\src\\index.vue",e.a=u.exports},1185:function(t,e){},1186:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"act-gold-protocol"},[t.showCheckBox?n("div",{staticClass:"act-gold-protocol-check",on:{click:function(e){return e.stopPropagation(),t.protocolToggle(e)}}},[n("i",{staticClass:"act-gold-protocol-icon",class:{checked:t.protocolChecked},style:{"background-color":t.protocolChecked?t.brandColor:""}})]):t._e(),t._v(" "),n("div",{staticClass:"act-gold-protocol-text",style:{color:t.textColor,"font-size":t.fontSize}},[n("span",{domProps:{innerHTML:t._s(t.text)}}),t._v(" "),t._l(t.protocols,function(e,r){return[r==t.protocols.length-1&&0!=r?n("span",{key:r+"span"},[t._v("和")]):0!=r?n("span",{key:r+"span"},[t._v("、")]):t._e(),t._v(" "),e.track?n("a",{key:r+"a",staticClass:"act-gold-protocol-item",style:{color:t.brandColor},attrs:{"data-track":e.track},on:{click:function(n){return t.onClick(e)}}},[t._v("《"+t._s(e.title)+"》")]):n("a",{key:r+"a",staticClass:"act-gold-protocol-item",style:{color:t.brandColor},attrs:{"data-track":e.track||""},on:{click:function(n){return t.onClick(e)}}},[t._v("《"+t._s(e.title)+"》")])]}),t._v(" "),n("span",{domProps:{innerHTML:t._s(t.tips)}})],2)])},i=[];r._withStripped=!0},119:function(t,e,n){!function(n,r){t.exports=e=r()}(0,function(){var t=t||function(t,e){var n=Object.create||function(){function t(){}return function(e){var n;return t.prototype=e,n=new t,t.prototype=null,n}}(),r={},i=r.lib={},o=i.Base=function(){return{extend:function(t){var e=n(this);return t&&e.mixIn(t),e.hasOwnProperty("init")&&this.init!==e.init||(e.init=function(){e.$super.init.apply(this,arguments)}),e.init.prototype=e,e.$super=this,e},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),s=i.WordArray=o.extend({init:function(t,e){t=this.words=t||[],this.sigBytes=void 0!=e?e:4*t.length},toString:function(t){return(t||c).stringify(this)},concat:function(t){var e=this.words,n=t.words,r=this.sigBytes,i=t.sigBytes;if(this.clamp(),r%4)for(var o=0;o<i;o++){var s=n[o>>>2]>>>24-o%4*8&255;e[r+o>>>2]|=s<<24-(r+o)%4*8}else for(var o=0;o<i;o+=4)e[r+o>>>2]=n[o>>>2];return this.sigBytes+=i,this},clamp:function(){var e=this.words,n=this.sigBytes;e[n>>>2]&=4294967295<<32-n%4*8,e.length=t.ceil(n/4)},clone:function(){var t=o.clone.call(this);return t.words=this.words.slice(0),t},random:function(e){for(var n,r=[],i=0;i<e;i+=4){var o=function(e){var e=e,n=987654321,r=4294967295;return function(){n=36969*(65535&n)+(n>>16)&r,e=18e3*(65535&e)+(e>>16)&r;var i=(n<<16)+e&r;return i/=4294967296,(i+=.5)*(t.random()>.5?1:-1)}}(4294967296*(n||t.random()));n=987654071*o(),r.push(4294967296*o()|0)}return new s.init(r,e)}}),a=r.enc={},c=a.Hex={stringify:function(t){for(var e=t.words,n=t.sigBytes,r=[],i=0;i<n;i++){var o=e[i>>>2]>>>24-i%4*8&255;r.push((o>>>4).toString(16)),r.push((15&o).toString(16))}return r.join("")},parse:function(t){for(var e=t.length,n=[],r=0;r<e;r+=2)n[r>>>3]|=parseInt(t.substr(r,2),16)<<24-r%8*4;return new s.init(n,e/2)}},u=a.Latin1={stringify:function(t){for(var e=t.words,n=t.sigBytes,r=[],i=0;i<n;i++){var o=e[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(o))}return r.join("")},parse:function(t){for(var e=t.length,n=[],r=0;r<e;r++)n[r>>>2]|=(255&t.charCodeAt(r))<<24-r%4*8;return new s.init(n,e)}},l=a.Utf8={stringify:function(t){try{return decodeURIComponent(escape(u.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return u.parse(unescape(encodeURIComponent(t)))}},f=i.BufferedBlockAlgorithm=o.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=l.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var n=this._data,r=n.words,i=n.sigBytes,o=this.blockSize,a=4*o,c=i/a;c=e?t.ceil(c):t.max((0|c)-this._minBufferSize,0);var u=c*o,l=t.min(4*u,i);if(u){for(var f=0;f<u;f+=o)this._doProcessBlock(r,f);var p=r.splice(0,u);n.sigBytes-=l}return new s.init(p,l)},clone:function(){var t=o.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0}),p=(i.Hasher=f.extend({cfg:o.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){f.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){return t&&this._append(t),this._doFinalize()},blockSize:16,_createHelper:function(t){return function(e,n){return new t.init(n).finalize(e)}},_createHmacHelper:function(t){return function(e,n){return new p.HMAC.init(t,n).finalize(e)}}}),r.algo={});return r}(Math);return t})},12:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},120:function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},121:function(t,e,n){"use strict";function r(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var i=n(17);t.exports=function(t,e,n){if(!e)return t;var o;if(n)o=n(e);else if(i.isURLSearchParams(e))o=e.toString();else{var s=[];i.forEach(e,function(t,e){null!==t&&void 0!==t&&(i.isArray(t)?e+="[]":t=[t],i.forEach(t,function(t){i.isDate(t)?t=t.toISOString():i.isObject(t)&&(t=JSON.stringify(t)),s.push(r(e)+"="+r(t))}))}),o=s.join("&")}if(o){var a=t.indexOf("#");-1!==a&&(t=t.slice(0,a)),t+=(-1===t.indexOf("?")?"?":"&")+o}return t}},122:function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},1225:function(t,e,n){"use strict";var r=n(108),i=n(65),o=n(25),s=n(116),a=n(198),c=n(1183),u=n(634),l=n(1281),f=n(4),p=n(114);e.a={name:"ActLoginLayer",mixins:[i.a,o.a,s.a],components:{ActPopup:r.a,ActBaseInput:a.default,Jigsaw:l.a,ActGoldProtocol:c.default,ActGoldDialog:u.default},props:{bottom:{type:Number,default:40},icon:{type:String,default:""},desc:{type:String,default:""},brandColor:{type:String,default:""},jigsawInitUrl:{type:String,default:"/user/unionVerifyInit"},jigsawVerifyUrl:{type:String,default:"/user/unionVerifyCheck"},verifyCodeUrl:{type:String,default:"/user/queryverify"},loginUrl:{type:String,default:"/user/login"},scene:{type:String,default:""},chn:{type:String,default:""},platform:{type:Number,default:0}},data:function(){return{checkState:!1,mobile:"",verifyCode:"",timeLeft:0,showJigsaw:!1,isLogining:!1}},computed:{jigsawChn:function(){return this.chn||Object(f.l)("chn")||""},jigsawScene:function(){return this.scene?this.scene:/\.baodan(100|360)\./.test(location.host)?"bdzs":/^cps_\d+$/.test(Object(f.l)("chn"))?"bdzs":""},jigsawPlatform:function(){return this.platform?this.platform:"bdzs"===this.jigsawScene?1:0},isCps:function(){return 1===Number(this.jigsawPlatform)},loginBrandColor:function(){return this.brandColor?this.brandColor:"bdzs"===this.jigsawScene?"#f05a4b":"#8c7fee"},protocols:function(){return this.isCps?this.cpsProtocols:this.xysProtocols},xysProtocols:function(){return[{title:"小雨伞用户协议",data:[{title:"小雨伞用户协议",type:1,urls:["/static/html/user/useragreement.html"],src:"/static/html/user/useragreement.html"}]},{title:"小雨伞隐私政策",data:[{title:"小雨伞隐私政策",type:1,urls:["/static/html/user/priviteagreement.html"],src:"/static/html/user/priviteagreement.html"}]}]},cpsProtocols:function(){return[{title:"用户协议",data:[{title:"用户协议",type:1,urls:["/static/html/policy/cxuser.html"],src:"/static/html/policy/cxuser.html"}]},{title:"隐私政策",data:[{title:"隐私政策",type:1,urls:["/static/html/policy/cxprivacy.html"],src:"/static/html/policy/cxprivacy.html"}]}]}},methods:{getVerifyCode:function(){this.timeLeft>0||this.$refs.jigsaw.sendVerifyCode()},jigsawSent:function(){this.errTips("验证成功,短信验证码发送中"),this.start()},jigsawError:function(t){var e=(t.ret,t.errmsg);this.errTips(e)},jigsawShow:function(){this.showJigsaw=!0},jigsawHide:function(){this.showJigsaw=!1},start:function(){this.timeLeft=60,this.startCountDown()},startCountDown:function(){this.timeLeft>0?(this.timeLeft-=1,setTimeout(this.startCountDown,1e3)):this.timeLeft=0},login:function(){var t=this;return this.mobile?Object(f.u)(this.mobile)?this.verifyCode?this.checkState?(this.isLogining=!0,void Object(p.b)(this.loginUrl,{phone:this.mobile,vercode:this.verifyCode,scene:1,client:"outwx"}).then(function(e){var n=e.data,r=void 0===n?{}:n;t.isLogining=!1,0===r.ret?t.loginSuccess():t.errTips(r.errmsg)}).catch(function(e){t.isLogining=!1,t.errTips("系统繁忙,请稍后重试")})):(this.$refs.agreeDialogSlot.show(),!1):this.errTips("请输入验证码"):this.errTips("请输入正确的手机号"):this.errTips("请输入手机号")},handleProtocolCancel:function(){this.checkState=!1,this.$refs.agreeDialogSlot.hide()},handleProtocolConfirm:function(){this.checkState=!0,this.$refs.agreeDialogSlot.hide(),this.login()},goBack:function(){this.showJigsaw=!1},loginSuccess:function(){this.hide(),this.$emit("success")},cancel:function(){this.hide(),this.$emit("cancel")},toggle:function(t){this.checkState=t},errTips:function(t){this.toast||(this.toast=this.$createToast()),this.toast.show(t)}}}},1226:function(t,e,n){"use strict";var r=n(106),i=n.n(r),o=n(65),s=n(25),a=n(625),c=n(114),u=n(4);e.a={mixins:[s.a,o.a],data:function(){return{verifyData:{},jigsawVerifyCodeUrl:"",jigsawMobile:"",isCodeRequesting:!1}},props:{brandColor:{type:String,default:""},initUrl:{type:String,default:"/user/unionVerifyInit"},verifyUrl:{type:String,default:"/user/unionVerifyCheck"},verifyCodeUrl:{type:String,default:"/user/queryverify"},mobile:{type:String,required:!0},scene:{type:String,required:!0},chn:{type:String,required:!0},platform:{type:Number,default:0},extParam:{type:Object,default:function(){return{}}}},computed:{realMobile:function(){return this.verifyData.mobile||this.mobile},realInitUrl:function(){return this.verifyData.initUrl||this.initUrl},realVerifyUrl:function(){return this.verifyData.verifyUrl||this.verifyUrl},realVerifyCodeUrl:function(){return this.verifyData.verifyCodeUrl||this.verifyCodeUrl},realExtParam:function(){return this.verifyData.extParam||this.extParam||{}}},methods:{setData:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.verifyData=t},sendVerifyCode:function(){if(this.realVerifyCodeUrl===this.jigsawVerifyCodeUrl&&this.realMobile===this.jigsawMobile)return this.showJigsaw();this._getVerifyCode({needpigsaw:0})},jigsawSuccess:function(t){var e=(t.keyword,t.token);this.showJigsaw(),this._getVerifyCode({needpigsaw:1,pigsawtoken:e})},_getVerifyCode:function(t){var e=this,n=t.needpigsaw,r=t.pigsawtoken;if(!this.isCodeRequesting){if(Object(u.B)(this.scene)||Object(u.w)(this.scene))return console.log("%c严重警告:发送验证码必须包含场景值参数scene","color:red;"),void(this.$throw&&this.$throw(new Error("严重警告:发送验证码必须包含场景值参数scene")));if(Object(u.B)(this.chn)||Object(u.w)(this.chn))return console.log("%c严重警告:发送验证码必须包含渠道参数chn","color:red;"),void(this.$throw&&this.$throw(new Error("严重警告:发送验证码必须包含渠道参数chn")));if(!this.realMobile)return this.error({errmsg:"请输入手机号"});if(!Object(u.u)(this.realMobile))return this.error({errmsg:"请输入正确的手机号"});this.isCodeRequesting=!0,Object(c.b)(this.realVerifyCodeUrl,i()({mobile:this.realMobile,scene:this.scene,chn:this.chn,needpigsaw:n,pigsawtoken:r},this.realExtParam)).then(function(t){var n=t.data,r=void 0===n?{}:n;e.isCodeRequesting=!1,0===r.ret?(e.hideJigsaw(),e.$emit("sent")):10056===r.ret||10065===r.ret?(e.jigsawVerifyCodeUrl=e.realVerifyCodeUrl,e.jigsawMobile=e.realMobile,e.showJigsaw()):(e.hideJigsaw(),e.error({ret:r.ret,errmsg:r.errmsg}))}).catch(function(t){e.isCodeRequesting=!1,e.error({ret:1004,errmsg:"系统繁忙,请稍后重试"})})}},error:function(t){var e=t.ret,n=void 0===e?2001:e,r=t.errmsg,i=t.data;this.$emit("error",{ret:n,errmsg:r,data:i})},showJigsaw:function(){this.$emit("show")},hideJigsaw:function(){this.$emit("hide")}},components:{ActJigsaw:a.default}}},123:function(t,e,n){"use strict";(function(e){function r(t,e){!i.isUndefined(t)&&i.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var i=n(17),o=n(165),s={"Content-Type":"application/x-www-form-urlencoded"},a={adapter:function(){var t;return"undefined"!=typeof XMLHttpRequest?t=n(124):void 0!==e&&"[object process]"===Object.prototype.toString.call(e)&&(t=n(124)),t}(),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),i.isFormData(t)||i.isArrayBuffer(t)||i.isBuffer(t)||i.isStream(t)||i.isFile(t)||i.isBlob(t)?t:i.isArrayBufferView(t)?t.buffer:i.isURLSearchParams(t)?(r(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):i.isObject(t)?(r(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300}};a.headers={common:{Accept:"application/json, text/plain, */*"}},i.forEach(["delete","get","head"],function(t){a.headers[t]={}}),i.forEach(["post","put","patch"],function(t){a.headers[t]=i.merge(s)}),t.exports=a}).call(e,n(148))},124:function(t,e,n){"use strict";var r=n(17),i=n(166),o=n(121),s=n(168),a=n(171),c=n(172),u=n(125);t.exports=function(t){return new Promise(function(e,l){var f=t.data,p=t.headers;r.isFormData(f)&&delete p["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var h=t.auth.username||"",v=t.auth.password||"";p.Authorization="Basic "+btoa(h+":"+v)}var g=s(t.baseURL,t.url);if(d.open(t.method.toUpperCase(),o(g,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?a(d.getAllResponseHeaders()):null,r=t.responseType&&"text"!==t.responseType?d.response:d.responseText,o={data:r,status:d.status,statusText:d.statusText,headers:n,config:t,request:d};i(e,l,o),d=null}},d.onabort=function(){d&&(l(u("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){l(u("Network Error",t,null,d)),d=null},d.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),l(u(e,t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var m=n(173),y=(t.withCredentials||c(g))&&t.xsrfCookieName?m.read(t.xsrfCookieName):void 0;y&&(p[t.xsrfHeaderName]=y)}if("setRequestHeader"in d&&r.forEach(p,function(t,e){void 0===f&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)}),r.isUndefined(t.withCredentials)||(d.withCredentials=!!t.withCredentials),t.responseType)try{d.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then(function(t){d&&(d.abort(),l(t),d=null)}),void 0===f&&(f=null),d.send(f)})}},125:function(t,e,n){"use strict";var r=n(167);t.exports=function(t,e,n,i,o){var s=new Error(t);return r(s,e,n,i,o)}},126:function(t,e,n){"use strict";var r=n(17);t.exports=function(t,e){e=e||{};var n={},i=["url","method","params","data"],o=["headers","auth","proxy"],s=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];r.forEach(i,function(t){void 0!==e[t]&&(n[t]=e[t])}),r.forEach(o,function(i){r.isObject(e[i])?n[i]=r.deepMerge(t[i],e[i]):void 0!==e[i]?n[i]=e[i]:r.isObject(t[i])?n[i]=r.deepMerge(t[i]):void 0!==t[i]&&(n[i]=t[i])}),r.forEach(s,function(r){void 0!==e[r]?n[r]=e[r]:void 0!==t[r]&&(n[r]=t[r])});var a=i.concat(o).concat(s),c=Object.keys(e).filter(function(t){return-1===a.indexOf(t)});return r.forEach(c,function(r){void 0!==e[r]?n[r]=e[r]:void 0!==t[r]&&(n[r]=t[r])}),n}},127:function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},1279:function(t,e,n){"use strict";function r(t){a||n(1280)}var i=n(1225),o=n(1284),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-58814476",null);u.options.__file="src\\components\\LoginLayer\\src\\index.vue",e.a=u.exports},128:function(t,e,n){var r=n(9);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},1280:function(t,e){},1281:function(t,e,n){"use strict";function r(t){a||n(1282)}var i=n(1226),o=n(1283),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-329f3e8b",null);u.options.__file="src\\components\\LoginLayer\\src\\components\\jigsaw.vue",e.a=u.exports},1282:function(t,e){},1283:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement;return(t._self._c||e)("act-jigsaw",{ref:"jigsaw",attrs:{visible:t.isVisible,brandColor:t.brandColor,initUrl:t.initUrl,verifyUrl:t.verifyUrl,keyword:t.mobile,platform:t.platform},on:{success:t.jigsawSuccess,error:t.error}})},i=[];r._withStripped=!0},1284:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("transition",{attrs:{name:"act-popup-fade"}},[r("act-popup",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],attrs:{type:"login",mask:!0,center:!1,zIndex:t.zIndex},on:{touchmove:function(t){t.preventDefault()},"mask-click":t.cancel}},[r("transition",{attrs:{name:"act-popup-move"}},[r("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"popup-container",style:"background-color:"+(t.isCps?"#fff":"#fdfcff"),on:{click:function(t){t.stopPropagation()}}},[r("div",{staticClass:"popup-hd"},[r("i",{directives:[{name:"show",rawName:"v-show",value:t.showJigsaw,expression:"showJigsaw"}],staticClass:"icon-back",on:{click:function(e){return e.stopPropagation(),t.goBack(e)}}}),t._v(" "),t.isCps||t.showJigsaw?t._e():r("section",{staticClass:"title"},[r("img",{staticClass:"icon",attrs:{src:t.icon||n(1285),alt:""}}),t._v(" "),r("p",{staticClass:"desc"},[t._v("\n "+t._s(t.desc||"新人福利:3万元保额意外保障")+"\n ")])]),t._v(" "),r("i",{staticClass:"icon-cancel",on:{click:function(e){return e.stopPropagation(),t.cancel(e)}}})]),t._v(" "),r("div",{staticClass:"popup-content",style:"padding-top:"+(t.isCps?"0":"18")+"px;"},[r("div",{staticClass:"login-box act-iphonex-margin",style:"padding-bottom:"+t.bottom+"px;"},[r("div",{directives:[{name:"show",rawName:"v-show",value:!t.showJigsaw,expression:"!showJigsaw"}],staticClass:"form-sign",style:"padding: "+(t.isCps?"0 37px 12px":"0 25px 12px")+";"},[t.isCps?r("h3",[t._v("\n 验证手机号\n ")]):t._e(),t._v(" "),r("div",{class:[t.isCps?"form-sign-box-cps":"form-sign-box"]},[r("label",{staticClass:"form-sign-label"},[t._v("\n 手机号:\n ")]),t._v(" "),r("div",{staticClass:"form-input-group"},[r("div",{staticClass:"col-1"},[r("act-base-input",{staticClass:"form-sign-input",attrs:{type:"mobile",placeholder:"请输入手机号"},model:{value:t.mobile,callback:function(e){t.mobile=e},expression:"mobile"}})],1)])]),t._v(" "),r("div",{class:[t.isCps?"form-sign-box-cps":"form-sign-box"]},[r("label",{staticClass:"form-sign-label"},[t._v("\n 短信验证码:\n ")]),t._v(" "),r("div",{staticClass:"form-input-group middle"},[r("div",{staticClass:"col-1"},[r("act-base-input",{staticClass:"form-sign-input",attrs:{type:"tel",maxLength:"4",placeholder:"请输入验证码"},model:{value:t.verifyCode,callback:function(e){t.verifyCode=e},expression:"verifyCode"}})],1),t._v(" "),r("div",{staticClass:"form-sign-btn",class:{"form-sign-disabled":t.timeLeft>0},style:{color:t.loginBrandColor},on:{click:function(e){return e.stopPropagation(),t.getVerifyCode(e)}}},[t._v("\n "+t._s(0===t.timeLeft?"获取验证码":"剩余"+t.timeLeft+"秒")+"\n ")])])]),t._v(" "),r("a",{staticClass:"btn",class:{active:!t.isLogining&&t.mobile&&t.verifyCode,primary:!t.isCps},style:{"background-color":t.loginBrandColor},attrs:{href:"javascript:;"},on:{click:function(e){return e.stopPropagation(),t.login(e)}}},[t._v("\n "+t._s(t.isCps?"确定":"验证并登录")+"\n ")]),t._v(" "),r("act-gold-protocol",{ref:"protocol",staticClass:"protocol",attrs:{text:"未注册手机号登录将自动注册,且代表您已经同意",protocols:t.protocols,checkState:t.checkState,zIndex:1001,brandColor:t.loginBrandColor},on:{toggle:t.toggle}})],1),t._v(" "),r("div",{directives:[{name:"show",rawName:"v-show",value:t.showJigsaw,expression:"showJigsaw"}],staticClass:"login-jigsaw"},[r("h3",[t._v("\n 滑动模块完成验证\n ")]),t._v(" "),r("h4",[t._v("\n 为了您的账号安全,本次登录需完成验证\n ")])]),t._v(" "),r("jigsaw",{ref:"jigsaw",staticClass:"jigsaw-box",attrs:{visible:t.showJigsaw,brandColor:t.loginBrandColor,mobile:t.mobile,initUrl:t.jigsawInitUrl,verifyUrl:t.jigsawVerifyUrl,verifyCodeUrl:t.verifyCodeUrl,chn:t.jigsawChn,scene:t.jigsawScene,platform:t.jigsawPlatform},on:{sent:t.jigsawSent,error:t.jigsawError,show:t.jigsawShow,hide:t.jigsawHide}})],1)])])])],1)],1),t._v(" "),r("act-gold-dialog",{ref:"agreeDialogSlot",attrs:{title:"温馨提示",cancelButtonText:"拒绝",confirmButtonText:"同意",confirmButtonColor:t.loginBrandColor||"#8c7fee",zIndex:1002,showCancelButton:!0,closable:!0},on:{confirm:t.handleProtocolConfirm,cancel:t.handleProtocolCancel}},[r("act-gold-protocol",{attrs:{text:"请阅读并同意",showCheckBox:!1,textFontSize:14,protocols:t.protocols,brandColor:t.loginBrandColor,zIndex:1003}})],1)],1)},i=[];r._withStripped=!0},1285:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAMAAADwSaEZAAAAxlBMVEUAAACNgO+MgPCNgO6Oge+OgvCOge+RgvGNgO+MgO+MgO6MgO+NgO+NgO+NgO6MgPCMgO+NgO+NgfCOge+OgPGOgu6ZiO6Ojv+qgP+RhPeRg/aOgfGMf+7///+Kfe6Ieu2Xi/Dg3PuqoPOUiO+ZjvCso/P4+P7W0vmNgO/8/P+glfGRhe+Pgu76+v7m4/zCu/aonvLt6/2vp/ONgPDc2frZ1fnOyPjHwff19P7TzvmkmfLp5/zLxfe4sPW1rfTx7/28tfWFd+3udG0eAAAAHHRSTlMAkfm1fT4wH/3s5+Xf2dLMwaxnUTYtDwkG++/vIRP2QgAAA3JJREFUWMO9mOl6ojAUhgNIrda97saAIBUBQXHf7f3f1AyxTjUnCPjwzPcTwpuzhOTkoKdqyTVBKhVyopgrlCShJrfQi6pnKiJmJFYy9eSkbKaIQ1TMZBOh3qrv+Ineq2/xURKOlBQP1xSAVVzrhGY06zOPYyr/GYFqCziBhPbTHJaTsAguP8lr4wMn0/yjEcaSezixunIIS8QvqMOlNXr4JXU5nmbjxgvGDWShHZ5HclU4rsyuEIGEkBQF27qq6g5RQoECs+7DbFJ3/mW92m4P3mlqOUoI7uFfaOa5LGydtrP+TV+DtaHycCbON++d5JrlL8/9R43d9VCJcPSNs08o+oEaxeIGPo/2/rsjSRyWtRj3uTp7mOOq9M8wDPStubeP3dXFN4yTN9rcYrcyObSbaVVo13Tfp5qstGGwKhRiq9bRvT3k2Fb9WfsmiL3189lyp9/WKyHEHB43V9pagVHLUlgGsOzlNdiXv6iHF441oG82x29Ay1BYETi5ntD5fYeAedTrPHsLvCrSsxZ8oM2oXb6DoYi+oLQtjFqd5yUe0eEXyoIa0qnOvsLzs8LObdDRC53wYeaULsAReF1BqCWyEVtRJ3c4TDYdsJ+yNLGFZBAUl8aEGsbXbsxfHjKqgTV2DgwzcKiITjO6BLPVwIahGMG8syG5+5qReaK/mUrA1iGxMDpyezfS1IePUv1gyMwi4GcvMT6YXjDSs8mvV96AkRsYv9mxQSuhAvsrHQLY0bxb9KM+T5MpCyugHAs7BnNPcSRsrLGwHALHuGM7jm3GgBksTIQwmjwMYJMvRhsNwnKYJwjzptqDDE0nwM1CTJj2rTAiGCSgFBMGIgRVQlJ6MAkJ6cEEVEsPVkNyejAZbI4JYHBzRJW0YBVwoCSCwQOlnhaszjuE4bkbC1aE5QEUsfZg9+J6CQoXiCK2x60HYOHClFRQpm55tPA46BGwKij2gGxvdi17DMjiF3tPfnZ90KdaRxkmgQIZ6qfmcUGNHV4gI+EpbLyITKUALhVc2Jd7MOwoVr75eN3hx8TZaZYONmj+dSfaUXD9gppjAVwR5/g1maTchpdX8zVY5yOLgBrdl1jzHreBIHdeYYlh7YNu4rh1enJaTZK5+dF43r5JkAdSzqbdWEq/5ZV+My79NiHEVUEaQAMztdbq/2j6ptqO/gNuLgOnFCbPsgAAAABJRU5ErkJggg=="},129:function(t,e,n){var r=n(20),i=n(3)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},13:function(t,e,n){var r=n(2),i=n(0),o=n(38),s=n(7),a=n(6),c=function(t,e,n){var u,l,f,p=t&c.F,d=t&c.G,h=t&c.S,v=t&c.P,g=t&c.B,m=t&c.W,y=d?i:i[e]||(i[e]={}),b=y.prototype,w=d?r:h?r[e]:(r[e]||{}).prototype;d&&(n=e);for(u in n)(l=!p&&w&&void 0!==w[u])&&a(y,u)||(f=l?w[u]:n[u],y[u]=d&&"function"!=typeof w[u]?n[u]:g&&l?o(f,r):m&&w[u]==f?function(t){var e=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,r)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(f):v&&"function"==typeof f?o(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,t&c.R&&b&&!b[u]&&s(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},130:function(t,e){},131:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-popup",class:t.typeClass,style:{pointerEvents:t.pointerEvent,zIndex:t.zIndex}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.mask,expression:"mask"}],staticClass:"act-popup-mask act-row act-middle",style:{backgroundColor:t.maskBgColor},on:{click:t.maskClick}},[t._t("mask")],2),t._v(" "),n("div",{staticClass:"act-popup-container",class:{"act-popup-center":t.center}},[t.$slots.default?n("div",{class:{"act-popup-content":!0,"act-popup-top-radius":t.topBorderRadius}},[t._t("default")],2):n("div",{class:{"act-popup-content":!0,"act-popup-top-radius":t.topBorderRadius},domProps:{innerHTML:t._s(t.content)}})])])},i=[];r._withStripped=!0},132:function(t,e,n){var r=n(38),i=n(128),o=n(129),s=n(9),a=n(59),c=n(113),u={},l={},e=t.exports=function(t,e,n,f,p){var d,h,v,g,m=p?function(){return t}:c(t),y=r(n,f,e?2:1),b=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(o(m)){for(d=a(t.length);d>b;b++)if((g=e?y(s(h=t[b])[0],h[1]):y(t[b]))===u||g===l)return g}else for(v=m.call(t);!(h=v.next()).done;)if((g=i(v,y,h.value,e))===u||g===l)return g};e.BREAK=u,e.RETURN=l},133:function(t,e,n){var r=n(3)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],s=o[r]();s.next=function(){return{done:n=!0}},o[r]=function(){return s},t(o)}catch(t){}return n}},135:function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},136:function(t,e,n){var r=n(7);t.exports=function(t,e,n){for(var i in e)n&&t[i]?t[i]=e[i]:r(t,i,e[i]);return t}},138:function(t,e,n){"use strict";var r=n(2),i=n(0),o=n(8),s=n(5),a=n(3)("species");t.exports=function(t){var e="function"==typeof i[t]?i[t]:r[t];s&&e&&!e[a]&&o.f(e,a,{configurable:!0,get:function(){return this}})}},139:function(t,e,n){n(61),n(52),n(54),n(140),n(144),n(145),t.exports=n(0).Promise},14:function(t,e,n){var r=n(50),i=n(33);t.exports=Object.keys||function(t){return r(t,i)}},140:function(t,e,n){"use strict";var r,i,o,s,a=n(16),c=n(2),u=n(38),l=n(101),f=n(13),p=n(10),d=n(40),h=n(135),v=n(132),g=n(109),m=n(110).set,y=n(142)(),b=n(63),w=n(111),x=n(143),C=n(112),_=c.TypeError,S=c.process,k=S&&S.versions,j=k&&k.v8||"",O=c.Promise,B="process"==l(S),A=function(){},T=i=b.f,E=!!function(){try{var t=O.resolve(1),e=(t.constructor={})[n(3)("species")]=function(t){t(A,A)};return(B||"function"==typeof PromiseRejectionEvent)&&t.then(A)instanceof e&&0!==j.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(t){}}(),P=function(t){var e;return!(!p(t)||"function"!=typeof(e=t.then))&&e},M=function(t,e){if(!t._n){t._n=!0;var n=t._c;y(function(){for(var r=t._v,i=1==t._s,o=0;n.length>o;)!function(e){var n,o,s,a=i?e.ok:e.fail,c=e.resolve,u=e.reject,l=e.domain;try{a?(i||(2==t._h&&I(t),t._h=1),!0===a?n=r:(l&&l.enter(),n=a(r),l&&(l.exit(),s=!0)),n===e.promise?u(_("Promise-chain cycle")):(o=P(n))?o.call(n,c,u):c(n)):u(r)}catch(t){l&&!s&&l.exit(),u(t)}}(n[o++]);t._c=[],t._n=!1,e&&!t._h&&L(t)})}},L=function(t){m.call(c,function(){var e,n,r,i=t._v,o=z(t);if(o&&(e=w(function(){B?S.emit("unhandledRejection",i,t):(n=c.onunhandledrejection)?n({promise:t,reason:i}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",i)}),t._h=B||z(t)?2:1),t._a=void 0,o&&e.e)throw e.v})},z=function(t){return 1!==t._h&&0===(t._a||t._c).length},I=function(t){m.call(c,function(){var e;B?S.emit("rejectionHandled",t):(e=c.onrejectionhandled)&&e({promise:t,reason:t._v})})},V=function(t){var e=this;e._d||(e._d=!0,e=e._w||e,e._v=t,e._s=2,e._a||(e._a=e._c.slice()),M(e,!0))},R=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw _("Promise can't be resolved itself");(e=P(t))?y(function(){var r={_w:n,_d:!1};try{e.call(t,u(R,r,1),u(V,r,1))}catch(t){V.call(r,t)}}):(n._v=t,n._s=1,M(n,!1))}catch(t){V.call({_w:n,_d:!1},t)}}};E||(O=function(t){h(this,O,"Promise","_h"),d(t),r.call(this);try{t(u(R,this,1),u(V,this,1))}catch(t){V.call(this,t)}},r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},r.prototype=n(136)(O.prototype,{then:function(t,e){var n=T(g(this,O));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=B?S.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&M(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r;this.promise=t,this.resolve=u(R,t,1),this.reject=u(V,t,1)},b.f=T=function(t){return t===O||t===s?new o(t):i(t)}),f(f.G+f.W+f.F*!E,{Promise:O}),n(27)(O,"Promise"),n(138)("Promise"),s=n(0).Promise,f(f.S+f.F*!E,"Promise",{reject:function(t){var e=T(this);return(0,e.reject)(t),e.promise}}),f(f.S+f.F*(a||!E),"Promise",{resolve:function(t){return C(a&&this===s?O:this,t)}}),f(f.S+f.F*!(E&&n(133)(function(t){O.all(t).catch(A)})),"Promise",{all:function(t){var e=this,n=T(e),r=n.resolve,i=n.reject,o=w(function(){var n=[],o=0,s=1;v(t,!1,function(t){var a=o++,c=!1;n.push(void 0),s++,e.resolve(t).then(function(t){c||(c=!0,n[a]=t,--s||r(n))},i)}),--s||r(n)});return o.e&&i(o.v),n.promise},race:function(t){var e=this,n=T(e),r=n.reject,i=w(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return i.e&&r(i.v),n.promise}})},141:function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},142:function(t,e,n){var r=n(2),i=n(110).set,o=r.MutationObserver||r.WebKitMutationObserver,s=r.process,a=r.Promise,c="process"==n(26)(s);t.exports=function(){var t,e,n,u=function(){var r,i;for(c&&(r=s.domain)&&r.exit();t;){i=t.fn,t=t.next;try{i()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(c)n=function(){s.nextTick(u)};else if(!o||r.navigator&&r.navigator.standalone)if(a&&a.resolve){var l=a.resolve(void 0);n=function(){l.then(u)}}else n=function(){i.call(r,u)};else{var f=!0,p=document.createTextNode("");new o(u).observe(p,{characterData:!0}),n=function(){p.data=f=!f}}return function(r){var i={fn:r,next:void 0};e&&(e.next=i),t||(t=i,n()),e=i}}},143:function(t,e,n){var r=n(2),i=r.navigator;t.exports=i&&i.userAgent||""},144:function(t,e,n){"use strict";var r=n(13),i=n(0),o=n(2),s=n(109),a=n(112);r(r.P+r.R,"Promise",{finally:function(t){var e=s(this,i.Promise||o.Promise),n="function"==typeof t;return this.then(n?function(n){return a(e,t()).then(function(){return n})}:t,n?function(n){return a(e,t()).then(function(){throw n})}:t)}})},145:function(t,e,n){"use strict";var r=n(13),i=n(63),o=n(111);r(r.S,"Promise",{try:function(t){var e=i.f(this),n=o(t);return(n.e?e.reject:e.resolve)(n.v),e.promise}})},148:function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(t){if(l===setTimeout)return setTimeout(t,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function o(t){if(f===clearTimeout)return clearTimeout(t);if((f===r||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(t);try{return f(t)}catch(e){try{return f.call(null,t)}catch(e){return f.call(this,t)}}}function s(){v&&d&&(v=!1,d.length?h=d.concat(h):g=-1,h.length&&a())}function a(){if(!v){var t=i(s);v=!0;for(var e=h.length;e;){for(d=h,h=[];++g<e;)d&&d[g].run();g=-1,e=h.length}d=null,v=!1,o(t)}}function c(t,e){this.fun=t,this.array=e}function u(){}var l,f,p=t.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:n}catch(t){l=n}try{f="function"==typeof clearTimeout?clearTimeout:r}catch(t){f=r}}();var d,h=[],v=!1,g=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];h.push(new c(t,e)),1!==h.length||v||i(a)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},15:function(t,e,n){"use strict";function r(t,e){return function(n,r){var s=this,a=Object(i.a)(n),c=Object(o.a)(e,t,a,r),u=c.$parent,l=c.remove,f=c.show,p=c.hide;return c.remove=function(){c.$removed=!0,l&&l.call(this),u.destroy()},c.show=function(){return f&&f.call.apply(f,[this].concat(Array.prototype.slice.call(arguments))),this},c.hide=function(){return p&&p.call.apply(p,[this].concat(Array.prototype.slice.call(arguments))),this},s&&s._isVue&&s.$once("hook:beforeDestroy",function(){c.$removed||c.remove()}),c}}e.a=r;var i=n(98),o=n(100)},159:function(t,e,n){t.exports=n(160)},16:function(t,e){t.exports=!0},160:function(t,e,n){"use strict";function r(t){var e=new s(t),n=o(s.prototype.request,e);return i.extend(n,s.prototype,e),i.extend(n,e),n}var i=n(17),o=n(120),s=n(161),a=n(126),c=n(123),u=r(c);u.Axios=s,u.create=function(t){return r(a(u.defaults,t))},u.Cancel=n(127),u.CancelToken=n(174),u.isCancel=n(122),u.all=function(t){return Promise.all(t)},u.spread=n(175),t.exports=u,t.exports.default=u},161:function(t,e,n){"use strict";function r(t){this.defaults=t,this.interceptors={request:new s,response:new s}}var i=n(17),o=n(121),s=n(162),a=n(163),c=n(126);r.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{},t.url=arguments[0]):t=t||{},t=c(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[a,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach(function(t){e.unshift(t.fulfilled,t.rejected)}),this.interceptors.response.forEach(function(t){e.push(t.fulfilled,t.rejected)});e.length;)n=n.then(e.shift(),e.shift());return n},r.prototype.getUri=function(t){return t=c(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},i.forEach(["delete","get","head","options"],function(t){r.prototype[t]=function(e,n){return this.request(i.merge(n||{},{method:t,url:e}))}}),i.forEach(["post","put","patch"],function(t){r.prototype[t]=function(e,n,r){return this.request(i.merge(r||{},{method:t,url:e,data:n}))}}),t.exports=r},162:function(t,e,n){"use strict";function r(){this.handlers=[]}var i=n(17);r.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},r.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},r.prototype.forEach=function(t){i.forEach(this.handlers,function(e){null!==e&&t(e)})},t.exports=r},163:function(t,e,n){"use strict";function r(t){t.cancelToken&&t.cancelToken.throwIfRequested()}var i=n(17),o=n(164),s=n(122),a=n(123);t.exports=function(t){return r(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=i.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),i.forEach(["delete","get","head","post","put","patch","common"],function(e){delete t.headers[e]}),(t.adapter||a.adapter)(t).then(function(e){return r(t),e.data=o(e.data,e.headers,t.transformResponse),e},function(e){return s(e)||(r(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)})}},164:function(t,e,n){"use strict";var r=n(17);t.exports=function(t,e,n){return r.forEach(n,function(n){t=n(t,e)}),t}},165:function(t,e,n){"use strict";var r=n(17);t.exports=function(t,e){r.forEach(t,function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])})}},166:function(t,e,n){"use strict";var r=n(125);t.exports=function(t,e,n){var i=n.config.validateStatus;!i||i(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},167:function(t,e,n){"use strict";t.exports=function(t,e,n,r,i){return t.config=e,n&&(t.code=n),t.request=r,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},168:function(t,e,n){"use strict";var r=n(169),i=n(170);t.exports=function(t,e){return t&&!r(e)?i(t,e):e}},169:function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},17:function(t,e,n){"use strict";function r(t){return"[object Array]"===k.call(t)}function i(t){return void 0===t}function o(t){return null!==t&&!i(t)&&null!==t.constructor&&!i(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function s(t){return"[object ArrayBuffer]"===k.call(t)}function a(t){return"undefined"!=typeof FormData&&t instanceof FormData}function c(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer}function u(t){return"string"==typeof t}function l(t){return"number"==typeof t}function f(t){return null!==t&&"object"==typeof t}function p(t){return"[object Date]"===k.call(t)}function d(t){return"[object File]"===k.call(t)}function h(t){return"[object Blob]"===k.call(t)}function v(t){return"[object Function]"===k.call(t)}function g(t){return f(t)&&v(t.pipe)}function m(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams}function y(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function b(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)}function w(t,e){if(null!==t&&void 0!==t)if("object"!=typeof t&&(t=[t]),r(t))for(var n=0,i=t.length;n<i;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}function x(){function t(t,n){"object"==typeof e[n]&&"object"==typeof t?e[n]=x(e[n],t):e[n]=t}for(var e={},n=0,r=arguments.length;n<r;n++)w(arguments[n],t);return e}function C(){function t(t,n){"object"==typeof e[n]&&"object"==typeof t?e[n]=C(e[n],t):e[n]="object"==typeof t?C({},t):t}for(var e={},n=0,r=arguments.length;n<r;n++)w(arguments[n],t);return e}function _(t,e,n){return w(e,function(e,r){t[r]=n&&"function"==typeof e?S(e,n):e}),t}var S=n(120),k=Object.prototype.toString;t.exports={isArray:r,isArrayBuffer:s,isBuffer:o,isFormData:a,isArrayBufferView:c,isString:u,isNumber:l,isObject:f,isUndefined:i,isDate:p,isFile:d,isBlob:h,isFunction:v,isStream:g,isURLSearchParams:m,isStandardBrowserEnv:b,forEach:w,merge:x,deepMerge:C,extend:_,trim:y}},170:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},171:function(t,e,n){"use strict";var r=n(17),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,o,s={};return t?(r.forEach(t.split("\n"),function(t){if(o=t.indexOf(":"),e=r.trim(t.substr(0,o)).toLowerCase(),n=r.trim(t.substr(o+1)),e){if(s[e]&&i.indexOf(e)>=0)return;s[e]="set-cookie"===e?(s[e]?s[e]:[]).concat([n]):s[e]?s[e]+", "+n:n}}),s):s}},172:function(t,e,n){"use strict";var r=n(17);t.exports=r.isStandardBrowserEnv()?function(){function t(t){var e=t;return n&&(i.setAttribute("href",e),e=i.href),i.setAttribute("href",e),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:"/"===i.pathname.charAt(0)?i.pathname:"/"+i.pathname}}var e,n=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a");return e=t(window.location.href),function(n){var i=r.isString(n)?t(n):n;return i.protocol===e.protocol&&i.host===e.host}}():function(){return function(){return!0}}()},173:function(t,e,n){"use strict";var r=n(17);t.exports=r.isStandardBrowserEnv()?function(){return{write:function(t,e,n,i,o,s){var a=[];a.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(i)&&a.push("path="+i),r.isString(o)&&a.push("domain="+o),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},174:function(t,e,n){"use strict";function r(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(t){e=t});var n=this;t(function(t){n.reason||(n.reason=new i(t),e(n.reason))})}var i=n(127);r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var t;return{token:new r(function(e){t=e}),cancel:t}},t.exports=r},1740:function(t,e,n){"use strict";function r(t){var e=t.Vue,n=t.redirect;n=void 0===n?{url:location.href}:n;var i=n.url,a=n.router,u=n.to,f=n.next,p=t.needLogin,d=void 0===p?{wx:!0,h5:!0,app:!0}:p,h=t.param;h=void 0===h?{platform:0}:h;var v=h.platform,g=h.scene,m=h.chn,y=h.icon,b=h.desc,w=h.bottom,x=t.h5ShowLayer,C=void 0!==x&&x,_=t.zIndex,S=void 0===_?1e3:_;if(Object(s.p)(d)){if(!d)return void(f&&f());d={wx:!0,h5:!0,app:!0}}m||(m=Object(s.l)("chn")),a&&u&&(i="history"===a.mode?location.protocol+"//"+location.host+(a.options.base||"")+u.fullPath:location.protocol+"//"+location.host+location.pathname+location.search+"#"+u.fullPath);var k=[];k.push("type=2"),k.push("returl="+encodeURIComponent(i)),1===v&&k.push("src=cps");var j=Object(s.l)("brid");j&&k.push("brid="+j);var O="/user/login_proxyv2?"+k.join("&");return new o.a(function(t,n){if(s.G.isWx){if(!d.wx)return void(f&&f());r.checkLogin().then(t,function(){location.href=O})}else if(s.G.isXysApp){if(!d.app)return void(f&&f());r.checkLogin().then(t,function(){return new o.a(function(t,e){window.xysJs&&window.xysJs.invoke({path:"/user/layerLoginV2",data:{icon:y,desc:b},success:function(){t()},fail:function(t){t?e(5555===Number(t.code)?l:{ret:t.code,errmsg:t.msg}):e()},unsupport:function(){s.G.isYxApp?location.href="/appbase/mobileauth?rdurl="+encodeURIComponent(i):location.href="/appbase/wxauth?rdurl="+encodeURIComponent(i)}})})}).then(t,n)}else{if(!d.h5)return void(f&&f());r.checkLogin().then(t,function(){if(C&&e){var r=e.extend({template:'<act-login-layer :visible="true" :bottom="bottom" :icon="icon" :desc="desc" :chn="chn" :scene="scene" :platform="platform" :zIndex="zIndex" @success="success" @cancel="cancel"/>',data:function(){return{chn:m,scene:g,platform:v,zIndex:S,bottom:w,icon:y,desc:b}},methods:{success:function(){this.remove(),t(),f&&f()},cancel:function(){this.remove(),n(l)},remove:function(){this.$destroy(),document.body.removeChild(this.$el)}},components:{ActLoginLayer:c.a}}),i=(new r).$mount();document.body.appendChild(i.$el)}else location.href=O})}})}Object.defineProperty(e,"__esModule",{value:!0});var i=n(56),o=n.n(i),s=n(4),a=n(114),c=n(1279),u=!1,l={ret:60999,errmsg:"cancel"};r.checkLogin=function(){return u?o.a.resolve():Object(a.b)("/user/checkLogin").then(function(t){var e=t.data;return 0===(void 0===e?{}:e).ret?(u=!0,o.a.resolve()):o.a.reject()})},e.default=r},175:function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},187:function(t,e,n){"use strict";var r=n(250),i={};r.keys().forEach(function(t){var e=r(t);e=e.default||e;var n=e.name;n&&(i[n.toLowerCase()]=e)}),e.a={name:"ActLoading",functional:!0,props:{type:{type:String,default:"default"}},render:function(t,e){var n=e.props.type;return!n&&(n="default"),t(i[n.toLowerCase()],e.data,e.children)}}},188:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir1",mixins:[r.a],props:{size:{type:Number,default:40},thick:{type:Number,default:.4},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{localThick:function(){return this.thick/2},loadingWidth:function(){return Math.floor(this.size*(1-2*this.localThick))},loadingHeight:function(){return this.loadingWidth},borderWidth:function(){return Math.floor(this.size*this.localThick)<=0?1:Math.floor(this.size*this.localThick)},styleObj:function(){return{width:this.loadingWidth+"px",height:this.loadingHeight+"px",borderWidth:this.borderWidth+"px",borderStyle:"solid",borderColor:"transparent currentColor transparent currentColor"}}}}},189:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir2",mixins:[r.a],props:{size:{type:Number,default:40},thick:{type:Number,default:.4},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{localThick:function(){return this.thick/2},loadingWidth:function(){return Math.floor(this.size*(1-2*this.localThick))},loadingHeight:function(){return this.loadingWidth},borderWidth:function(){return Math.floor(this.size*this.localThick)<=0?1:Math.floor(this.size*this.localThick)},styleObj:function(){return{width:this.loadingWidth+"px",height:this.loadingHeight+"px",borderWidth:this.borderWidth+"px",borderStyle:"solid",borderColor:"transparent currentColor currentColor currentColor"}}}}},190:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir3",mixins:[r.a],props:{size:{type:Number,default:40},thick:{type:Number,default:.4},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{localThick:function(){return this.thick/2},loadingWidth:function(){return Math.floor(this.size*(1-2*this.localThick))},loadingHeight:function(){return this.loadingWidth},borderWidth:function(){return Math.floor(this.size*this.localThick)<=0?1:Math.floor(this.size*this.localThick)},styleObj:function(){return{width:this.loadingWidth+"px",height:this.loadingHeight+"px",borderWidth:this.borderWidth+"px",borderStyle:"solid",borderColor:"currentColor transparent transparent transparent"}},maskStyle:function(){return{top:"-"+this.borderWidth+"px",right:"-"+this.borderWidth+"px",bottom:"-"+this.borderWidth+"px",left:"-"+this.borderWidth+"px",border:this.borderWidth+"px solid currentcolor"}}}}},191:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir4",mixins:[r.a],props:{size:{type:Number,default:40},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{loadingWidth:function(){return Math.floor(.8*this.size)},loadingHeight:function(){return this.loadingWidth},styleObj:function(){return{fontSize:this.size+"px",width:this.loadingWidth+"px",height:this.loadingHeight+"px"}}}}},192:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir5",mixins:[r.a],props:{size:{type:Number,default:40},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{loadingWidth:function(){return Math.floor(.8*this.size)},loadingHeight:function(){return this.loadingWidth},styleObj:function(){return{fontSize:this.size+"px",width:this.loadingWidth+"px",height:this.loadingHeight+"px"}}}}},193:function(t,e,n){"use strict";var r=n(25);e.a={name:"Default",mixins:[r.a],props:{size:{type:Number,default:40},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}}}},194:function(t,e,n){"use strict";var r=n(25);e.a={name:"Line",mixins:[r.a],props:{size:{type:Number,default:40},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{loadingWidth:function(){return Math.floor(.2*this.size)},loadingHeight:function(){return Math.floor(.4*this.size)},styleObj:function(){return{fontSize:this.size+"px",width:this.loadingWidth+"px",height:this.loadingHeight+"px"}}}}},198:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),i=n(302);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createBaseInput=Object(r.a)(i.a,t)},e.default=i.a},2:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},20:function(t,e){t.exports={}},21:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},22:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},229:function(t,e,n){"use strict";var r=n(4);e.a={name:"ActBaseInput",mixins:[],data:function(){return{inputValue:"",inputState:0,maxLenValue:"",oldInputValue:"",canSetSelectionList:["text","search","url","tel","password"],isNeedSetSelectionRange:!1}},props:{value:{type:[String,Number,Object],default:""},type:{type:String,default:"text"},placeholder:{type:String,default:""},maxLength:{type:[String,Number],default:""},allowSpace:{type:Boolean,default:!1},isVerifyCode:{type:Boolean,default:!1}},computed:{inputType:function(){return"mobile"===this.type||"bankcard"===this.type?"tel":"idcard"===this.type?"tel":this.type},paddingBlank:function(){return"mobile"===this.type?r.g:"bankcard"===this.type?r.e:null},maxLen:function(){return""!==this.maxLength&&Number(this.maxLength)>0?Number(this.maxLength):""},currentValue:function(){var t=this.inputValue.replace(/(^\s*)|(\s*$)/g,"");return this.paddingBlank&&(t=this.removeBlank(t)),t}},methods:{focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},setInputValue:function(t){this.inputValue!==t&&(this.inputValue=this.formatValue(t))},onFocus:function(t){this.$emit("focus",t)},onBlur:function(t){/ip(hone|od).*(micromessenger|mqqbrowser)/i.test(navigator.userAgent)&&window.scrollTo(window.scrollX,window.scrollY),this.changeValue(t),this.$emit("blur",t)},onPaste:function(t){t.target._paste=!0},onInput:function(t){var e=this;this.setInputState();var n=!r.v&&this.paddingBlank,i=this.inputValue;this.allowSpace||(i=this.inputValue.replace(/\s/g,""));var o=t.target.selectionStart,s=!0;this.isNeedSetSelectionRange=!1,n&&(this.isNeedSetSelectionRange=!0,(i=i.replace(/\D/g,""))!==this.inputValue.replace(/\s/g,"")&&(s=!1,o--));var a=i;if(this.isOverLength(i)&&(this.isNeedSetSelectionRange=!0,t.target._paste?a=a.slice(0,this.maxLen):(a=this.maxLenValue,o--)),a=this.getValueByCheck(a),this.maxLenValue=a,n){if(this.inputValue=this.paddingBlank(a),s){var c=this.inputValue[o-1];/\s/g.test(c)&&1===this.inputState&&o++}}else this.inputValue=a;this.isNeedSetSelectionRange&&this.$nextTick(function(){t.target._paste?(e.canSetSelectionList.indexOf(t.target.type)>-1&&setTimeout(function(){t.target.setSelectionRange(e.inputValue.length,e.inputValue.length)},30),t.target._paste=!1):e.canSetSelectionList.indexOf(t.target.type)>-1&&setTimeout(function(){t.target.setSelectionRange(o,o)},30)}),this.$emit("input",this.currentValue,t)},getValueByCheck:function(t){var e=t;return this.isVerifyCode&&(e=this.checkVerifyCode(e)),e&&"lowercase"===this.type?(this.isNeedSetSelectionRange=!0,e=e.toLowerCase()):e&&"uppercase"===this.type?(this.isNeedSetSelectionRange=!0,e=e.toUpperCase()):e&&"email"===this.type&&(e=e.replace(/[\u4e00-\u9fa5]/gi,"").replace(/\s*/gi,"").substr(0,40)),e},onClick:function(t){this.$emit("click",t)},onTap:function(t){this.$emit("tap",t)},formatValue:function(t){return!r.v&&this.paddingBlank?this.paddingBlank(t):t},removeBlank:function(t){return t.replace(/\s/g,"")},setInputState:function(){if(this.paddingBlank){var t=this.inputValue.replace(/\s/g,"").length,e=this.oldInputValue.replace(/\s/g,"").length;this.inputState=t>e?1:t<e?2:0}this.oldInputValue=this.inputValue},changeValue:function(t){var e=t.srcElement?t.srcElement:t.target,n=e.value.replace(/(^\s*)|(\s*$)/g,"");this.paddingBlank&&(n=this.removeBlank(n)),this.value!==n&&this.$emit("change",n)},isOverLength:function(t){var e=t.match(/\s/g)||[];return""!==this.maxLen&&t.length-e.length>this.maxLen},mucChange:function(t){this.$emit("mucChange",t)},checkVerifyCode:function(t){if(!t)return"";var e=String(t);if(e.length&&e.length>=8){var n=Math.floor(e.length/2),r=e.slice(0,n);if(r===e.slice(n,e.length))return r}return e}},mounted:function(){this.inputValue=this.formatValue(this.value),this.$watch("value",function(t,e){this.inputValue=this.formatValue(t)})}}},23:function(t,e,n){var r=n(29);t.exports=function(t){return Object(r(t))}},24:function(t,e){e.f={}.propertyIsEnumerable},240:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),i=n(249);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createLoading=Object(r.a)(i.a,t)},e.default=i.a},249:function(t,e,n){"use strict";var r=n(187),i=n(1),o=Object(i.a)(r.a,void 0,void 0,!1,null,null,null);o.options.__file="src\\components\\Loading\\src\\index.vue",e.a=o.exports},25:function(t,e,n){"use strict";var r={model:{prop:"visible",event:"toggle"},props:{visible:{type:Boolean,default:!1}},data:function(){return{isVisible:!1}},watch:{isVisible:function(t){this.$emit("toggle",t)}},mounted:function(){var t=this;this.$watch("visible",function(e,n){e?t.show():n&&t.hide()},{immediate:!0})},methods:{show:function(){return this.isVisible=!0,this},hide:function(){return this.isVisible=!1,this}}};e.a=r},250:function(t,e,n){function r(t){return n(i(t))}function i(t){var e=o[t];if(!(e+1))throw new Error("Cannot find module '"+t+"'.");return e}var o={"./cir1-loading.vue":251,"./cir2-loading.vue":254,"./cir3-loading.vue":257,"./cir4-loading.vue":260,"./cir5-loading.vue":263,"./default-loading.vue":266,"./line-loading.vue":269};r.keys=function(){return Object.keys(o)},r.resolve=i,t.exports=r,r.id=250},251:function(t,e,n){"use strict";function r(t){a||n(252)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(188),o=n(253),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-027695fc",null);u.options.__file="src\\components\\Loading\\src\\cir1-loading.vue",e.default=u.exports},252:function(t,e){},253:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{ref:"loading",staticClass:"loading-cont-cir1",style:t.styleObj})])])},i=[];r._withStripped=!0},254:function(t,e,n){"use strict";function r(t){a||n(255)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(189),o=n(256),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-1e0cc706",null);u.options.__file="src\\components\\Loading\\src\\cir2-loading.vue",e.default=u.exports},255:function(t,e){},256:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{ref:"loading",staticClass:"loading-cont-cir2",style:t.styleObj})])])},i=[];r._withStripped=!0},257:function(t,e,n){"use strict";function r(t){a||n(258)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(190),o=n(259),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-4106ba04",null);u.options.__file="src\\components\\Loading\\src\\cir3-loading.vue",e.default=u.exports},258:function(t,e){},259:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{ref:"loading",staticClass:"loading-cont-cir3",style:t.styleObj},[n("div",{staticClass:"cir3-mask",style:t.maskStyle})])])])},i=[];r._withStripped=!0},26:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},260:function(t,e,n){"use strict";function r(t){a||n(261)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(191),o=n(262),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-6400ad02",null);u.options.__file="src\\components\\Loading\\src\\cir4-loading.vue",e.default=u.exports},261:function(t,e){},262:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{staticClass:"loading-cont-cir4",style:t.styleObj})])])},i=[];r._withStripped=!0},263:function(t,e,n){"use strict";function r(t){a||n(264)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(192),o=n(265),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-86faa000",null);u.options.__file="src\\components\\Loading\\src\\cir5-loading.vue",e.default=u.exports},264:function(t,e){},265:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{staticClass:"loading-cont-cir5",style:t.styleObj})])])},i=[];r._withStripped=!0},266:function(t,e,n){"use strict";function r(t){a||n(267)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(193),o=n(268),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-073ac538",null);u.options.__file="src\\components\\Loading\\src\\default-loading.vue",e.default=u.exports},267:function(t,e){},268:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("svg",{attrs:{viewBox:"0 0 80 80"}},[n("path",{staticClass:"act-xysloading-path",attrs:{d:"M15 37 A25 25 0 0 1 65 40 L39 40 L39 65 L34 66",fill:"none",stroke:t.color,"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"8"}}),t._v(" "),n("path",{staticClass:"act-xysloading-path-oval-middle",attrs:{d:"M34 66 Q10 66 6 38",fill:"none",stroke:t.color,"stroke-linecap":"butt","stroke-width":"7"}}),t._v(" "),n("circle",{staticClass:"act-xysloading-circle",attrs:{cx:"40",cy:"40",r:"36",fill:"none",stroke:t.color,transform:"rotate(180,40,40)","stroke-linecap":"butt"}}),t._v(" "),n("path",{staticClass:"act-xysloading-path-oval-end",attrs:{d:"M40 77 Q15 80 15 37",fill:"none",stroke:t.color,"stroke-linecap":"butt","stroke-width":"7"}})])])])},i=[];r._withStripped=!0},269:function(t,e,n){"use strict";function r(t){a||n(270)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(194),o=n(271),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-4884e2ea",null);u.options.__file="src\\components\\Loading\\src\\line-loading.vue",e.default=u.exports},27:function(t,e,n){var r=n(8).f,i=n(6),o=n(3)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},270:function(t,e){},271:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{staticClass:"loading-cont-line",style:t.styleObj})])])},i=[];r._withStripped=!0},28:function(t,e,n){t.exports={default:n(79),__esModule:!0}},29:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},3:function(t,e,n){var r=n(32)("wks"),i=n(22),o=n(2).Symbol,s="function"==typeof o;(t.exports=function(t){return r[t]||(r[t]=s&&o[t]||(s?o:i)("Symbol."+t))}).store=r},30:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},302:function(t,e,n){"use strict";function r(t){a||n(303)}var i=n(229),o=n(304),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-18134e52",null);u.options.__file="src\\components\\BaseInput\\src\\index.vue",e.a=u.exports},303:function(t,e){},304:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return"checkbox"===t.inputType?n("input",{directives:[{name:"model",rawName:"v-model",value:t.inputValue,expression:"inputValue"}],ref:"input",attrs:{placeholder:t.placeholder,type:"checkbox"},domProps:{checked:Array.isArray(t.inputValue)?t._i(t.inputValue,null)>-1:t.inputValue},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,paste:t.onPaste,click:t.onClick,tap:t.onTap,mucChange:function(e){return t.mucChange(e)},change:function(e){var n=t.inputValue,r=e.target,i=!!r.checked;if(Array.isArray(n)){var o=t._i(n,null);r.checked?o<0&&(t.inputValue=n.concat([null])):o>-1&&(t.inputValue=n.slice(0,o).concat(n.slice(o+1)))}else t.inputValue=i}}}):"radio"===t.inputType?n("input",{directives:[{name:"model",rawName:"v-model",value:t.inputValue,expression:"inputValue"}],ref:"input",attrs:{placeholder:t.placeholder,type:"radio"},domProps:{checked:t._q(t.inputValue,null)},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,paste:t.onPaste,click:t.onClick,tap:t.onTap,mucChange:function(e){return t.mucChange(e)},change:function(e){t.inputValue=null}}}):n("input",{directives:[{name:"model",rawName:"v-model",value:t.inputValue,expression:"inputValue"}],ref:"input",attrs:{placeholder:t.placeholder,type:t.inputType},domProps:{value:t.inputValue},on:{focus:t.onFocus,blur:t.onBlur,input:[function(e){e.target.composing||(t.inputValue=e.target.value)},t.onInput],paste:t.onPaste,click:t.onClick,tap:t.onTap,mucChange:function(e){return t.mucChange(e)}}})},i=[];r._withStripped=!0},31:function(t,e,n){var r=n(32)("keys"),i=n(22);t.exports=function(t){return r[t]||(r[t]=i(t))}},32:function(t,e,n){var r=n(0),i=n(2),o=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n(16)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},320:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return function(){function e(t,e,n){for(var r=[],o=0,s=0;s<e;s++)if(s%4){var a=n[t.charCodeAt(s-1)]<<s%4*2,c=n[t.charCodeAt(s)]>>>6-s%4*2;r[o>>>2]|=(a|c)<<24-o%4*8,o++}return i.create(r,o)}var n=t,r=n.lib,i=r.WordArray,o=n.enc;o.Base64={stringify:function(t){var e=t.words,n=t.sigBytes,r=this._map;t.clamp();for(var i=[],o=0;o<n;o+=3)for(var s=e[o>>>2]>>>24-o%4*8&255,a=e[o+1>>>2]>>>24-(o+1)%4*8&255,c=e[o+2>>>2]>>>24-(o+2)%4*8&255,u=s<<16|a<<8|c,l=0;l<4&&o+.75*l<n;l++)i.push(r.charAt(u>>>6*(3-l)&63));var f=r.charAt(64);if(f)for(;i.length%4;)i.push(f);return i.join("")},parse:function(t){var n=t.length,r=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var o=0;o<r.length;o++)i[r.charCodeAt(o)]=o}var s=r.charAt(64);if(s){var a=t.indexOf(s);-1!==a&&(n=a)}return e(t,n,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),t.enc.Base64})},321:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return function(e){function n(t,e,n,r,i,o,s){var a=t+(e&n|~e&r)+i+s;return(a<<o|a>>>32-o)+e}function r(t,e,n,r,i,o,s){var a=t+(e&r|n&~r)+i+s;return(a<<o|a>>>32-o)+e}function i(t,e,n,r,i,o,s){var a=t+(e^n^r)+i+s;return(a<<o|a>>>32-o)+e}function o(t,e,n,r,i,o,s){var a=t+(n^(e|~r))+i+s;return(a<<o|a>>>32-o)+e}var s=t,a=s.lib,c=a.WordArray,u=a.Hasher,l=s.algo,f=[];!function(){for(var t=0;t<64;t++)f[t]=4294967296*e.abs(e.sin(t+1))|0}();var p=l.MD5=u.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(t,e){for(var s=0;s<16;s++){var a=e+s,c=t[a];t[a]=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8)}var u=this._hash.words,l=t[e+0],p=t[e+1],d=t[e+2],h=t[e+3],v=t[e+4],g=t[e+5],m=t[e+6],y=t[e+7],b=t[e+8],w=t[e+9],x=t[e+10],C=t[e+11],_=t[e+12],S=t[e+13],k=t[e+14],j=t[e+15],O=u[0],B=u[1],A=u[2],T=u[3];O=n(O,B,A,T,l,7,f[0]),T=n(T,O,B,A,p,12,f[1]),A=n(A,T,O,B,d,17,f[2]),B=n(B,A,T,O,h,22,f[3]),O=n(O,B,A,T,v,7,f[4]),T=n(T,O,B,A,g,12,f[5]),A=n(A,T,O,B,m,17,f[6]),B=n(B,A,T,O,y,22,f[7]),O=n(O,B,A,T,b,7,f[8]),T=n(T,O,B,A,w,12,f[9]),A=n(A,T,O,B,x,17,f[10]),B=n(B,A,T,O,C,22,f[11]),O=n(O,B,A,T,_,7,f[12]),T=n(T,O,B,A,S,12,f[13]),A=n(A,T,O,B,k,17,f[14]),B=n(B,A,T,O,j,22,f[15]),O=r(O,B,A,T,p,5,f[16]),T=r(T,O,B,A,m,9,f[17]),A=r(A,T,O,B,C,14,f[18]),B=r(B,A,T,O,l,20,f[19]),O=r(O,B,A,T,g,5,f[20]),T=r(T,O,B,A,x,9,f[21]),A=r(A,T,O,B,j,14,f[22]),B=r(B,A,T,O,v,20,f[23]),O=r(O,B,A,T,w,5,f[24]),T=r(T,O,B,A,k,9,f[25]),A=r(A,T,O,B,h,14,f[26]),B=r(B,A,T,O,b,20,f[27]),O=r(O,B,A,T,S,5,f[28]),T=r(T,O,B,A,d,9,f[29]),A=r(A,T,O,B,y,14,f[30]),B=r(B,A,T,O,_,20,f[31]),O=i(O,B,A,T,g,4,f[32]),T=i(T,O,B,A,b,11,f[33]),A=i(A,T,O,B,C,16,f[34]),B=i(B,A,T,O,k,23,f[35]),O=i(O,B,A,T,p,4,f[36]),T=i(T,O,B,A,v,11,f[37]),A=i(A,T,O,B,y,16,f[38]),B=i(B,A,T,O,x,23,f[39]),O=i(O,B,A,T,S,4,f[40]),T=i(T,O,B,A,l,11,f[41]),A=i(A,T,O,B,h,16,f[42]),B=i(B,A,T,O,m,23,f[43]),O=i(O,B,A,T,w,4,f[44]),T=i(T,O,B,A,_,11,f[45]),A=i(A,T,O,B,j,16,f[46]),B=i(B,A,T,O,d,23,f[47]),O=o(O,B,A,T,l,6,f[48]),T=o(T,O,B,A,y,10,f[49]),A=o(A,T,O,B,k,15,f[50]),B=o(B,A,T,O,g,21,f[51]),O=o(O,B,A,T,_,6,f[52]),T=o(T,O,B,A,h,10,f[53]),A=o(A,T,O,B,x,15,f[54]),B=o(B,A,T,O,p,21,f[55]),O=o(O,B,A,T,b,6,f[56]),T=o(T,O,B,A,j,10,f[57]),A=o(A,T,O,B,m,15,f[58]),B=o(B,A,T,O,S,21,f[59]),O=o(O,B,A,T,v,6,f[60]),T=o(T,O,B,A,C,10,f[61]),A=o(A,T,O,B,d,15,f[62]),B=o(B,A,T,O,w,21,f[63]),u[0]=u[0]+O|0,u[1]=u[1]+B|0,u[2]=u[2]+A|0,u[3]=u[3]+T|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 o=e.floor(r/4294967296),s=r;n[15+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),n[14+(i+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),t.sigBytes=4*(n.length+1),this._process();for(var a=this._hash,c=a.words,u=0;u<4;u++){var l=c[u];c[u]=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8)}return a},clone:function(){var t=u.clone.call(this);return t._hash=this._hash.clone(),t}});s.MD5=u._createHelper(p),s.HmacMD5=u._createHmacHelper(p)}(Math),t.MD5})},322:function(t,e,n){!function(r,i,o){t.exports=e=i(n(119),n(427),n(428))}(0,function(t){return function(){var e=t,n=e.lib,r=n.Base,i=n.WordArray,o=e.algo,s=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:1}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,e){for(var n=this.cfg,r=n.hasher.create(),o=i.create(),s=o.words,a=n.keySize,c=n.iterations;s.length<a;){u&&r.update(u);var u=r.update(t).finalize(e);r.reset();for(var l=1;l<c;l++)u=r.finalize(u),r.reset();o.concat(u)}return o.sigBytes=4*a,o}});e.EvpKDF=function(t,e,n){return a.create(n).compute(t,e)}}(),t.EvpKDF})},33:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},34:function(t,e,n){var r=n(10);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},35:function(t,e){e.f=Object.getOwnPropertySymbols},36:function(t,e,n){e.f=n(3)},37:function(t,e,n){var r=n(2),i=n(0),o=n(16),s=n(36),a=n(8).f;t.exports=function(t){var e=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:s.f(t)})}},38:function(t,e,n){var r=n(40);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},39:function(t,e,n){"use strict";var r={model:{prop:"visible",event:"toggle"},props:{visible:{type:Boolean,default:!0}},data:function(){return{isVisible:this.visible}},watch:{isVisible:function(t){this.$emit("toggle",t)}},mounted:function(){var t=this;this.$watch("visible",function(e,n){e?t.show():n&&t.hide()},{immediate:!0})},methods:{show:function(){return this.isVisible=!0,this},hide:function(){return this.isVisible=!1,this}}};e.a=r},398:function(t,e,n){"use strict";var r=n(58),i=n.n(r),o=n(56),s=n.n(o),a=n(114),c=n(4),u=n(425),l=n(240),f=n(39),p=u.b.enc.Utf8.parse("8cde79aa8651f8e4"),d=null;e.a={name:"ActJigsaw",mixins:[f.a],data:function(){return{status:"loading",pieceX:"",pieceY:0,trackX:0,pieceWidth:0,frontImgUrl:"",bgImgUrl:"",shake:!1,smooth:!1,randomClientId:Object(c.D)(32)}},props:{brandColor:{type:String,default:""},initUrl:{type:String,default:"/user/unionVerifyInit"},verifyUrl:{type:String,default:"/user/unionVerifyCheck"},keyword:{type:String,default:""},platform:{type:Number,default:0}},computed:{clientId:function(){return this.keyword||this.randomClientId}},methods:{clear:function(){this.pieceX=0,this.trackX=0,this.status="loading",this.allowTouch=!1,this.scaleRate=0,this.count=0,this.straceArr=[],this.startX=0},_initJigsaw:function(){var t=this.$refs.jigsawImg;this.picWidth=t.clientWidth,this.picHeight=t.clientHeight,this.trackWidth=this.$refs.trackWrap.clientWidth,this.clear(),this.offsetX=0,this.offsetY=0,this.getJigsaw()},getJigsaw:function(){var t=this;Object(a.b)(this.initUrl,{clienttype:2,clientid:this.clientId,ua:navigator.userAgent,iscps:this.platform,picWidth:this.picWidth,picHeight:this.picHeight}).then(function(e){var n=e.data,r=void 0===n?{}:n;if(0===r.ret){d=r.data.iv;var i=JSON.parse(Object(u.a)(r.data.d,u.b.enc.Utf8.parse(d),p)),o=i.holeCheck,a=t.picWidth/o.width,c=o.length,l=c*a,f=new s.a(function(t,e){var n=new Image;n.onload=t,n.onerror=e,n.src=o.back}),h=new s.a(function(t,e){var n=new Image;n.onload=t,n.onerror=e,n.src=o.front});s.a.all([f,h]).then(function(){t.token=i.token,t.scaleRate=a,t.originPieceWidth=c,t.initPieceX=parseFloat((o.initx-c/2)*a),t.pieceY=parseFloat((-o.inity-c/2)*a),t.initTrackX=parseFloat((l-t.trackWidth)/2+t.pieceX),t.pieceX=t.initPieceX,t.trackX=t.initTrackX,t.pieceWidth=l,t.bgImgUrl=o.back,t.frontImgUrl=o.front,t.status="picture",t.allowTouch=!0}).catch(function(){t.status="error"})}else t.$emit("error",{ret:1004,errmsg:r.errmsg})}).catch(function(e){t.$emit("error",{ret:1004,errmsg:"系统繁忙,请刷新页面重试"})})},reset:function(t,e){var n=this;if(!e)return this.status="loading",void this.getJigsaw();this.shake=!0;var r=setTimeout(function(){n.pieceX=n.initPieceX,n.trackX=n.initTrackX,n.shake=!1,n.smooth=!0,clearTimeout(r);var e=setTimeout(function(){n.smooth=!1,clearTimeout(e),t||(n.allowTouch=!0)},300);t&&(n.status="loading",n.getJigsaw())},150)},touchstart:function(t){if(t.preventDefault(),this.allowTouch){var e=this.$refs.jigsawImg;this.offsetX=e.getBoundingClientRect().left,this.offsetY=e.getBoundingClientRect().top;var n=t.clientX||t.touches[0].clientX;this.startX=n,this.straceArr=[],this.pushPoint(t),"https:"===location.protocol&&window.DeviceOrientationEvent&&window.addEventListener("deviceorientation",function(t){t&&null!==t.alpha&&void 0!==t.alpha&&(this.alpha=parseFloat(t.alpha.toFixed(4)),this.beta=parseFloat(t.beta.toFixed(4)),this.gamma=parseFloat(t.gamma.toFixed(4)))},!1)}},touchmove:function(t){if(t.preventDefault(),this.allowTouch){var e=t.clientX||t.touches[0].clientX,n=e-this.startX;this.pushPoint(t),n<0?n=0:n>this.picWidth-this.pieceWidth&&(n=this.picWidth-this.pieceWidth),this.pieceX=parseFloat(this.initPieceX+n),this.trackX=parseFloat(this.initTrackX+n)}},touchend:function(t,e){t.preventDefault(),this.allowTouch&&(this.allowTouch=!1,this.pushPoint(t),this.verify(e))},mousedown:function(t,e){var n=this;this.touchstart(t),t.preventDefault();var r=Object(c.F)(this.touchmove,10),i=function t(i){n.touchend(i,e),document.removeEventListener("mouseup",t),document.removeEventListener("mousemove",r),i.preventDefault()};document.addEventListener&&document.addEventListener("mousemove",r,!1),document.addEventListener&&document.addEventListener("mouseup",i,!1)},pushPoint:function(t){var e=+new Date;if(t.touches){var n=t.touches[0]||t.changedTouches[0],r=n.clientX-this.offsetX,i=n.clientY-this.offsetY,o=void 0===n.force?0:n.force;this.straceArr.push({x:parseFloat(r.toFixed(2)),y:parseFloat(-i.toFixed(2)),alpha:this.alpha,beta:this.beta,gamma:this.gamma,press:parseFloat(o.toFixed(4)),t:e})}else{var s=t.clientX-this.offsetX,a=t.clientY-this.offsetY;this.straceArr.push({x:parseFloat(s.toFixed(2)),y:parseFloat(-a.toFixed(2)),t:e})}},verify:function(t){var e=this;Object(a.b)(this.verifyUrl,{r:Object(u.c)(i()({checktype:1,clienttype:2,ua:navigator.userAgent,token:this.token,holeCheck:{strace:this.straceArr,moveType:t,screenWidth:parseFloat(this.picWidth.toFixed(2)),screenHeight:parseFloat(this.picHeight.toFixed(2))}}),u.b.enc.Utf8.parse(d),p),iv:d}).then(function(t){var n=t.data,r=void 0===n?{}:n;0===r.ret?(e.$emit("success",{keyword:e.clientId,token:e.token}),e.status="loading",window._xystj&&window._xystj.trackEvent("jigsaw_success")):1001===r.ret?(e.$emit("error",{ret:1001,errmsg:"验证失败,请重新滑动",data:{count:++e.count}}),e.reset(!1,!0),window._xystj&&window._xystj.trackEvent("jigsaw_fail")):1002===r.ret||1003===r.ret?(e.$emit("error",{ret:1002,errmsg:"验证失败,刷新拼图",data:{count:++e.count}}),e.reset(!0,!0),window._xystj&&window._xystj.trackEvent("jigsaw_fail")):(e.$emit("error",{ret:1003,errmsg:r.errmsg,data:{count:++e.count}}),e.reset(!0,!0),window._xystj&&window._xystj.trackEvent("jigsaw_error"))}).catch(function(t){e.$emit("error",{ret:1004,errmsg:"系统繁忙,请稍后重试",data:{count:++e.count}}),window._xystj&&window._xystj.trackEvent("jigsaw_error")})}},mounted:function(){var t=this;this.isVisible&&this.$nextTick(function(){t._initJigsaw()})},watch:{isVisible:function(t){var e=this;t&&this.$nextTick(function(){e._initJigsaw()})}},components:{ActLoading:l.default}}},4:function(t,e,n){"use strict";function r(t,e){if(t.findIndex)return t.findIndex(e);var n=-1;return t.some(function(t,r,i){var o=e.call(this,t,r,i);if(o)return n=r,o}),n}function i(t){return t?JSON.parse(U()(t)):t}function o(t,e){for(var n in e)t[n]&&"object"===R()(t[n])?o(t[n],e[n]):t[n]=e[n]}function s(t){return Array.isArray?Array.isArray(t):"[object Array]"===Object.prototype.toString.call(t)}function a(t){return"[object String]"===Object.prototype.toString.call(t)}function c(t){return"[object Number]"===Object.prototype.toString.call(t)}function u(t){return"[object Object]"===Object.prototype.toString.call(t)}function l(t){return"[object Boolean]"===Object.prototype.toString.call(t)}function f(t){return null===t}function p(t){return void 0!==t&&null!==t}function d(t){return void 0===t}function h(t){return"[object Error]"===Object.prototype.toString.call(t)}function v(t){return"function"==typeof t}function g(t){return"[object Promise]"===Object.prototype.toString.call(t)||u(t)&&v(t.then)}function m(t,e,n){function r(e){var n=g,r=m;return g=m=void 0,C=e,b=t.apply(r,n)}function i(t,e){return j?(window.cancelAnimationFrame(w),window.requestAnimationFrame(t)):setTimeout(t,e)}function o(t){if(j)return window.cancelAnimationFrame(t);clearTimeout(t)}function s(t){return C=t,w=i(l,e),_?r(t):b}function a(t){var n=t-x,r=t-C,i=e-n;return S?Math.min(i,y-r):i}function c(t){var n=t-x,r=t-C;return void 0===x||n>=e||n<0||S&&r>=y}function l(){var t=Date.now();if(c(t))return f(t);w=i(l,a(t))}function f(t){return w=void 0,k&&g?r(t):(g=m=void 0,b)}function p(){void 0!==w&&o(w),C=0,g=x=m=w=void 0}function d(){return void 0===w?b:f(Date.now())}function h(){return void 0!==w}function v(){for(var t=Date.now(),n=c(t),o=arguments.length,a=Array(o),u=0;u<o;u++)a[u]=arguments[u];if(g=a,m=this,x=t,n){if(void 0===w)return s(x);if(S)return w=i(l,e),r(x)}return void 0===w&&(w=i(l,e)),b}var g=void 0,m=void 0,y=void 0,b=void 0,w=void 0,x=void 0,C=0,_=!1,S=!1,k=!0,j=!e&&0!==e&&"function"==typeof window.requestAnimationFrame;if("function"!=typeof t)throw new TypeError("Expected a function");return e=+e||0,u(n)&&(_=!!n.leading,S="maxWait"in n,y=S?Math.max(+n.maxWait||0,e):y,k="trailing"in n?!!n.trailing:k),v.cancel=p,v.flush=d,v.pending=h,v}function y(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return u(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),m(t,e,{leading:r,trailing:i,maxWait:e})}function b(t){return!!/^1\d{10}$/.test(t)}function w(t){var e=t.length;return e>3&&e<8?t=t.replace(/\s/g,"").replace(/^(.{3})/g,"$1 "):e>=8&&(t=t.replace(/\s/g,"").replace(/^(.{3})(.+)/g,function(t,e,n){return e+" "+n.replace(/(.{4})(?=.)/g,"$1 ")})),t}function x(t){return t.replace(/\s/g,"").replace(/(.{4})(?=.)/g,"$1 ")}function C(t){if(void 0!==t||null!==t)return/^\d+(\.\d+)?$/.test(t+"")?t+"px":t}function _(t){if(!t)return"";var e=t.length;return 2===e?t.split("").join("  "):3===e?t.split("").join(" "):t}function S(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t.offsetHeight;if(e){var r=t.currentStyle||getComputedStyle(t);n+=parseInt(r.marginTop||0)+parseInt(r.marginBottom||0)}return n}function k(t,e){var n=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$/i.exec(t),r=/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t),i=null;return n?i={r:parseInt(n[1]+n[1],16),g:parseInt(n[2]+n[2],16),b:parseInt(n[3]+n[3],16)}:r&&(i={r:parseInt(r[1],16),g:parseInt(r[2],16),b:parseInt(r[3],16)}),i?void 0!==e?"rgba("+i.r+", "+i.g+", "+i.b+", "+e+")":"rgb("+i.r+", "+i.g+", "+i.b+")":""}function j(t){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz",n=e.length,r="";t=t||32;for(var i=0;i<t;i++)r+=e.charAt(Math.floor(Math.random()*n));return r}function O(t,e){var n=e||location.href,r=new RegExp("(\\?|&)"+t+"=([^&#$\\s]+)"),i=n.match(r);return i&&i[2]}function B(t){var e=window.getComputedStyle(t),n="none"===e.display,r=null===t.offsetParent&&"fixed"!==e.position;return n||r}function A(t,e,n){return Math.min(Math.max(t,e),n)}function T(t){var e=/os (\d\d?_\d(_\d)?)/,n=e.exec(t);if(!n)return null;var r=n[1].split("_").map(function(t){return parseInt(t,10)});return{major:r[0],minor:r[1],patch:r[2]||0}}function E(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";e=e||window.location.href;var n=new RegExp("(\\?|#|&)"+t+"=([^&#]*)(&|#|$)"),r=e.match(n);return decodeURIComponent(r?r[2]:"")}function P(t){return t?h(t)?t.message:a(t)?t:t.errmsg||"请求失败,请稍后重试":"请求失败,请稍后重试"}function M(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=[],n=new RegExp("https?://[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]"),r=0;r<t.length;r++){var i=t[r];if(!n.test(i))return;e.push(i.split("?")[0])}return e}function L(t){var e=JSON.parse(U()(t)),n=e.attrModules,r=void 0===n?{}:n,i=e.plan,o=r.applicant,a=r.insureds,c=r.hcpics,u=r.hctext,l=r.makeup,f=r.apphctext,p=r.apphcpics,d={},h=function(t){var e=null,n=null,r=null,i=null,o={},a={},c={};for(var u in t){var l=t[u].defaultValue,f=t[u].required,p=t[u].display;if(s(l)){var d=M(l);d&&(l=d)}1!==Number(f)&&1!==Number(p)||("idType"===u||"id"===u||"idValidType"===u||"idValidEndTime"===u||"idValidStartTime"===u?(e=e||{},e[u]=l):"socialInsAddr"===u||"socialInsDetail"===u||"socialInsPost"===u||"socialInsTel"===u?(n=n||{},n[u]=l):"residentAddr"===u||"residentDetail"===u||"residentPost"===u||"residentTel"===u?(r=r||{},r[u]=l):"officeAddr"===u||"officeDetail"===u||"officePost"===u||"officeTel"===u?(i=i||{},i[u]=l):"companyIdType"===u||"companyId"===u?(a=a||{},a[u]=l):"detail"===u?(c=c||{},c[u]=l):o[u]=l)}return e&&(o.certificate=e),n&&(o.socialIns=n),r&&(o.resident=r),i&&(o.office=i),a&&(o.companyCertificate=a),c&&(o.companyAddress=c),o};if(r.plan&&(i=h(r.plan)),o&&(d.applicant={},o&&(d.applicant=h(o))),a||i){d.insureds=[];for(var v=a||[""],g=0;g<v.length;g++){var m=v[g],y=null,b={};m&&(y=h(m)),y&&(b.insured=y),i&&(b.plan=i),d.insureds.push(b)}}if(u&&(d.hctext=h(u)),f&&(d.apphctext=h(f)),c&&(d.hcpics=h(c)),p&&(d.apphcpics=h(p)),l){d.makeup={};for(var w=l||[""],x=0;x<w.length;x++){var C=w[x],_=null;C&&(_=h(C)),_&&(d.makeup=I()(d.makeup,_))}}return d}n.d(e,"G",function(){return rt}),n.d(e,"v",function(){return it}),e.d=r,e.c=i,e.b=o,e.o=s,e.A=a,e.x=c,e.y=u,e.p=l,e.w=f,e.q=p,e.B=d,e.r=h,e.s=v,e.z=g,e.a=m,e.F=y,e.u=b,e.g=w,e.e=x,e.f=C,e.h=_,e.C=S,e.n=k,e.D=j,e.l=O,e.t=B,e.E=A,e.k=T,e.m=E,e.j=P,e.i=L;var z=n(28),I=n.n(z),V=n(75),R=n.n(V),N=n(58),U=n.n(N),D="undefined"!=typeof window,F=D&&window.navigator.userAgent.toLowerCase(),$=F&&/msie|trident/.test(F),W=F&&F.indexOf("msie 9.0")>0,H=F&&F.indexOf("edge/")>0,X=F&&F.indexOf("android")>0,J=F&&/iphone|ipad|ipod|ios/.test(F),q=F&&/arkweb|harmony/.test(F),G=F&&/chrome\/\d+/.test(F)&&!H,K=F&&/MicroMessenger/i.test(F),Y=F&&/wxwork/i.test(F),Z=F&&/mucxiaoyusan/i.test(F),Q=F&&/muckacabao/i.test(F),tt=F&&/mucyanxuan/i.test(F),et=Z||Q,nt=F&&/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(F),rt={isIE:$,isMobile:nt,isIE9:W,isEdge:H,isAndroid:X,isIOS:J,isHarmonyOS:q,isChrome:G,isWx:K,isWxWork:Y,isApp:et,isXysApp:Z,isKcbApp:Q,isYxApp:tt},it=/MucWebAutoTester/.test(window.navigator.userAgent)},40:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},408:function(t,e,n){"use strict";function r(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t.offsetWidth;if(e){var r=t.currentStyle||getComputedStyle(t);n+=parseInt(r.marginLeft||0)+parseInt(r.marginRight||0)}return n}function i(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t.offsetHeight;if(e){var r=t.currentStyle||getComputedStyle(t);n+=parseInt(r.marginTop||0)+parseInt(r.marginBottom||0)}return n}function o(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";if(!t)return[""];var e=t.match(/([\s\S]*)\((报错编号:\d+)\)\s*$/);return e?[e[1],e[2]]:[t]}var s=n(25),a=n(108),c=n(65),u=n(116),l=n(62),f=n(4);e.a={name:"ActGoldDialog",mixins:[s.a,c.a,u.a],data:function(){return{staticTitle:"",staticContent:null,staticClosable:void 0,staticConfirmButtonText:"",staticConfirmButtonColor:"",staticCancelButtonText:"",staticCancelButtonColor:"",staticShowConfirmButton:void 0,staticShowCancelButton:void 0,extInfo:null}},props:{title:{type:String,default:""},content:{type:String,default:""},buttonType:{type:String,default:"default"},showConfirmButton:{type:Boolean,default:!0},showCancelButton:{type:Boolean,default:!1},confirmButtonText:{type:String,default:"确认"},cancelButtonText:{type:String,default:"取消"},confirmButtonColor:{type:String,default:""},width:{type:String,default:""},cancelButtonColor:{type:String,default:""},closable:{type:Boolean,default:!0},beforeClose:{type:Function,default:null},type:{type:String,default:""},cofirmButtonStyle:{type:Object,default:function(){}},cancelButtonStyle:{type:Object,default:function(){}}},computed:{renderTitle:function(){return this.staticTitle||this.title},originRenderContent:function(){return o(this.staticContent||this.content)},renderContent:function(){return this.originRenderContent&&this.originRenderContent[0]},tips:function(){return this.originRenderContent&&this.originRenderContent[1]},renderConfirmButtonText:function(){return this.staticConfirmButtonText||this.confirmButtonText},renderConfirmButtonColor:function(){return this.staticConfirmButtonColor||this.confirmButtonColor},renderCancelButtonText:function(){return this.staticCancelButtonText||this.cancelButtonText},renderCancelButtonColor:function(){return this.staticCancelButtonColor||this.cancelButtonColor},renderShowConfirmButton:function(){return Object(f.B)(this.staticShowConfirmButton)?this.showConfirmButton:this.staticShowConfirmButton},renderShowCancelButton:function(){return Object(f.B)(this.staticShowCancelButton)?this.showCancelButton:this.staticShowCancelButton},renderClosable:function(){return Object(f.B)(this.staticClosable)?this.closable:this.staticClosable},boxStyle:function(){var t={};return this.width&&(t.width=this.width),this.extInfo&&(t.top=this.extInfo.top+"px",t.left=this.extInfo.left+"px",t.transform="translate(0,0)",t.webkitTransform="translate(0,0)"),t},crumbStyle:function(){var t={};return this.extInfo&&this.extInfo.crumb&&(t.top=this.extInfo.crumb.top+"px",t.left=this.extInfo.crumb.left+"px"),t},confirmStyle:function(){var t={};return this.renderConfirmButtonColor&&"sticky"===this.buttonType?t.color=this.renderConfirmButtonColor:this.renderConfirmButtonColor&&"default"===this.buttonType&&(t.backgroundColor=this.renderConfirmButtonColor,t.borderColor=this.renderConfirmButtonColor),t},cancelStyle:function(){var t={};return this.renderCancelButtonColor&&(t.color=this.renderCancelButtonColor),t}},methods:{setData:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.closable,i=(n.buttonType,n.showConfirmButton),o=n.showCancelButton,s=n.confirmButtonText,a=n.confirmButtonColor,c=n.cancelButtonText,u=n.cancelButtonColor;this.staticTitle=t,this.staticContent=e,this.staticClosable=r,this.staticShowConfirmButton=i,this.staticShowCancelButton=o,this.staticConfirmButtonText=s,this.staticConfirmButtonColor=a,this.staticCancelButtonText=c,this.staticCancelButtonColor=u},showFollow:function(t){var e=this,n={crumb:{}},o=t.clientY-t.offsetY,s=document.body.clientWidth,a=document.body.clientHeight,c=o+i(t.target,!1),u=r(t.target,!1),f=t.clientX-t.offsetX+u/2-10;n.top=c+18,n.left=0,n.crumb.top=c+6,n.crumb.left=f,n.crumb.rotate=!1,this.extInfo=n,this.show(),this.$nextTick(function(){n=Object(l.a)({},n);var t=r(e.$refs.dialog,!1),p=t-42,d=(s-p)/2;if(n.left=f<d?Math.max(f-10,0):f>s-d-34?Math.min(f+u+10-t,s-t):(s-t)/2,c>a/2){var h=i(e.$refs.dialog,!1);n.top=o-h-15,n.crumb.top=o-18,n.crumb.left=f,n.crumb.rotate=!0}e.extInfo=n})},vhtmlReplace:function(t){return(t+"").replace(/<([^>]*)>/g,"《《《$1》》》").replace(/</g,"<").replace(/>/g,">").replace(/《《《/g,"<").replace(/》》》/g,">")},confirm:function(t){this.handleAction("confirm",t)},cancel:function(t){this.handleAction("cancel",t)},handleAction:function(t,e){var n=this;this.beforeClose?this.beforeClose(t,function(r){!1!==r&&(n.hide(),n.$emit(t,e))}):(this.hide(),this.$emit(t,e))},maskClick:function(){this.maskClosable&&this.close()},close:function(t){this.handleAction("close",t)}},components:{ActPopup:a.a}}},41:function(t,e,n){var r=n(10),i=n(2).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},425:function(t,e,n){"use strict";function r(t){return c.enc.Base64.stringify(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function i(t){var e=t.replace(/-/g,"+").replace(/_/g,"/"),n=e.length%4;return n>0&&(e+="====".substr(n)),c.enc.Base64.parse(e)}function o(t,e,n){var i=c.enc.Utf8.parse(t),o=c.AES.encrypt(i,n,{iv:e}),s=o.ciphertext.toString();return r(c.enc.Hex.parse(s))}function s(t,e,n){var r=i(t),o=c.enc.Base64.stringify(r);return c.AES.decrypt(o,n,{iv:e}).toString(c.enc.Utf8).toString()}function a(t){return c.MD5(t).toString()}e.c=o,e.a=s,e.d=a;var c={enc:{}};c.AES=n(426),c.enc.Utf8=n(430),c.enc.Hex=n(431),c.enc.Base64=n(320),c.MD5=n(321),e.b=c},426:function(t,e,n){!function(r,i,o){t.exports=e=i(n(119),n(320),n(321),n(322),n(429))}(0,function(t){return function(){var e=t,n=e.lib,r=n.BlockCipher,i=e.algo,o=[],s=[],a=[],c=[],u=[],l=[],f=[],p=[],d=[],h=[];!function(){for(var t=[],e=0;e<256;e++)t[e]=e<128?e<<1:e<<1^283;for(var n=0,r=0,e=0;e<256;e++){var i=r^r<<1^r<<2^r<<3^r<<4;i=i>>>8^255&i^99,o[n]=i,s[i]=n;var v=t[n],g=t[v],m=t[g],y=257*t[i]^16843008*i;a[n]=y<<24|y>>>8,c[n]=y<<16|y>>>16,u[n]=y<<8|y>>>24,l[n]=y;var y=16843009*m^65537*g^257*v^16843008*n;f[i]=y<<24|y>>>8,p[i]=y<<16|y>>>16,d[i]=y<<8|y>>>24,h[i]=y,n?(n=v^t[t[t[m^v]]],r^=t[t[r]]):n=r=1}}();var v=[0,1,2,4,8,16,32,64,128,27,54],g=i.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var t=this._keyPriorReset=this._key,e=t.words,n=t.sigBytes/4,r=this._nRounds=n+6,i=4*(r+1),s=this._keySchedule=[],a=0;a<i;a++)if(a<n)s[a]=e[a];else{var c=s[a-1];a%n?n>6&&a%n==4&&(c=o[c>>>24]<<24|o[c>>>16&255]<<16|o[c>>>8&255]<<8|o[255&c]):(c=c<<8|c>>>24,c=o[c>>>24]<<24|o[c>>>16&255]<<16|o[c>>>8&255]<<8|o[255&c],c^=v[a/n|0]<<24),s[a]=s[a-n]^c}for(var u=this._invKeySchedule=[],l=0;l<i;l++){var a=i-l;if(l%4)var c=s[a];else var c=s[a-4];u[l]=l<4||a<=4?c:f[o[c>>>24]]^p[o[c>>>16&255]]^d[o[c>>>8&255]]^h[o[255&c]]}}},encryptBlock:function(t,e){this._doCryptBlock(t,e,this._keySchedule,a,c,u,l,o)},decryptBlock:function(t,e){var n=t[e+1];t[e+1]=t[e+3],t[e+3]=n,this._doCryptBlock(t,e,this._invKeySchedule,f,p,d,h,s);var n=t[e+1];t[e+1]=t[e+3],t[e+3]=n},_doCryptBlock:function(t,e,n,r,i,o,s,a){for(var c=this._nRounds,u=t[e]^n[0],l=t[e+1]^n[1],f=t[e+2]^n[2],p=t[e+3]^n[3],d=4,h=1;h<c;h++){var v=r[u>>>24]^i[l>>>16&255]^o[f>>>8&255]^s[255&p]^n[d++],g=r[l>>>24]^i[f>>>16&255]^o[p>>>8&255]^s[255&u]^n[d++],m=r[f>>>24]^i[p>>>16&255]^o[u>>>8&255]^s[255&l]^n[d++],y=r[p>>>24]^i[u>>>16&255]^o[l>>>8&255]^s[255&f]^n[d++];u=v,l=g,f=m,p=y}var v=(a[u>>>24]<<24|a[l>>>16&255]<<16|a[f>>>8&255]<<8|a[255&p])^n[d++],g=(a[l>>>24]<<24|a[f>>>16&255]<<16|a[p>>>8&255]<<8|a[255&u])^n[d++],m=(a[f>>>24]<<24|a[p>>>16&255]<<16|a[u>>>8&255]<<8|a[255&l])^n[d++],y=(a[p>>>24]<<24|a[u>>>16&255]<<16|a[l>>>8&255]<<8|a[255&f])^n[d++];t[e]=v,t[e+1]=g,t[e+2]=m,t[e+3]=y},keySize:8});e.AES=r._createHelper(g)}(),t.AES})},427:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return function(){var e=t,n=e.lib,r=n.WordArray,i=n.Hasher,o=e.algo,s=[],a=o.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,e){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],c=n[4],u=0;u<80;u++){if(u<16)s[u]=0|t[e+u];else{var l=s[u-3]^s[u-8]^s[u-14]^s[u-16];s[u]=l<<1|l>>>31}var f=(r<<5|r>>>27)+c+s[u];f+=u<20?1518500249+(i&o|~i&a):u<40?1859775393+(i^o^a):u<60?(i&o|i&a|o&a)-1894007588:(i^o^a)-899497514,c=a,a=o,o=i<<30|i>>>2,i=r,r=f}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+a|0,n[4]=n[4]+c|0},_doFinalize:function(){var t=this._data,e=t.words,n=8*this._nDataBytes,r=8*t.sigBytes;return e[r>>>5]|=128<<24-r%32,e[14+(r+64>>>9<<4)]=Math.floor(n/4294967296),e[15+(r+64>>>9<<4)]=n,t.sigBytes=4*e.length,this._process(),this._hash},clone:function(){var t=i.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA1=i._createHelper(a),e.HmacSHA1=i._createHmacHelper(a)}(),t.SHA1})},428:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){!function(){var e=t,n=e.lib,r=n.Base,i=e.enc,o=i.Utf8,s=e.algo;s.HMAC=r.extend({init:function(t,e){t=this._hasher=new t.init,"string"==typeof e&&(e=o.parse(e));var n=t.blockSize,r=4*n;e.sigBytes>r&&(e=t.finalize(e)),e.clamp();for(var i=this._oKey=e.clone(),s=this._iKey=e.clone(),a=i.words,c=s.words,u=0;u<n;u++)a[u]^=1549556828,c[u]^=909522486;i.sigBytes=s.sigBytes=r,this.reset()},reset:function(){var t=this._hasher;t.reset(),t.update(this._iKey)},update:function(t){return this._hasher.update(t),this},finalize:function(t){var e=this._hasher,n=e.finalize(t);return e.reset(),e.finalize(this._oKey.clone().concat(n))}})}()})},429:function(t,e,n){!function(r,i,o){t.exports=e=i(n(119),n(322))}(0,function(t){t.lib.Cipher||function(e){var n=t,r=n.lib,i=r.Base,o=r.WordArray,s=r.BufferedBlockAlgorithm,a=n.enc,c=(a.Utf8,a.Base64),u=n.algo,l=u.EvpKDF,f=r.Cipher=s.extend({cfg:i.extend(),createEncryptor:function(t,e){return this.create(this._ENC_XFORM_MODE,t,e)},createDecryptor:function(t,e){return this.create(this._DEC_XFORM_MODE,t,e)},init:function(t,e,n){this.cfg=this.cfg.extend(n),this._xformMode=t,this._key=e,this.reset()},reset:function(){s.reset.call(this),this._doReset()},process:function(t){return this._append(t),this._process()},finalize:function(t){return t&&this._append(t),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function t(t){return"string"==typeof t?_:w}return function(e){return{encrypt:function(n,r,i){return t(r).encrypt(e,n,r,i)},decrypt:function(n,r,i){return t(r).decrypt(e,n,r,i)}}}}()}),p=(r.StreamCipher=f.extend({_doFinalize:function(){return this._process(!0)},blockSize:1}),n.mode={}),d=r.BlockCipherMode=i.extend({createEncryptor:function(t,e){return this.Encryptor.create(t,e)},createDecryptor:function(t,e){return this.Decryptor.create(t,e)},init:function(t,e){this._cipher=t,this._iv=e}}),h=p.CBC=function(){function t(t,n,r){var i=this._iv;if(i){var o=i;this._iv=e}else var o=this._prevBlock;for(var s=0;s<r;s++)t[n+s]^=o[s]}var n=d.extend();return n.Encryptor=n.extend({processBlock:function(e,n){var r=this._cipher,i=r.blockSize;t.call(this,e,n,i),r.encryptBlock(e,n),this._prevBlock=e.slice(n,n+i)}}),n.Decryptor=n.extend({processBlock:function(e,n){var r=this._cipher,i=r.blockSize,o=e.slice(n,n+i);r.decryptBlock(e,n),t.call(this,e,n,i),this._prevBlock=o}}),n}(),v=n.pad={},g=v.Pkcs7={pad:function(t,e){for(var n=4*e,r=n-t.sigBytes%n,i=r<<24|r<<16|r<<8|r,s=[],a=0;a<r;a+=4)s.push(i);var c=o.create(s,r);t.concat(c)},unpad:function(t){var e=255&t.words[t.sigBytes-1>>>2];t.sigBytes-=e}},m=(r.BlockCipher=f.extend({cfg:f.cfg.extend({mode:h,padding:g}),reset:function(){f.reset.call(this);var t=this.cfg,e=t.iv,n=t.mode;if(this._xformMode==this._ENC_XFORM_MODE)var r=n.createEncryptor;else{var r=n.createDecryptor;this._minBufferSize=1}this._mode&&this._mode.__creator==r?this._mode.init(this,e&&e.words):(this._mode=r.call(n,this,e&&e.words),this._mode.__creator=r)},_doProcessBlock:function(t,e){this._mode.processBlock(t,e)},_doFinalize:function(){var t=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){t.pad(this._data,this.blockSize);var e=this._process(!0)}else{var e=this._process(!0);t.unpad(e)}return e},blockSize:4}),r.CipherParams=i.extend({init:function(t){this.mixIn(t)},toString:function(t){return(t||this.formatter).stringify(this)}})),y=n.format={},b=y.OpenSSL={stringify:function(t){var e=t.ciphertext,n=t.salt;if(n)var r=o.create([1398893684,1701076831]).concat(n).concat(e);else var r=e;return r.toString(c)},parse:function(t){var e=c.parse(t),n=e.words;if(1398893684==n[0]&&1701076831==n[1]){var r=o.create(n.slice(2,4));n.splice(0,4),e.sigBytes-=16}return m.create({ciphertext:e,salt:r})}},w=r.SerializableCipher=i.extend({cfg:i.extend({format:b}),encrypt:function(t,e,n,r){r=this.cfg.extend(r);var i=t.createEncryptor(n,r),o=i.finalize(e),s=i.cfg;return m.create({ciphertext:o,key:n,iv:s.iv,algorithm:t,mode:s.mode,padding:s.padding,blockSize:t.blockSize,formatter:r.format})},decrypt:function(t,e,n,r){return r=this.cfg.extend(r),e=this._parse(e,r.format),t.createDecryptor(n,r).finalize(e.ciphertext)},_parse:function(t,e){return"string"==typeof t?e.parse(t,this):t}}),x=n.kdf={},C=x.OpenSSL={execute:function(t,e,n,r){r||(r=o.random(8));var i=l.create({keySize:e+n}).compute(t,r),s=o.create(i.words.slice(e),4*n);return i.sigBytes=4*e,m.create({key:i,iv:s,salt:r})}},_=r.PasswordBasedCipher=w.extend({cfg:w.cfg.extend({kdf:C}),encrypt:function(t,e,n,r){r=this.cfg.extend(r);var i=r.kdf.execute(n,t.keySize,t.ivSize);r.iv=i.iv;var o=w.encrypt.call(this,t,e,i.key,r);return o.mixIn(i),o},decrypt:function(t,e,n,r){r=this.cfg.extend(r),e=this._parse(e,r.format);var i=r.kdf.execute(n,t.keySize,t.ivSize,e.salt);return r.iv=i.iv,w.decrypt.call(this,t,e,i.key,r)}})}()})},430:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return t.enc.Utf8})},431:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return t.enc.Hex})},45:function(t,e,n){"use strict";var r=n(16),i=n(13),o=n(49),s=n(7),a=n(20),c=n(67),u=n(27),l=n(71),f=n(3)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,e,n,h,v,g,m){c(n,e,h);var y,b,w,x=function(t){if(!p&&t in k)return k[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},C=e+" Iterator",_="values"==v,S=!1,k=t.prototype,j=k[f]||k["@@iterator"]||v&&k[v],O=j||x(v),B=v?_?x("entries"):O:void 0,A="Array"==e?k.entries||j:j;if(A&&(w=l(A.call(new t)))!==Object.prototype&&w.next&&(u(w,C,!0),r||"function"==typeof w[f]||s(w,f,d)),_&&j&&"values"!==j.name&&(S=!0,O=function(){return j.call(this)}),r&&!m||!p&&!S&&k[f]||s(k,f,O),a[e]=O,a[C]=d,v)if(y={values:_?O:x("values"),keys:g?O:x("keys"),entries:B},m)for(b in y)b in k||o(k,b,y[b]);else i(i.P+i.F*(p||S),e,y);return y}},46:function(t,e,n){var r=n(9),i=n(68),o=n(33),s=n(31)("IE_PROTO"),a=function(){},c=function(){var t,e=n(41)("iframe"),r=o.length;for(e.style.display="none",n(60).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;r--;)delete c.prototype[o[r]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(a.prototype=r(t),n=new a,a.prototype=null,n[s]=t):n=c(),void 0===e?n:i(n,e)}},47:function(t,e,n){var r=n(26);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},48:function(t,e,n){t.exports=!n(5)&&!n(12)(function(){return 7!=Object.defineProperty(n(41)("div"),"a",{get:function(){return 7}}).a})},49:function(t,e,n){t.exports=n(7)},5:function(t,e,n){t.exports=!n(12)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},50:function(t,e,n){var r=n(6),i=n(11),o=n(69)(!1),s=n(31)("IE_PROTO");t.exports=function(t,e){var n,a=i(t),c=0,u=[];for(n in a)n!=s&&r(a,n)&&u.push(n);for(;e.length>c;)r(a,n=e[c++])&&(~o(u,n)||u.push(n));return u}},51:function(t,e,n){var r=n(50),i=n(33).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},52:function(t,e,n){"use strict";var r=n(66)(!0);n(45)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})})},53:function(t,e,n){var r=n(11),i=n(51).f,o={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return i(t)}catch(t){return s.slice()}};t.exports.f=function(t){return s&&"[object Window]"==o.call(t)?a(t):i(r(t))}},54:function(t,e,n){n(72);for(var r=n(2),i=n(7),o=n(20),s=n(3)("toStringTag"),a="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),c=0;c<a.length;c++){var u=a[c],l=r[u],f=l&&l.prototype;f&&!f[s]&&i(f,s,u),o[u]=o.Array}},55:function(t,e,n){"use strict";var r=n(2),i=n(6),o=n(5),s=n(13),a=n(49),c=n(76).KEY,u=n(12),l=n(32),f=n(27),p=n(22),d=n(3),h=n(36),v=n(37),g=n(82),m=n(77),y=n(9),b=n(10),w=n(23),x=n(11),C=n(34),_=n(21),S=n(46),k=n(53),j=n(83),O=n(35),B=n(8),A=n(14),T=j.f,E=B.f,P=k.f,M=r.Symbol,L=r.JSON,z=L&&L.stringify,I=d("_hidden"),V=d("toPrimitive"),R={}.propertyIsEnumerable,N=l("symbol-registry"),U=l("symbols"),D=l("op-symbols"),F=Object.prototype,$="function"==typeof M&&!!O.f,W=r.QObject,H=!W||!W.prototype||!W.prototype.findChild,X=o&&u(function(){return 7!=S(E({},"a",{get:function(){return E(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=T(F,e);r&&delete F[e],E(t,e,n),r&&t!==F&&E(F,e,r)}:E,J=function(t){var e=U[t]=S(M.prototype);return e._k=t,e},q=$&&"symbol"==typeof M.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof M},G=function(t,e,n){return t===F&&G(D,e,n),y(t),e=C(e,!0),y(n),i(U,e)?(n.enumerable?(i(t,I)&&t[I][e]&&(t[I][e]=!1),n=S(n,{enumerable:_(0,!1)})):(i(t,I)||E(t,I,_(1,{})),t[I][e]=!0),X(t,e,n)):E(t,e,n)},K=function(t,e){y(t);for(var n,r=g(e=x(e)),i=0,o=r.length;o>i;)G(t,n=r[i++],e[n]);return t},Y=function(t,e){return void 0===e?S(t):K(S(t),e)},Z=function(t){var e=R.call(this,t=C(t,!0));return!(this===F&&i(U,t)&&!i(D,t))&&(!(e||!i(this,t)||!i(U,t)||i(this,I)&&this[I][t])||e)},Q=function(t,e){if(t=x(t),e=C(e,!0),t!==F||!i(U,e)||i(D,e)){var n=T(t,e);return!n||!i(U,e)||i(t,I)&&t[I][e]||(n.enumerable=!0),n}},tt=function(t){for(var e,n=P(x(t)),r=[],o=0;n.length>o;)i(U,e=n[o++])||e==I||e==c||r.push(e);return r},et=function(t){for(var e,n=t===F,r=P(n?D:x(t)),o=[],s=0;r.length>s;)!i(U,e=r[s++])||n&&!i(F,e)||o.push(U[e]);return o};$||(M=function(){if(this instanceof M)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),e=function(n){this===F&&e.call(D,n),i(this,I)&&i(this[I],t)&&(this[I][t]=!1),X(this,t,_(1,n))};return o&&H&&X(F,t,{configurable:!0,set:e}),J(t)},a(M.prototype,"toString",function(){return this._k}),j.f=Q,B.f=G,n(51).f=k.f=tt,n(24).f=Z,O.f=et,o&&!n(16)&&a(F,"propertyIsEnumerable",Z,!0),h.f=function(t){return J(d(t))}),s(s.G+s.W+s.F*!$,{Symbol:M});for(var nt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),rt=0;nt.length>rt;)d(nt[rt++]);for(var it=A(d.store),ot=0;it.length>ot;)v(it[ot++]);s(s.S+s.F*!$,"Symbol",{for:function(t){return i(N,t+="")?N[t]:N[t]=M(t)},keyFor:function(t){if(!q(t))throw TypeError(t+" is not a symbol!");for(var e in N)if(N[e]===t)return e},useSetter:function(){H=!0},useSimple:function(){H=!1}}),s(s.S+s.F*!$,"Object",{create:Y,defineProperty:G,defineProperties:K,getOwnPropertyDescriptor:Q,getOwnPropertyNames:tt,getOwnPropertySymbols:et});var st=u(function(){O.f(1)});s(s.S+s.F*st,"Object",{getOwnPropertySymbols:function(t){return O.f(w(t))}}),L&&s(s.S+s.F*(!$||u(function(){var t=M();return"[null]"!=z([t])||"{}"!=z({a:t})||"{}"!=z(Object(t))})),"JSON",{stringify:function(t){for(var e,n,r=[t],i=1;arguments.length>i;)r.push(arguments[i++]);if(n=e=r[1],(b(e)||void 0!==t)&&!q(t))return m(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!q(e))return e}),r[1]=e,z.apply(L,r)}}),M.prototype[V]||n(7)(M.prototype,V,M.prototype.valueOf),f(M,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},56:function(t,e,n){t.exports={default:n(139),__esModule:!0}},57:function(t,e,n){var r=n(13),i=n(0),o=n(12);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],s={};s[t]=e(n),r(r.S+r.F*o(function(){n(1)}),"Object",s)}},58:function(t,e,n){t.exports={default:n(78),__esModule:!0}},59:function(t,e,n){var r=n(30),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},6:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},60:function(t,e,n){var r=n(2).document;t.exports=r&&r.documentElement},61:function(t,e){},62:function(t,e,n){"use strict";function r(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}var i=n(74),o=n.n(i),s=n(92),a=n.n(s),c=n(28),u=n.n(c),l=n(95),f=n.n(l),p=f.a,d=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,v=function(){try{if(!u.a)return!1;var t=new String("abc");if(t[5]="de","5"===a()(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==a()(e).map(function(t){return e[t]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(t){r[t]=t}),"abcdefghijklmnopqrst"===o()(u()({},r)).join("")}catch(t){return!1}}()?u.a:function(t,e){for(var n,i,o=r(t),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var a in n)d.call(n,a)&&(o[a]=n[a]);if(p){i=p(n);for(var c=0;c<i.length;c++)h.call(n,i[c])&&(o[i[c]]=n[i[c]])}}return o};e.a=v},625:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),i=n(626);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createJigsaw=Object(r.a)(i.a,t)},e.default=i.a},626:function(t,e,n){"use strict";function r(t){a||n(627)}var i=n(398),o=n(628),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-6ac6a5a2",null);u.options.__file="src\\components\\Jigsaw\\src\\index.vue",e.a=u.exports},627:function(t,e){},628:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-jigsaw"},[n("div",{ref:"jigsawImg",staticClass:"act-jigsaw-img"},[n("div",{staticClass:"img-bg"},["picture"===t.status?n("img",{staticClass:"slider-img",attrs:{src:t.bgImgUrl}}):t._e(),t._v(" "),"picture"===t.status?n("div",{staticClass:"slider-piece",class:{smooth:t.smooth},style:{width:t.pieceWidth+"px",top:t.pieceY+"px",transform:"translateX("+t.pieceX+"px)"}},[n("img",{class:{shake:t.shake},attrs:{src:t.frontImgUrl},on:{mousedown:function(e){return t.mousedown(e,1)},touchstart:t.touchstart,touchmove:t.touchmove,touchend:function(e){return t.touchend(e,1)}}})]):t._e(),t._v(" "),"loading"===t.status?n("div",{staticClass:"img-loading"},[n("act-loading",{directives:[{name:"show",rawName:"v-show",value:!0,expression:"true"}],attrs:{type:"cir3",color:"#999"}})],1):t._e(),t._v(" "),"error"===t.status?n("div",{staticClass:"img-error",on:{click:function(e){return t.reset(!0)}}},[n("p",[t._v("图片加载失败,请点击刷新")]),t._v(" "),n("img",{staticClass:"icon-refresh",attrs:{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAflBMVEUAAACzs7Ozs7Ozs7O0tLSzs7O0tLS0tLSzs7Ozs7O0tLSzs7Ozs7Ozs7Ozs7Ozs7O0tLSzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0tLS1tbWvr6+0tLSzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0tLS0tLSzs7O0tLS0tLSysrKysrKzs7OviM2hAAAAKXRSTlMA7fqzBvMjA8+poGGTT+fAZeHKmoRxa1Y9GhMM2NPEjVxDM3geHKR8RX/2SbEAAAFsSURBVDjLjZTpcoIwEIATIOUIILccgojnvv8Ldneg1GKY7vdDQ+Zzr3ERf3Drp91LJdNDrhuxy1co4Y2DdozaPYAtqXbXIKuXKCCkXVRjcs2zJeoiPO1Fcx50bQX1GqJNPLpSEZWewyJ2B7oMNvVHJ/qxFp2Noed4AyWNxBbnTGZJZQyCoDa8mzAwWjCT0ZMmrxVGjovZ47nB6cV3YSZSs3jCc47flx2v+kmd4ijxHOx42Mwq0oNlTuz4sCKFG+8GvASZ+hUn/KzFLrdXmR8kJhVXtF3xD22dCKzDFhx6gIIlYv6EJeIUjyxRochNrVmix2yGP54SB+5wxGn+kzFIAXyWWABYXxyxsbghQ6wy4ohtjI2zkh9pyxpu8pMxZuT53fsW2TuvFIqQiK0J/ibopYePhXJDurMer3V9unGgKzV+dCSBUPa50roMBwsIbzJMKbRggywd8w4X8bvmVZ3Yw52uvhcrGWdBtensGxQBNRSqRdcZAAAAAElFTkSuQmCC",alt:""}})]):t._e()])]),t._v(" "),n("div",{staticClass:"act-jigsaw-track"},[n("div",{staticClass:"bar"}),t._v(" "),n("div",{ref:"trackWrap",staticClass:"track-wrap",class:{smooth:t.smooth},style:{transform:"translateX("+t.trackX+"px)"}},[n("div",{staticClass:"slider-track",class:{shake:t.shake},style:{backgroundColor:t.brandColor},on:{mousedown:function(e){return t.mousedown(e,2)},touchstart:t.touchstart,touchmove:t.touchmove,touchend:function(e){return t.touchend(e,2)}}},[t._m(0)])])])])},i=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"track"},[n("i",{staticClass:"line"}),t._v(" "),n("i",{staticClass:"line"}),t._v(" "),n("i",{staticClass:"line"})])}];r._withStripped=!0},63:function(t,e,n){"use strict";function r(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=i(e),this.reject=i(n)}var i=n(40);t.exports.f=function(t){return new r(t)}},634:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),i=n(635);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createGoldDialog=Object(r.a)(i.a,t)},e.default=i.a},635:function(t,e,n){"use strict";function r(t){a||n(636)}var i=n(408),o=n(637),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-1703e254",null);u.options.__file="src\\components\\GoldDialog\\src\\index.vue",e.a=u.exports},636:function(t,e){},637:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("act-popup",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],attrs:{mask:!0,zIndex:t.zIndex,type:t.type},on:{touchmove:function(t){t.preventDefault()},"mask-click":t.maskClick},scopedSlots:t._u([{key:"mask",fn:function(){return[t.extInfo&&t.extInfo.crumb?n("div",{staticClass:"act-gold-dialog-crumb",class:{"crumb-rotate":t.extInfo.crumb.rotate},style:t.crumbStyle}):t._e(),t._v(" "),n("div",{ref:"dialog",staticClass:"gold-dialog",style:t.boxStyle,on:{click:function(t){t.stopPropagation()}}},[t.renderClosable?n("span",{staticClass:"gold-dialog-close",on:{click:function(e){return e.stopPropagation(),t.close(e)}}},[n("i")]):t._e(),t._v(" "),t.renderTitle?n("div",{staticClass:"gold-dialog-title",class:{"align-left":t.extInfo}},[t._v("\n "+t._s(t.renderTitle)+"\n ")]):t._e(),t._v(" "),n("div",{class:["gold-dialog-content",{"no-title":!t.renderTitle}],on:{touchmove:function(t){t.stopPropagation()}}},[t.$slots.default?t._t("default"):n("div",{staticClass:"gold-dialog-text"},[n("div",{domProps:{innerHTML:t._s(t.vhtmlReplace(t.renderContent))}}),t._v(" "),t.tips?n("div",{staticClass:"gold-dialog-tips"},[t._v("\n "+t._s(t.tips)+"\n ")]):t._e()])],2),t._v(" "),n("div",{class:["gold-dialog-btn","gold-btn-"+t.buttonType]},[t.renderShowCancelButton?n("a",{staticClass:"gold-dialog-item gold-dialog-cancel",style:Object.assign({},t.cancelButtonStyle,t.cancelStyle),on:{click:t.cancel}},[t._v("\n "+t._s(t.renderCancelButtonText)+"\n ")]):t._e(),t._v(" "),t.renderShowConfirmButton?n("a",{staticClass:"gold-dialog-item gold-dialog-confirm",style:Object.assign({},t.cofirmButtonStyle,t.confirmStyle),on:{click:t.confirm}},[t._v("\n "+t._s(t.renderConfirmButtonText)+"\n ")]):t._e()])])]},proxy:!0}],null,!0)})},i=[];r._withStripped=!0},64:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},65:function(t,e,n){"use strict";e.a={props:{zIndex:{type:Number,default:100},maskClosable:{type:Boolean,default:!1}}}},66:function(t,e,n){var r=n(30),i=n(29);t.exports=function(t){return function(e,n){var o,s,a=String(i(e)),c=r(n),u=a.length;return c<0||c>=u?t?"":void 0:(o=a.charCodeAt(c),o<55296||o>56319||c+1===u||(s=a.charCodeAt(c+1))<56320||s>57343?t?a.charAt(c):o:t?a.slice(c,c+2):s-56320+(o-55296<<10)+65536)}}},67:function(t,e,n){"use strict";var r=n(46),i=n(21),o=n(27),s={};n(7)(s,n(3)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(s,{next:i(1,n)}),o(t,e+" Iterator")}},68:function(t,e,n){var r=n(8),i=n(9),o=n(14);t.exports=n(5)?Object.defineProperties:function(t,e){i(t);for(var n,s=o(e),a=s.length,c=0;a>c;)r.f(t,n=s[c++],e[n]);return t}},69:function(t,e,n){var r=n(11),i=n(59),o=n(70);t.exports=function(t){return function(e,n,s){var a,c=r(e),u=i(c.length),l=o(s,u);if(t&&n!=n){for(;u>l;)if((a=c[l++])!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},7:function(t,e,n){var r=n(8),i=n(21);t.exports=n(5)?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},70:function(t,e,n){var r=n(30),i=Math.max,o=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):o(t,e)}},71:function(t,e,n){var r=n(6),i=n(23),o=n(31)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},72:function(t,e,n){"use strict";var r=n(73),i=n(64),o=n(20),s=n(11);t.exports=n(45)(Array,"Array",function(t,e){this._t=s(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,i(1)):"keys"==e?i(0,n):"values"==e?i(0,t[n]):i(0,[n,t[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},73:function(t,e){t.exports=function(){}},74:function(t,e,n){t.exports={default:n(90),__esModule:!0}},75:function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var i=n(84),o=r(i),s=n(86),a=r(s),c="function"==typeof a.default&&"symbol"==typeof o.default?function(t){return typeof t}:function(t){return t&&"function"==typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":typeof t};e.default="function"==typeof a.default&&"symbol"===c(o.default)?function(t){return void 0===t?"undefined":c(t)}:function(t){return t&&"function"==typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":void 0===t?"undefined":c(t)}},76:function(t,e,n){var r=n(22)("meta"),i=n(10),o=n(6),s=n(8).f,a=0,c=Object.isExtensible||function(){return!0},u=!n(12)(function(){return c(Object.preventExtensions({}))}),l=function(t){s(t,r,{value:{i:"O"+ ++a,w:{}}})},f=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,r)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[r].i},p=function(t,e){if(!o(t,r)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[r].w},d=function(t){return u&&h.NEED&&c(t)&&!o(t,r)&&l(t),t},h=t.exports={KEY:r,NEED:!1,fastKey:f,getWeak:p,onFreeze:d}},77:function(t,e,n){var r=n(26);t.exports=Array.isArray||function(t){return"Array"==r(t)}},78:function(t,e,n){var r=n(0),i=r.JSON||(r.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},79:function(t,e,n){n(80),t.exports=n(0).Object.assign},8:function(t,e,n){var r=n(9),i=n(48),o=n(34),s=Object.defineProperty;e.f=n(5)?Object.defineProperty:function(t,e,n){if(r(t),e=o(e,!0),r(n),i)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},80:function(t,e,n){var r=n(13);r(r.S+r.F,"Object",{assign:n(81)})},81:function(t,e,n){"use strict";var r=n(5),i=n(14),o=n(35),s=n(24),a=n(23),c=n(47),u=Object.assign;t.exports=!u||n(12)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=u({},t)[n]||Object.keys(u({},e)).join("")!=r})?function(t,e){for(var n=a(t),u=arguments.length,l=1,f=o.f,p=s.f;u>l;)for(var d,h=c(arguments[l++]),v=f?i(h).concat(f(h)):i(h),g=v.length,m=0;g>m;)d=v[m++],r&&!p.call(h,d)||(n[d]=h[d]);return n}:u},82:function(t,e,n){var r=n(14),i=n(35),o=n(24);t.exports=function(t){var e=r(t),n=i.f;if(n)for(var s,a=n(t),c=o.f,u=0;a.length>u;)c.call(t,s=a[u++])&&e.push(s);return e}},83:function(t,e,n){var r=n(24),i=n(21),o=n(11),s=n(34),a=n(6),c=n(48),u=Object.getOwnPropertyDescriptor;e.f=n(5)?u:function(t,e){if(t=o(t),e=s(e,!0),c)try{return u(t,e)}catch(t){}if(a(t,e))return i(!r.f.call(t,e),t[e])}},84:function(t,e,n){t.exports={default:n(85),__esModule:!0}},85:function(t,e,n){n(52),n(54),t.exports=n(36).f("iterator")},86:function(t,e,n){t.exports={default:n(87),__esModule:!0}},87:function(t,e,n){n(55),n(61),n(88),n(89),t.exports=n(0).Symbol},88:function(t,e,n){n(37)("asyncIterator")},89:function(t,e,n){n(37)("observable")},9:function(t,e,n){var r=n(10);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},90:function(t,e,n){n(91),t.exports=n(0).Object.keys},91:function(t,e,n){var r=n(23),i=n(14);n(57)("keys",function(){return function(t){return i(r(t))}})},92:function(t,e,n){t.exports={default:n(93),__esModule:!0}},93:function(t,e,n){n(94);var r=n(0).Object;t.exports=function(t){return r.getOwnPropertyNames(t)}},94:function(t,e,n){n(57)("getOwnPropertyNames",function(){return n(53).f})},95:function(t,e,n){t.exports={default:n(96),__esModule:!0}},96:function(t,e,n){n(55),t.exports=n(0).Object.getOwnPropertySymbols},98:function(t,e,n){"use strict";function r(t){var e={},n={},r={};for(var c in t)if(t.hasOwnProperty(c))if(-1!==a.indexOf(c))e[c]=t[c];else if(s.test(c)){var u=s.exec(c)[1];u=Object(o.a)(u),r[u]=t[c]}else n[c]=t[c];return e.on=Object(i.a)(r,e.on),e.props=Object(i.a)(n,e.props),e}e.a=r;var i=n(62),o=n(99),s=new RegExp(/^on(.+)/),a=["class","style","attrs","props","domProps","on","nativeOn","directives","scopedSlots","slot","key","ref","refInFor"]},99:function(t,e,n){"use strict";function r(t,e){var n=c(t,e);return n.charAt(0).toLowerCase()+n.slice(1)}e.a=r;var i=n(28),o=n.n(i),s=n(4),a=function(t){for(var e=!1,n=!1,r=!1,i=0;i<t.length;i++){var o=t[i];e&&/[a-zA-Z]/.test(o)&&o.toUpperCase()===o?(t=t.slice(0,i)+"-"+t.slice(i),e=!1,r=n,n=!0,i++):n&&r&&/[a-zA-Z]/.test(o)&&o.toLowerCase()===o?(t=t.slice(0,i-1)+"-"+t.slice(i-1),r=n,n=!1,e=!0):(e=o.toLowerCase()===o&&o.toUpperCase()!==o,r=n,n=o.toUpperCase()===o&&o.toLowerCase()!==o)}return t},c=function(t,e){if("string"!=typeof t&&!Object(s.o)(t))throw new TypeError("Expected the input to be `string | string[]`");e=o()({pascalCase:!1},e);return t=Array.isArray(t)?t.map(function(t){return t.trim()}).filter(function(t){return t.length}).join("-"):t.trim(),0===t.length?"":1===t.length?e.pascalCase?t.toUpperCase():t.toLowerCase():(t!==t.toLowerCase()&&(t=a(t)),t=t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(t,e){return e.toUpperCase()}).replace(/\d+(\w|$)/g,function(t){return t.toUpperCase()}),function(t){return e.pascalCase?t.charAt(0).toUpperCase()+t.slice(1):t}(t))}}})});
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.Login=e():t.Login=e()}("undefined"!=typeof self?self:this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="../lib",e(e.s=1740)}({0:function(t,e){var n=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},1:function(t,e,n){"use strict";function r(t,e,n,r,i,o,s,a){t=t||{};var c=typeof t.default;"object"!==c&&"function"!==c||(t=t.default);var u="function"==typeof t?t.options:t;e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId=o);var l;if(s?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(s)},u._ssrRegister=l):i&&(l=a?function(){i.call(this,this.$root.$options.shadowRoot)}:i),l)if(u.functional){u._injectStyles=l;var f=u.render;u.render=function(t,e){return l.call(e),f(t,e)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,l):[l]}return{exports:t,options:u}}e.a=r},10:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},100:function(t,e,n){"use strict";function r(t,e,n,r){var o=void 0,s=void 0,a=new t({render:function(t){var n=s&&s(t);return n&&!Object(i.o)(n)&&(n=[n]),t(e,o,n||[])},methods:{init:function(){document.body.appendChild(this.$el)},destroy:function(){this.$destroy(),document.body.removeChild(this.$el)}}});return a.updateRenderData=function(t,e){o=t,s=e},a.updateRenderData(n,r),a.$mount(),a.init(),a.$children[0]}e.a=r;var i=n(4)},1005:function(t,e,n){"use strict";var r=n(4);e.a={name:"ActGoldProtocol",data:function(){return{protocolChecked:this.checkState}},props:{text:{type:String,default:"本人已阅读并同意"},tips:{type:String,default:""},protocols:{type:Array,default:function(){return[]}},checkState:{type:Boolean,default:!0},showCheckBox:{type:Boolean,default:!0},textColor:{type:String,default:"#666"},textFontSize:{type:[Number,String],default:13},openInWindow:{type:Boolean,default:!1},brandColor:{type:String,default:"#8c7fee"},zIndex:{type:[String,Number],default:999},disableChecked:{type:Boolean,default:!1}},computed:{fontSize:function(){return Object(r.f)(this.textFontSize)}},methods:{getCheckBoxState:function(){return!!this.protocolChecked},onClick:function(t){var e=this,n=!1;if((n=t.openInWindow?t.openInWindow:!1!==t.openInWindow&&this.openInWindow)&&t.data){if(Object(r.o)(t.data)&&1===t.data.length&&t.data[0].src)return this.openUrl(t.data[0].src);if(!Object(r.o)(t.data)&&t.data.src)return this.openUrl(t.data.src)}this.docPop&&this.docPop.remove(),this.docPop=this.$createDocPop({zIndex:this.zIndex,title:t.title,docData:this.docData(t),brandColor:this.brandColor,openInWindow:n},function(t){return[t("template",{slot:"content"},[e.$slots.content])]}).show()},docData:function(t){return Object(r.o)(t.data)?t.data:[t.data]},protocolToggle:function(){this.disableChecked||(this.protocolChecked=!this.protocolChecked,this.$emit("toggle",this.protocolChecked))},openUrl:function(t){r.G.isMobile||r.G.isWx?location.href=t:window.open(t,"_blank")}},watch:{checkState:function(t){this.protocolChecked=t}}}},101:function(t,e,n){var r=n(26),i=n(3)("toStringTag"),o="Arguments"==r(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,a;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),i))?n:o?r(e):"Object"==(a=r(e))&&"function"==typeof e.callee?"Arguments":a}},102:function(t,e,n){"use strict";var r=n(25),i=n(65);e.a={name:"ActPopup",mixins:[r.a,i.a],props:{type:{type:String,default:""},mask:{type:Boolean,default:!0},content:{type:String,default:""},center:{type:Boolean,default:!0},opacity:{type:[Number,String],default:.7},pointerEvent:{type:String,default:""},zIndex:{type:[String,Number],default:"999"},topBorderRadius:{type:Boolean,default:!1}},computed:{typeClass:function(){return this.type?"act-"+this.type:""},maskBgColor:function(){return"rgba(0, 0, 0, "+this.opacity+")"}},methods:{maskClick:function(t){this.$emit("mask-click",t)}}}},106:function(t,e,n){"use strict";e.__esModule=!0;var r=n(28),i=function(t){return t&&t.__esModule?t:{default:t}}(r);e.default=i.default||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}},108:function(t,e,n){"use strict";function r(t){a||n(130)}var i=n(102),o=n(131),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,null,null);u.options.__file="src\\components\\common\\popup.vue",e.a=u.exports},109:function(t,e,n){var r=n(9),i=n(40),o=n(3)("species");t.exports=function(t,e){var n,s=r(t).constructor;return void 0===s||void 0==(n=r(s)[o])?e:i(n)}},11:function(t,e,n){var r=n(47),i=n(29);t.exports=function(t){return r(i(t))}},110:function(t,e,n){var r,i,o,s=n(38),a=n(141),c=n(60),u=n(41),l=n(2),f=l.process,p=l.setImmediate,d=l.clearImmediate,h=l.MessageChannel,v=l.Dispatch,g=0,m={},y=function(){var t=+this;if(m.hasOwnProperty(t)){var e=m[t];delete m[t],e()}},b=function(t){y.call(t.data)};p&&d||(p=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return m[++g]=function(){a("function"==typeof t?t:Function(t),e)},r(g),g},d=function(t){delete m[t]},"process"==n(26)(f)?r=function(t){f.nextTick(s(y,t,1))}:v&&v.now?r=function(t){v.now(s(y,t,1))}:h?(i=new h,o=i.port2,i.port1.onmessage=b,r=s(o.postMessage,o,1)):l.addEventListener&&"function"==typeof postMessage&&!l.importScripts?(r=function(t){l.postMessage(t+"","*")},l.addEventListener("message",b,!1)):r="onreadystatechange"in u("script")?function(t){c.appendChild(u("script")).onreadystatechange=function(){c.removeChild(this),y.call(t)}}:function(t){setTimeout(s(y,t,1),0)}),t.exports={set:p,clear:d}},111:function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},112:function(t,e,n){var r=n(9),i=n(10),o=n(63);t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=o.f(t);return(0,n.resolve)(e),n.promise}},113:function(t,e,n){var r=n(101),i=n(3)("iterator"),o=n(20);t.exports=n(0).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||o[r(t)]}},114:function(t,e,n){"use strict";function r(t){t.interceptors.response.use(function(t){return t},function(t){var e={403:"请求被拒绝,请联系客服处理",404:"您访问的资源不可用,请联系客服处理",502:"服务器网关出错,请稍后重试",503:"服务器维护中,请稍后重试",504:"服务器请求超时,请稍后重试"},n="";return n=t&&t.response&&t.response.status?e[t.response.status]?e[t.response.status]+"("+t.response.status+")":"请求失败,请稍后重试("+t.response.status+")":t&&t.message&&/timeout/i.test(t.message)?"请求超时,请稍后重试":"请求失败,请稍后重试",a.a.reject(new Error(n))})}function i(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:6e4;return new a.a(function(i,o){var s=u.a.create();r(s),s.request({method:"post",url:t,data:e,timeout:n,withCredentials:!0,headers:{"X-Requested-With":"XMLHttpRequest"}}).then(function(t){i(t)}).catch(function(t){o(t)})})}function o(t){return u.a.get(t).then(function(t){return a.a.resolve(t.data)})}e.a=r,e.d=i,e.c=o;var s=n(56),a=n.n(s),c=n(159),u=n.n(c);e.b=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:6e4;return new a.a(function(i,o){var s=u.a.create();r(s),s.request({method:"post",url:t,data:e,timeout:n,withCredentials:!0,headers:{"X-Requested-With":"XMLHttpRequest","Content-Type":"application/x-www-form-urlencoded"},transformRequest:[function(t){function e(t,e){var n=0,r=t.length;if(void 0===r||"[object Function]"===Object.prototype.toString.call(t)){for(var i in t)if(!1===e.call(t[i],i,t[i]))break}else for(var o=t[0];n<r&&!1!==e.call(o,n,o);o=t[++n]);return t}function n(t,r,i){var o=void 0,s="[object Array]"===Object.prototype.toString.call(r),a="[object Object]"===Object.prototype.toString.call(r);e(r,function(e,r){o=Object.prototype.toString.call(r),i&&(e=i+"["+(a||"[object Object]"===o||"[object Array]"===o?e:"")+"]"),!i&&s?t.add(r.name,r.value):"[object Array]"===o||"[object Object]"===o?n(t,r,e):t.add(e,r)})}if(t){return function(t){var e=[];return e.add=function(t,e){"[object Function]"===Object.prototype.toString.call(e)&&(e=e()),null==e&&(e=""),this.push(encodeURIComponent(t)+"="+encodeURIComponent(e))},n(e,t),e.join("&").replace(/%20/g,"+")}(t)}}]}).then(function(t){i(t)}).catch(function(t){o(t)})})}},116:function(t,e,n){"use strict";function r(t){t.preventDefault()}var i={watch:{isVisible:function(t){t?document.body.addEventListener("touchmove",r,{passive:!1}):document.body.removeEventListener("touchmove",r,{passive:!1})}},beforeDestroy:function(){document.body.removeEventListener("touchmove",r,{passive:!1})}};e.a=i},1183:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(1184);r.a.install=function(t){t.component(r.a.name,r.a)},e.default=r.a},1184:function(t,e,n){"use strict";function r(t){a||n(1185)}var i=n(1005),o=n(1186),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-1da413b4",null);u.options.__file="src\\components\\GoldProtocol\\src\\index.vue",e.a=u.exports},1185:function(t,e){},1186:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"act-gold-protocol"},[t.showCheckBox?n("div",{staticClass:"act-gold-protocol-check",on:{click:function(e){return e.stopPropagation(),t.protocolToggle(e)}}},[n("i",{staticClass:"act-gold-protocol-icon",class:{checked:t.protocolChecked},style:{"background-color":t.protocolChecked?t.brandColor:""}})]):t._e(),t._v(" "),n("div",{staticClass:"act-gold-protocol-text",style:{color:t.textColor,"font-size":t.fontSize}},[n("span",{domProps:{innerHTML:t._s(t.text)}}),t._v(" "),t._l(t.protocols,function(e,r){return[r==t.protocols.length-1&&0!=r?n("span",{key:r+"span"},[t._v("和")]):0!=r?n("span",{key:r+"span"},[t._v("、")]):t._e(),t._v(" "),e.track?n("a",{key:r+"a",staticClass:"act-gold-protocol-item",style:{color:t.brandColor},attrs:{"data-track":e.track},on:{click:function(n){return t.onClick(e)}}},[t._v("《"+t._s(e.title)+"》")]):n("a",{key:r+"a",staticClass:"act-gold-protocol-item",style:{color:t.brandColor},attrs:{"data-track":e.track||""},on:{click:function(n){return t.onClick(e)}}},[t._v("《"+t._s(e.title)+"》")])]}),t._v(" "),n("span",{domProps:{innerHTML:t._s(t.tips)}})],2)])},i=[];r._withStripped=!0},119:function(t,e,n){!function(n,r){t.exports=e=r()}(0,function(){var t=t||function(t,e){var n=Object.create||function(){function t(){}return function(e){var n;return t.prototype=e,n=new t,t.prototype=null,n}}(),r={},i=r.lib={},o=i.Base=function(){return{extend:function(t){var e=n(this);return t&&e.mixIn(t),e.hasOwnProperty("init")&&this.init!==e.init||(e.init=function(){e.$super.init.apply(this,arguments)}),e.init.prototype=e,e.$super=this,e},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var e in t)t.hasOwnProperty(e)&&(this[e]=t[e]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),s=i.WordArray=o.extend({init:function(t,e){t=this.words=t||[],this.sigBytes=void 0!=e?e:4*t.length},toString:function(t){return(t||c).stringify(this)},concat:function(t){var e=this.words,n=t.words,r=this.sigBytes,i=t.sigBytes;if(this.clamp(),r%4)for(var o=0;o<i;o++){var s=n[o>>>2]>>>24-o%4*8&255;e[r+o>>>2]|=s<<24-(r+o)%4*8}else for(var o=0;o<i;o+=4)e[r+o>>>2]=n[o>>>2];return this.sigBytes+=i,this},clamp:function(){var e=this.words,n=this.sigBytes;e[n>>>2]&=4294967295<<32-n%4*8,e.length=t.ceil(n/4)},clone:function(){var t=o.clone.call(this);return t.words=this.words.slice(0),t},random:function(e){for(var n,r=[],i=0;i<e;i+=4){var o=function(e){var e=e,n=987654321,r=4294967295;return function(){n=36969*(65535&n)+(n>>16)&r,e=18e3*(65535&e)+(e>>16)&r;var i=(n<<16)+e&r;return i/=4294967296,(i+=.5)*(t.random()>.5?1:-1)}}(4294967296*(n||t.random()));n=987654071*o(),r.push(4294967296*o()|0)}return new s.init(r,e)}}),a=r.enc={},c=a.Hex={stringify:function(t){for(var e=t.words,n=t.sigBytes,r=[],i=0;i<n;i++){var o=e[i>>>2]>>>24-i%4*8&255;r.push((o>>>4).toString(16)),r.push((15&o).toString(16))}return r.join("")},parse:function(t){for(var e=t.length,n=[],r=0;r<e;r+=2)n[r>>>3]|=parseInt(t.substr(r,2),16)<<24-r%8*4;return new s.init(n,e/2)}},u=a.Latin1={stringify:function(t){for(var e=t.words,n=t.sigBytes,r=[],i=0;i<n;i++){var o=e[i>>>2]>>>24-i%4*8&255;r.push(String.fromCharCode(o))}return r.join("")},parse:function(t){for(var e=t.length,n=[],r=0;r<e;r++)n[r>>>2]|=(255&t.charCodeAt(r))<<24-r%4*8;return new s.init(n,e)}},l=a.Utf8={stringify:function(t){try{return decodeURIComponent(escape(u.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return u.parse(unescape(encodeURIComponent(t)))}},f=i.BufferedBlockAlgorithm=o.extend({reset:function(){this._data=new s.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=l.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(e){var n=this._data,r=n.words,i=n.sigBytes,o=this.blockSize,a=4*o,c=i/a;c=e?t.ceil(c):t.max((0|c)-this._minBufferSize,0);var u=c*o,l=t.min(4*u,i);if(u){for(var f=0;f<u;f+=o)this._doProcessBlock(r,f);var p=r.splice(0,u);n.sigBytes-=l}return new s.init(p,l)},clone:function(){var t=o.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0}),p=(i.Hasher=f.extend({cfg:o.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){f.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){return t&&this._append(t),this._doFinalize()},blockSize:16,_createHelper:function(t){return function(e,n){return new t.init(n).finalize(e)}},_createHmacHelper:function(t){return function(e,n){return new p.HMAC.init(t,n).finalize(e)}}}),r.algo={});return r}(Math);return t})},12:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},120:function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},121:function(t,e,n){"use strict";function r(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var i=n(17);t.exports=function(t,e,n){if(!e)return t;var o;if(n)o=n(e);else if(i.isURLSearchParams(e))o=e.toString();else{var s=[];i.forEach(e,function(t,e){null!==t&&void 0!==t&&(i.isArray(t)?e+="[]":t=[t],i.forEach(t,function(t){i.isDate(t)?t=t.toISOString():i.isObject(t)&&(t=JSON.stringify(t)),s.push(r(e)+"="+r(t))}))}),o=s.join("&")}if(o){var a=t.indexOf("#");-1!==a&&(t=t.slice(0,a)),t+=(-1===t.indexOf("?")?"?":"&")+o}return t}},122:function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},1225:function(t,e,n){"use strict";var r=n(108),i=n(65),o=n(25),s=n(116),a=n(198),c=n(1183),u=n(634),l=n(1281),f=n(4),p=n(114);e.a={name:"ActLoginLayer",mixins:[i.a,o.a,s.a],components:{ActPopup:r.a,ActBaseInput:a.default,Jigsaw:l.a,ActGoldProtocol:c.default,ActGoldDialog:u.default},props:{bottom:{type:Number,default:40},icon:{type:String,default:""},desc:{type:String,default:""},brandColor:{type:String,default:""},jigsawInitUrl:{type:String,default:"/user/unionVerifyInit"},jigsawVerifyUrl:{type:String,default:"/user/unionVerifyCheck"},verifyCodeUrl:{type:String,default:"/user/queryverify"},loginUrl:{type:String,default:"/user/login"},scene:{type:String,default:""},chn:{type:String,default:""},platform:{type:Number,default:0}},data:function(){return{checkState:!1,mobile:"",verifyCode:"",timeLeft:0,showJigsaw:!1,isLogining:!1}},computed:{jigsawChn:function(){return this.chn||Object(f.l)("chn")||""},jigsawScene:function(){return this.scene?this.scene:/\.baodan(100|360)\./.test(location.host)?"bdzs":/^cps_\d+$/.test(Object(f.l)("chn"))?"bdzs":""},jigsawPlatform:function(){return this.platform?this.platform:"bdzs"===this.jigsawScene?1:0},isCps:function(){return 1===Number(this.jigsawPlatform)},loginBrandColor:function(){return this.brandColor?this.brandColor:"bdzs"===this.jigsawScene?"#f05a4b":"#8c7fee"},protocols:function(){return this.isCps?this.cpsProtocols:this.xysProtocols},xysProtocols:function(){return[{title:"小雨伞用户协议",data:[{title:"小雨伞用户协议",type:1,urls:["/static/html/user/useragreement.html"],src:"/static/html/user/useragreement.html"}]},{title:"小雨伞隐私政策",data:[{title:"小雨伞隐私政策",type:1,urls:["/static/html/user/priviteagreement.html"],src:"/static/html/user/priviteagreement.html"}]}]},cpsProtocols:function(){return[{title:"用户协议",data:[{title:"用户协议",type:1,urls:["/static/html/policy/cxuser.html"],src:"/static/html/policy/cxuser.html"}]},{title:"隐私政策",data:[{title:"隐私政策",type:1,urls:["/static/html/policy/cxprivacy.html"],src:"/static/html/policy/cxprivacy.html"}]}]}},methods:{getVerifyCode:function(){this.timeLeft>0||this.$refs.jigsaw.sendVerifyCode()},jigsawSent:function(){this.errTips("验证成功,短信验证码发送中"),this.start()},jigsawError:function(t){var e=(t.ret,t.errmsg);this.errTips(e)},jigsawShow:function(){this.showJigsaw=!0},jigsawHide:function(){this.showJigsaw=!1},start:function(){this.timeLeft=60,this.startCountDown()},startCountDown:function(){this.timeLeft>0?(this.timeLeft-=1,setTimeout(this.startCountDown,1e3)):this.timeLeft=0},login:function(){var t=this;return this.mobile?Object(f.u)(this.mobile)?this.verifyCode?this.checkState?(this.isLogining=!0,void Object(p.b)(this.loginUrl,{phone:this.mobile,vercode:this.verifyCode,scene:1,client:"outwx"}).then(function(e){var n=e.data,r=void 0===n?{}:n;t.isLogining=!1,0===r.ret?t.loginSuccess():t.errTips(r.errmsg)}).catch(function(e){t.isLogining=!1,t.errTips("系统繁忙,请稍后重试")})):(this.$refs.agreeDialogSlot.show(),!1):this.errTips("请输入验证码"):this.errTips("请输入正确的手机号"):this.errTips("请输入手机号")},handleProtocolCancel:function(){this.checkState=!1,this.$refs.agreeDialogSlot.hide()},handleProtocolConfirm:function(){this.checkState=!0,this.$refs.agreeDialogSlot.hide(),this.login()},goBack:function(){this.showJigsaw=!1},loginSuccess:function(){this.hide(),this.$emit("success")},cancel:function(){this.hide(),this.$emit("cancel")},toggle:function(t){this.checkState=t},errTips:function(t){this.toast||(this.toast=this.$createToast()),this.toast.show(t)}}}},1226:function(t,e,n){"use strict";var r=n(106),i=n.n(r),o=n(65),s=n(25),a=n(625),c=n(114),u=n(4);e.a={mixins:[s.a,o.a],data:function(){return{verifyData:{},jigsawVerifyCodeUrl:"",jigsawMobile:"",isCodeRequesting:!1}},props:{brandColor:{type:String,default:""},initUrl:{type:String,default:"/user/unionVerifyInit"},verifyUrl:{type:String,default:"/user/unionVerifyCheck"},verifyCodeUrl:{type:String,default:"/user/queryverify"},mobile:{type:String,required:!0},scene:{type:String,required:!0},chn:{type:String,required:!0},platform:{type:Number,default:0},extParam:{type:Object,default:function(){return{}}}},computed:{realMobile:function(){return this.verifyData.mobile||this.mobile},realInitUrl:function(){return this.verifyData.initUrl||this.initUrl},realVerifyUrl:function(){return this.verifyData.verifyUrl||this.verifyUrl},realVerifyCodeUrl:function(){return this.verifyData.verifyCodeUrl||this.verifyCodeUrl},realExtParam:function(){return this.verifyData.extParam||this.extParam||{}}},methods:{setData:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.verifyData=t},sendVerifyCode:function(){if(this.realVerifyCodeUrl===this.jigsawVerifyCodeUrl&&this.realMobile===this.jigsawMobile)return this.showJigsaw();this._getVerifyCode({needpigsaw:0})},jigsawSuccess:function(t){var e=(t.keyword,t.token);this.showJigsaw(),this._getVerifyCode({needpigsaw:1,pigsawtoken:e})},_getVerifyCode:function(t){var e=this,n=t.needpigsaw,r=t.pigsawtoken;if(!this.isCodeRequesting){if(Object(u.B)(this.scene)||Object(u.w)(this.scene))return console.log("%c严重警告:发送验证码必须包含场景值参数scene","color:red;"),void(this.$throw&&this.$throw(new Error("严重警告:发送验证码必须包含场景值参数scene")));if(Object(u.B)(this.chn)||Object(u.w)(this.chn))return console.log("%c严重警告:发送验证码必须包含渠道参数chn","color:red;"),void(this.$throw&&this.$throw(new Error("严重警告:发送验证码必须包含渠道参数chn")));if(!this.realMobile)return this.error({errmsg:"请输入手机号"});if(!Object(u.u)(this.realMobile))return this.error({errmsg:"请输入正确的手机号"});this.isCodeRequesting=!0,Object(c.b)(this.realVerifyCodeUrl,i()({mobile:this.realMobile,scene:this.scene,chn:this.chn,needpigsaw:n,pigsawtoken:r},this.realExtParam)).then(function(t){var n=t.data,r=void 0===n?{}:n;e.isCodeRequesting=!1,0===r.ret?(e.hideJigsaw(),e.$emit("sent")):10056===r.ret||10065===r.ret?(e.jigsawVerifyCodeUrl=e.realVerifyCodeUrl,e.jigsawMobile=e.realMobile,e.showJigsaw()):(e.hideJigsaw(),e.error({ret:r.ret,errmsg:r.errmsg}))}).catch(function(t){e.isCodeRequesting=!1,e.error({ret:1004,errmsg:"系统繁忙,请稍后重试"})})}},error:function(t){var e=t.ret,n=void 0===e?2001:e,r=t.errmsg,i=t.data;this.$emit("error",{ret:n,errmsg:r,data:i})},showJigsaw:function(){this.$emit("show")},hideJigsaw:function(){this.$emit("hide")}},components:{ActJigsaw:a.default}}},123:function(t,e,n){"use strict";(function(e){function r(t,e){!i.isUndefined(t)&&i.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var i=n(17),o=n(165),s={"Content-Type":"application/x-www-form-urlencoded"},a={adapter:function(){var t;return"undefined"!=typeof XMLHttpRequest?t=n(124):void 0!==e&&"[object process]"===Object.prototype.toString.call(e)&&(t=n(124)),t}(),transformRequest:[function(t,e){return o(e,"Accept"),o(e,"Content-Type"),i.isFormData(t)||i.isArrayBuffer(t)||i.isBuffer(t)||i.isStream(t)||i.isFile(t)||i.isBlob(t)?t:i.isArrayBufferView(t)?t.buffer:i.isURLSearchParams(t)?(r(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):i.isObject(t)?(r(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300}};a.headers={common:{Accept:"application/json, text/plain, */*"}},i.forEach(["delete","get","head"],function(t){a.headers[t]={}}),i.forEach(["post","put","patch"],function(t){a.headers[t]=i.merge(s)}),t.exports=a}).call(e,n(148))},124:function(t,e,n){"use strict";var r=n(17),i=n(166),o=n(121),s=n(168),a=n(171),c=n(172),u=n(125);t.exports=function(t){return new Promise(function(e,l){var f=t.data,p=t.headers;r.isFormData(f)&&delete p["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var h=t.auth.username||"",v=t.auth.password||"";p.Authorization="Basic "+btoa(h+":"+v)}var g=s(t.baseURL,t.url);if(d.open(t.method.toUpperCase(),o(g,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?a(d.getAllResponseHeaders()):null,r=t.responseType&&"text"!==t.responseType?d.response:d.responseText,o={data:r,status:d.status,statusText:d.statusText,headers:n,config:t,request:d};i(e,l,o),d=null}},d.onabort=function(){d&&(l(u("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){l(u("Network Error",t,null,d)),d=null},d.ontimeout=function(){var e="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(e=t.timeoutErrorMessage),l(u(e,t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var m=n(173),y=(t.withCredentials||c(g))&&t.xsrfCookieName?m.read(t.xsrfCookieName):void 0;y&&(p[t.xsrfHeaderName]=y)}if("setRequestHeader"in d&&r.forEach(p,function(t,e){void 0===f&&"content-type"===e.toLowerCase()?delete p[e]:d.setRequestHeader(e,t)}),r.isUndefined(t.withCredentials)||(d.withCredentials=!!t.withCredentials),t.responseType)try{d.responseType=t.responseType}catch(e){if("json"!==t.responseType)throw e}"function"==typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then(function(t){d&&(d.abort(),l(t),d=null)}),void 0===f&&(f=null),d.send(f)})}},125:function(t,e,n){"use strict";var r=n(167);t.exports=function(t,e,n,i,o){var s=new Error(t);return r(s,e,n,i,o)}},126:function(t,e,n){"use strict";var r=n(17);t.exports=function(t,e){e=e||{};var n={},i=["url","method","params","data"],o=["headers","auth","proxy"],s=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];r.forEach(i,function(t){void 0!==e[t]&&(n[t]=e[t])}),r.forEach(o,function(i){r.isObject(e[i])?n[i]=r.deepMerge(t[i],e[i]):void 0!==e[i]?n[i]=e[i]:r.isObject(t[i])?n[i]=r.deepMerge(t[i]):void 0!==t[i]&&(n[i]=t[i])}),r.forEach(s,function(r){void 0!==e[r]?n[r]=e[r]:void 0!==t[r]&&(n[r]=t[r])});var a=i.concat(o).concat(s),c=Object.keys(e).filter(function(t){return-1===a.indexOf(t)});return r.forEach(c,function(r){void 0!==e[r]?n[r]=e[r]:void 0!==t[r]&&(n[r]=t[r])}),n}},127:function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},1279:function(t,e,n){"use strict";function r(t){a||n(1280)}var i=n(1225),o=n(1284),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-58814476",null);u.options.__file="src\\components\\LoginLayer\\src\\index.vue",e.a=u.exports},128:function(t,e,n){var r=n(9);t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&r(o.call(t)),e}}},1280:function(t,e){},1281:function(t,e,n){"use strict";function r(t){a||n(1282)}var i=n(1226),o=n(1283),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-329f3e8b",null);u.options.__file="src\\components\\LoginLayer\\src\\components\\jigsaw.vue",e.a=u.exports},1282:function(t,e){},1283:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement;return(t._self._c||e)("act-jigsaw",{ref:"jigsaw",attrs:{visible:t.isVisible,brandColor:t.brandColor,initUrl:t.initUrl,verifyUrl:t.verifyUrl,keyword:t.mobile,platform:t.platform},on:{success:t.jigsawSuccess,error:t.error}})},i=[];r._withStripped=!0},1284:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("div",[r("transition",{attrs:{name:"act-popup-fade"}},[r("act-popup",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],attrs:{type:"login",mask:!0,center:!1,zIndex:t.zIndex},on:{touchmove:function(t){t.preventDefault()},"mask-click":t.cancel}},[r("transition",{attrs:{name:"act-popup-move"}},[r("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"popup-container",style:"background-color:"+(t.isCps?"#fff":"#fdfcff"),on:{click:function(t){t.stopPropagation()}}},[r("div",{staticClass:"popup-hd"},[r("i",{directives:[{name:"show",rawName:"v-show",value:t.showJigsaw,expression:"showJigsaw"}],staticClass:"icon-back",on:{click:function(e){return e.stopPropagation(),t.goBack(e)}}}),t._v(" "),t.isCps||t.showJigsaw?t._e():r("section",{staticClass:"title"},[r("img",{staticClass:"icon",attrs:{src:t.icon||n(1285),alt:""}}),t._v(" "),r("p",{staticClass:"desc"},[t._v("\n "+t._s(t.desc||"新人福利:3万元保额意外保障")+"\n ")])]),t._v(" "),r("i",{staticClass:"icon-cancel",on:{click:function(e){return e.stopPropagation(),t.cancel(e)}}})]),t._v(" "),r("div",{staticClass:"popup-content",style:"padding-top:"+(t.isCps?"0":"18")+"px;"},[r("div",{staticClass:"login-box act-iphonex-margin",style:"padding-bottom:"+t.bottom+"px;"},[r("div",{directives:[{name:"show",rawName:"v-show",value:!t.showJigsaw,expression:"!showJigsaw"}],staticClass:"form-sign",style:"padding: "+(t.isCps?"0 37px 12px":"0 25px 12px")+";"},[t.isCps?r("h3",[t._v("\n 验证手机号\n ")]):t._e(),t._v(" "),r("div",{class:[t.isCps?"form-sign-box-cps":"form-sign-box"]},[r("label",{staticClass:"form-sign-label"},[t._v("\n 手机号:\n ")]),t._v(" "),r("div",{staticClass:"form-input-group"},[r("div",{staticClass:"col-1"},[r("act-base-input",{staticClass:"form-sign-input",attrs:{type:"mobile",placeholder:"请输入手机号"},model:{value:t.mobile,callback:function(e){t.mobile=e},expression:"mobile"}})],1)])]),t._v(" "),r("div",{class:[t.isCps?"form-sign-box-cps":"form-sign-box"]},[r("label",{staticClass:"form-sign-label"},[t._v("\n 短信验证码:\n ")]),t._v(" "),r("div",{staticClass:"form-input-group middle"},[r("div",{staticClass:"col-1"},[r("act-base-input",{staticClass:"form-sign-input",attrs:{type:"tel",maxLength:"4",placeholder:"请输入验证码"},model:{value:t.verifyCode,callback:function(e){t.verifyCode=e},expression:"verifyCode"}})],1),t._v(" "),r("div",{staticClass:"form-sign-btn",class:{"form-sign-disabled":t.timeLeft>0},style:{color:t.loginBrandColor},on:{click:function(e){return e.stopPropagation(),t.getVerifyCode(e)}}},[t._v("\n "+t._s(0===t.timeLeft?"获取验证码":"剩余"+t.timeLeft+"秒")+"\n ")])])]),t._v(" "),r("a",{staticClass:"btn",class:{active:!t.isLogining&&t.mobile&&t.verifyCode,primary:!t.isCps},style:{"background-color":t.loginBrandColor},attrs:{href:"javascript:;"},on:{click:function(e){return e.stopPropagation(),t.login(e)}}},[t._v("\n "+t._s(t.isCps?"确定":"验证并登录")+"\n ")]),t._v(" "),r("act-gold-protocol",{ref:"protocol",staticClass:"protocol",attrs:{text:"未注册手机号登录将自动注册,且代表您已经同意",protocols:t.protocols,checkState:t.checkState,zIndex:1001,brandColor:t.loginBrandColor},on:{toggle:t.toggle}})],1),t._v(" "),r("div",{directives:[{name:"show",rawName:"v-show",value:t.showJigsaw,expression:"showJigsaw"}],staticClass:"login-jigsaw"},[r("h3",[t._v("\n 滑动模块完成验证\n ")]),t._v(" "),r("h4",[t._v("\n 为了您的账号安全,本次登录需完成验证\n ")])]),t._v(" "),r("jigsaw",{ref:"jigsaw",staticClass:"jigsaw-box",attrs:{visible:t.showJigsaw,brandColor:t.loginBrandColor,mobile:t.mobile,initUrl:t.jigsawInitUrl,verifyUrl:t.jigsawVerifyUrl,verifyCodeUrl:t.verifyCodeUrl,chn:t.jigsawChn,scene:t.jigsawScene,platform:t.jigsawPlatform},on:{sent:t.jigsawSent,error:t.jigsawError,show:t.jigsawShow,hide:t.jigsawHide}})],1)])])])],1)],1),t._v(" "),r("act-gold-dialog",{ref:"agreeDialogSlot",attrs:{title:"温馨提示",cancelButtonText:"拒绝",confirmButtonText:"同意",confirmButtonColor:t.loginBrandColor||"#8c7fee",zIndex:1002,showCancelButton:!0,closable:!0},on:{confirm:t.handleProtocolConfirm,cancel:t.handleProtocolCancel}},[r("act-gold-protocol",{attrs:{text:"请阅读并同意",showCheckBox:!1,textFontSize:14,protocols:t.protocols,brandColor:t.loginBrandColor,zIndex:1003}})],1)],1)},i=[];r._withStripped=!0},1285:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEwAAABMCAMAAADwSaEZAAAAxlBMVEUAAACNgO+MgPCNgO6Oge+OgvCOge+RgvGNgO+MgO+MgO6MgO+NgO+NgO+NgO6MgPCMgO+NgO+NgfCOge+OgPGOgu6ZiO6Ojv+qgP+RhPeRg/aOgfGMf+7///+Kfe6Ieu2Xi/Dg3PuqoPOUiO+ZjvCso/P4+P7W0vmNgO/8/P+glfGRhe+Pgu76+v7m4/zCu/aonvLt6/2vp/ONgPDc2frZ1fnOyPjHwff19P7TzvmkmfLp5/zLxfe4sPW1rfTx7/28tfWFd+3udG0eAAAAHHRSTlMAkfm1fT4wH/3s5+Xf2dLMwaxnUTYtDwkG++/vIRP2QgAAA3JJREFUWMO9mOl6ojAUhgNIrda97saAIBUBQXHf7f3f1AyxTjUnCPjwzPcTwpuzhOTkoKdqyTVBKhVyopgrlCShJrfQi6pnKiJmJFYy9eSkbKaIQ1TMZBOh3qrv+Ineq2/xURKOlBQP1xSAVVzrhGY06zOPYyr/GYFqCziBhPbTHJaTsAguP8lr4wMn0/yjEcaSezixunIIS8QvqMOlNXr4JXU5nmbjxgvGDWShHZ5HclU4rsyuEIGEkBQF27qq6g5RQoECs+7DbFJ3/mW92m4P3mlqOUoI7uFfaOa5LGydtrP+TV+DtaHycCbON++d5JrlL8/9R43d9VCJcPSNs08o+oEaxeIGPo/2/rsjSRyWtRj3uTp7mOOq9M8wDPStubeP3dXFN4yTN9rcYrcyObSbaVVo13Tfp5qstGGwKhRiq9bRvT3k2Fb9WfsmiL3189lyp9/WKyHEHB43V9pagVHLUlgGsOzlNdiXv6iHF441oG82x29Ay1BYETi5ntD5fYeAedTrPHsLvCrSsxZ8oM2oXb6DoYi+oLQtjFqd5yUe0eEXyoIa0qnOvsLzs8LObdDRC53wYeaULsAReF1BqCWyEVtRJ3c4TDYdsJ+yNLGFZBAUl8aEGsbXbsxfHjKqgTV2DgwzcKiITjO6BLPVwIahGMG8syG5+5qReaK/mUrA1iGxMDpyezfS1IePUv1gyMwi4GcvMT6YXjDSs8mvV96AkRsYv9mxQSuhAvsrHQLY0bxb9KM+T5MpCyugHAs7BnNPcSRsrLGwHALHuGM7jm3GgBksTIQwmjwMYJMvRhsNwnKYJwjzptqDDE0nwM1CTJj2rTAiGCSgFBMGIgRVQlJ6MAkJ6cEEVEsPVkNyejAZbI4JYHBzRJW0YBVwoCSCwQOlnhaszjuE4bkbC1aE5QEUsfZg9+J6CQoXiCK2x60HYOHClFRQpm55tPA46BGwKij2gGxvdi17DMjiF3tPfnZ90KdaRxkmgQIZ6qfmcUGNHV4gI+EpbLyITKUALhVc2Jd7MOwoVr75eN3hx8TZaZYONmj+dSfaUXD9gppjAVwR5/g1maTchpdX8zVY5yOLgBrdl1jzHreBIHdeYYlh7YNu4rh1enJaTZK5+dF43r5JkAdSzqbdWEq/5ZV+My79NiHEVUEaQAMztdbq/2j6ptqO/gNuLgOnFCbPsgAAAABJRU5ErkJggg=="},129:function(t,e,n){var r=n(20),i=n(3)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||o[i]===t)}},13:function(t,e,n){var r=n(2),i=n(0),o=n(38),s=n(7),a=n(6),c=function(t,e,n){var u,l,f,p=t&c.F,d=t&c.G,h=t&c.S,v=t&c.P,g=t&c.B,m=t&c.W,y=d?i:i[e]||(i[e]={}),b=y.prototype,w=d?r:h?r[e]:(r[e]||{}).prototype;d&&(n=e);for(u in n)(l=!p&&w&&void 0!==w[u])&&a(y,u)||(f=l?w[u]:n[u],y[u]=d&&"function"!=typeof w[u]?n[u]:g&&l?o(f,r):m&&w[u]==f?function(t){var e=function(e,n,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,r)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(f):v&&"function"==typeof f?o(Function.call,f):f,v&&((y.virtual||(y.virtual={}))[u]=f,t&c.R&&b&&!b[u]&&s(b,u,f)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},130:function(t,e){},131:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-popup",class:t.typeClass,style:{pointerEvents:t.pointerEvent,zIndex:t.zIndex}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.mask,expression:"mask"}],staticClass:"act-popup-mask act-row act-middle",style:{backgroundColor:t.maskBgColor},on:{click:t.maskClick}},[t._t("mask")],2),t._v(" "),n("div",{staticClass:"act-popup-container",class:{"act-popup-center":t.center}},[t.$slots.default?n("div",{class:{"act-popup-content":!0,"act-popup-top-radius":t.topBorderRadius}},[t._t("default")],2):n("div",{class:{"act-popup-content":!0,"act-popup-top-radius":t.topBorderRadius},domProps:{innerHTML:t._s(t.content)}})])])},i=[];r._withStripped=!0},132:function(t,e,n){var r=n(38),i=n(128),o=n(129),s=n(9),a=n(59),c=n(113),u={},l={},e=t.exports=function(t,e,n,f,p){var d,h,v,g,m=p?function(){return t}:c(t),y=r(n,f,e?2:1),b=0;if("function"!=typeof m)throw TypeError(t+" is not iterable!");if(o(m)){for(d=a(t.length);d>b;b++)if((g=e?y(s(h=t[b])[0],h[1]):y(t[b]))===u||g===l)return g}else for(v=m.call(t);!(h=v.next()).done;)if((g=i(v,y,h.value,e))===u||g===l)return g};e.BREAK=u,e.RETURN=l},133:function(t,e,n){var r=n(3)("iterator"),i=!1;try{var o=[7][r]();o.return=function(){i=!0},Array.from(o,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var o=[7],s=o[r]();s.next=function(){return{done:n=!0}},o[r]=function(){return s},t(o)}catch(t){}return n}},135:function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},136:function(t,e,n){var r=n(7);t.exports=function(t,e,n){for(var i in e)n&&t[i]?t[i]=e[i]:r(t,i,e[i]);return t}},138:function(t,e,n){"use strict";var r=n(2),i=n(0),o=n(8),s=n(5),a=n(3)("species");t.exports=function(t){var e="function"==typeof i[t]?i[t]:r[t];s&&e&&!e[a]&&o.f(e,a,{configurable:!0,get:function(){return this}})}},139:function(t,e,n){n(61),n(52),n(54),n(140),n(144),n(145),t.exports=n(0).Promise},14:function(t,e,n){var r=n(50),i=n(33);t.exports=Object.keys||function(t){return r(t,i)}},140:function(t,e,n){"use strict";var r,i,o,s,a=n(16),c=n(2),u=n(38),l=n(101),f=n(13),p=n(10),d=n(40),h=n(135),v=n(132),g=n(109),m=n(110).set,y=n(142)(),b=n(63),w=n(111),x=n(143),C=n(112),_=c.TypeError,S=c.process,k=S&&S.versions,j=k&&k.v8||"",O=c.Promise,B="process"==l(S),A=function(){},T=i=b.f,E=!!function(){try{var t=O.resolve(1),e=(t.constructor={})[n(3)("species")]=function(t){t(A,A)};return(B||"function"==typeof PromiseRejectionEvent)&&t.then(A)instanceof e&&0!==j.indexOf("6.6")&&-1===x.indexOf("Chrome/66")}catch(t){}}(),P=function(t){var e;return!(!p(t)||"function"!=typeof(e=t.then))&&e},M=function(t,e){if(!t._n){t._n=!0;var n=t._c;y(function(){for(var r=t._v,i=1==t._s,o=0;n.length>o;)!function(e){var n,o,s,a=i?e.ok:e.fail,c=e.resolve,u=e.reject,l=e.domain;try{a?(i||(2==t._h&&I(t),t._h=1),!0===a?n=r:(l&&l.enter(),n=a(r),l&&(l.exit(),s=!0)),n===e.promise?u(_("Promise-chain cycle")):(o=P(n))?o.call(n,c,u):c(n)):u(r)}catch(t){l&&!s&&l.exit(),u(t)}}(n[o++]);t._c=[],t._n=!1,e&&!t._h&&L(t)})}},L=function(t){m.call(c,function(){var e,n,r,i=t._v,o=z(t);if(o&&(e=w(function(){B?S.emit("unhandledRejection",i,t):(n=c.onunhandledrejection)?n({promise:t,reason:i}):(r=c.console)&&r.error&&r.error("Unhandled promise rejection",i)}),t._h=B||z(t)?2:1),t._a=void 0,o&&e.e)throw e.v})},z=function(t){return 1!==t._h&&0===(t._a||t._c).length},I=function(t){m.call(c,function(){var e;B?S.emit("rejectionHandled",t):(e=c.onrejectionhandled)&&e({promise:t,reason:t._v})})},V=function(t){var e=this;e._d||(e._d=!0,e=e._w||e,e._v=t,e._s=2,e._a||(e._a=e._c.slice()),M(e,!0))},R=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw _("Promise can't be resolved itself");(e=P(t))?y(function(){var r={_w:n,_d:!1};try{e.call(t,u(R,r,1),u(V,r,1))}catch(t){V.call(r,t)}}):(n._v=t,n._s=1,M(n,!1))}catch(t){V.call({_w:n,_d:!1},t)}}};E||(O=function(t){h(this,O,"Promise","_h"),d(t),r.call(this);try{t(u(R,this,1),u(V,this,1))}catch(t){V.call(this,t)}},r=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},r.prototype=n(136)(O.prototype,{then:function(t,e){var n=T(g(this,O));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=B?S.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&M(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r;this.promise=t,this.resolve=u(R,t,1),this.reject=u(V,t,1)},b.f=T=function(t){return t===O||t===s?new o(t):i(t)}),f(f.G+f.W+f.F*!E,{Promise:O}),n(27)(O,"Promise"),n(138)("Promise"),s=n(0).Promise,f(f.S+f.F*!E,"Promise",{reject:function(t){var e=T(this);return(0,e.reject)(t),e.promise}}),f(f.S+f.F*(a||!E),"Promise",{resolve:function(t){return C(a&&this===s?O:this,t)}}),f(f.S+f.F*!(E&&n(133)(function(t){O.all(t).catch(A)})),"Promise",{all:function(t){var e=this,n=T(e),r=n.resolve,i=n.reject,o=w(function(){var n=[],o=0,s=1;v(t,!1,function(t){var a=o++,c=!1;n.push(void 0),s++,e.resolve(t).then(function(t){c||(c=!0,n[a]=t,--s||r(n))},i)}),--s||r(n)});return o.e&&i(o.v),n.promise},race:function(t){var e=this,n=T(e),r=n.reject,i=w(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,r)})});return i.e&&r(i.v),n.promise}})},141:function(t,e){t.exports=function(t,e,n){var r=void 0===n;switch(e.length){case 0:return r?t():t.call(n);case 1:return r?t(e[0]):t.call(n,e[0]);case 2:return r?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return r?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return r?t(e[0],e[1],e[2],e[3]):t.call(n,e[0],e[1],e[2],e[3])}return t.apply(n,e)}},142:function(t,e,n){var r=n(2),i=n(110).set,o=r.MutationObserver||r.WebKitMutationObserver,s=r.process,a=r.Promise,c="process"==n(26)(s);t.exports=function(){var t,e,n,u=function(){var r,i;for(c&&(r=s.domain)&&r.exit();t;){i=t.fn,t=t.next;try{i()}catch(r){throw t?n():e=void 0,r}}e=void 0,r&&r.enter()};if(c)n=function(){s.nextTick(u)};else if(!o||r.navigator&&r.navigator.standalone)if(a&&a.resolve){var l=a.resolve(void 0);n=function(){l.then(u)}}else n=function(){i.call(r,u)};else{var f=!0,p=document.createTextNode("");new o(u).observe(p,{characterData:!0}),n=function(){p.data=f=!f}}return function(r){var i={fn:r,next:void 0};e&&(e.next=i),t||(t=i,n()),e=i}}},143:function(t,e,n){var r=n(2),i=r.navigator;t.exports=i&&i.userAgent||""},144:function(t,e,n){"use strict";var r=n(13),i=n(0),o=n(2),s=n(109),a=n(112);r(r.P+r.R,"Promise",{finally:function(t){var e=s(this,i.Promise||o.Promise),n="function"==typeof t;return this.then(n?function(n){return a(e,t()).then(function(){return n})}:t,n?function(n){return a(e,t()).then(function(){throw n})}:t)}})},145:function(t,e,n){"use strict";var r=n(13),i=n(63),o=n(111);r(r.S,"Promise",{try:function(t){var e=i.f(this),n=o(t);return(n.e?e.reject:e.resolve)(n.v),e.promise}})},148:function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(t){if(l===setTimeout)return setTimeout(t,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function o(t){if(f===clearTimeout)return clearTimeout(t);if((f===r||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(t);try{return f(t)}catch(e){try{return f.call(null,t)}catch(e){return f.call(this,t)}}}function s(){v&&d&&(v=!1,d.length?h=d.concat(h):g=-1,h.length&&a())}function a(){if(!v){var t=i(s);v=!0;for(var e=h.length;e;){for(d=h,h=[];++g<e;)d&&d[g].run();g=-1,e=h.length}d=null,v=!1,o(t)}}function c(t,e){this.fun=t,this.array=e}function u(){}var l,f,p=t.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:n}catch(t){l=n}try{f="function"==typeof clearTimeout?clearTimeout:r}catch(t){f=r}}();var d,h=[],v=!1,g=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];h.push(new c(t,e)),1!==h.length||v||i(a)},c.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},15:function(t,e,n){"use strict";function r(t,e){return function(n,r){var s=this,a=Object(i.a)(n),c=Object(o.a)(e,t,a,r),u=c.$parent,l=c.remove,f=c.show,p=c.hide;return c.remove=function(){c.$removed=!0,l&&l.call(this),u.destroy()},c.show=function(){return f&&f.call.apply(f,[this].concat(Array.prototype.slice.call(arguments))),this},c.hide=function(){return p&&p.call.apply(p,[this].concat(Array.prototype.slice.call(arguments))),this},s&&s._isVue&&s.$once("hook:beforeDestroy",function(){c.$removed||c.remove()}),c}}e.a=r;var i=n(98),o=n(100)},159:function(t,e,n){t.exports=n(160)},16:function(t,e){t.exports=!0},160:function(t,e,n){"use strict";function r(t){var e=new s(t),n=o(s.prototype.request,e);return i.extend(n,s.prototype,e),i.extend(n,e),n}var i=n(17),o=n(120),s=n(161),a=n(126),c=n(123),u=r(c);u.Axios=s,u.create=function(t){return r(a(u.defaults,t))},u.Cancel=n(127),u.CancelToken=n(174),u.isCancel=n(122),u.all=function(t){return Promise.all(t)},u.spread=n(175),t.exports=u,t.exports.default=u},161:function(t,e,n){"use strict";function r(t){this.defaults=t,this.interceptors={request:new s,response:new s}}var i=n(17),o=n(121),s=n(162),a=n(163),c=n(126);r.prototype.request=function(t){"string"==typeof t?(t=arguments[1]||{},t.url=arguments[0]):t=t||{},t=c(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var e=[a,void 0],n=Promise.resolve(t);for(this.interceptors.request.forEach(function(t){e.unshift(t.fulfilled,t.rejected)}),this.interceptors.response.forEach(function(t){e.push(t.fulfilled,t.rejected)});e.length;)n=n.then(e.shift(),e.shift());return n},r.prototype.getUri=function(t){return t=c(this.defaults,t),o(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},i.forEach(["delete","get","head","options"],function(t){r.prototype[t]=function(e,n){return this.request(i.merge(n||{},{method:t,url:e}))}}),i.forEach(["post","put","patch"],function(t){r.prototype[t]=function(e,n,r){return this.request(i.merge(r||{},{method:t,url:e,data:n}))}}),t.exports=r},162:function(t,e,n){"use strict";function r(){this.handlers=[]}var i=n(17);r.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},r.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},r.prototype.forEach=function(t){i.forEach(this.handlers,function(e){null!==e&&t(e)})},t.exports=r},163:function(t,e,n){"use strict";function r(t){t.cancelToken&&t.cancelToken.throwIfRequested()}var i=n(17),o=n(164),s=n(122),a=n(123);t.exports=function(t){return r(t),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=i.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),i.forEach(["delete","get","head","post","put","patch","common"],function(e){delete t.headers[e]}),(t.adapter||a.adapter)(t).then(function(e){return r(t),e.data=o(e.data,e.headers,t.transformResponse),e},function(e){return s(e)||(r(t),e&&e.response&&(e.response.data=o(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)})}},164:function(t,e,n){"use strict";var r=n(17);t.exports=function(t,e,n){return r.forEach(n,function(n){t=n(t,e)}),t}},165:function(t,e,n){"use strict";var r=n(17);t.exports=function(t,e){r.forEach(t,function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])})}},166:function(t,e,n){"use strict";var r=n(125);t.exports=function(t,e,n){var i=n.config.validateStatus;!i||i(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},167:function(t,e,n){"use strict";t.exports=function(t,e,n,r,i){return t.config=e,n&&(t.code=n),t.request=r,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},168:function(t,e,n){"use strict";var r=n(169),i=n(170);t.exports=function(t,e){return t&&!r(e)?i(t,e):e}},169:function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},17:function(t,e,n){"use strict";function r(t){return"[object Array]"===k.call(t)}function i(t){return void 0===t}function o(t){return null!==t&&!i(t)&&null!==t.constructor&&!i(t.constructor)&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}function s(t){return"[object ArrayBuffer]"===k.call(t)}function a(t){return"undefined"!=typeof FormData&&t instanceof FormData}function c(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer}function u(t){return"string"==typeof t}function l(t){return"number"==typeof t}function f(t){return null!==t&&"object"==typeof t}function p(t){return"[object Date]"===k.call(t)}function d(t){return"[object File]"===k.call(t)}function h(t){return"[object Blob]"===k.call(t)}function v(t){return"[object Function]"===k.call(t)}function g(t){return f(t)&&v(t.pipe)}function m(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams}function y(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function b(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)}function w(t,e){if(null!==t&&void 0!==t)if("object"!=typeof t&&(t=[t]),r(t))for(var n=0,i=t.length;n<i;n++)e.call(null,t[n],n,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(null,t[o],o,t)}function x(){function t(t,n){"object"==typeof e[n]&&"object"==typeof t?e[n]=x(e[n],t):e[n]=t}for(var e={},n=0,r=arguments.length;n<r;n++)w(arguments[n],t);return e}function C(){function t(t,n){"object"==typeof e[n]&&"object"==typeof t?e[n]=C(e[n],t):e[n]="object"==typeof t?C({},t):t}for(var e={},n=0,r=arguments.length;n<r;n++)w(arguments[n],t);return e}function _(t,e,n){return w(e,function(e,r){t[r]=n&&"function"==typeof e?S(e,n):e}),t}var S=n(120),k=Object.prototype.toString;t.exports={isArray:r,isArrayBuffer:s,isBuffer:o,isFormData:a,isArrayBufferView:c,isString:u,isNumber:l,isObject:f,isUndefined:i,isDate:p,isFile:d,isBlob:h,isFunction:v,isStream:g,isURLSearchParams:m,isStandardBrowserEnv:b,forEach:w,merge:x,deepMerge:C,extend:_,trim:y}},170:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},171:function(t,e,n){"use strict";var r=n(17),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,o,s={};return t?(r.forEach(t.split("\n"),function(t){if(o=t.indexOf(":"),e=r.trim(t.substr(0,o)).toLowerCase(),n=r.trim(t.substr(o+1)),e){if(s[e]&&i.indexOf(e)>=0)return;s[e]="set-cookie"===e?(s[e]?s[e]:[]).concat([n]):s[e]?s[e]+", "+n:n}}),s):s}},172:function(t,e,n){"use strict";var r=n(17);t.exports=r.isStandardBrowserEnv()?function(){function t(t){var e=t;return n&&(i.setAttribute("href",e),e=i.href),i.setAttribute("href",e),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:"/"===i.pathname.charAt(0)?i.pathname:"/"+i.pathname}}var e,n=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a");return e=t(window.location.href),function(n){var i=r.isString(n)?t(n):n;return i.protocol===e.protocol&&i.host===e.host}}():function(){return function(){return!0}}()},173:function(t,e,n){"use strict";var r=n(17);t.exports=r.isStandardBrowserEnv()?function(){return{write:function(t,e,n,i,o,s){var a=[];a.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),r.isString(i)&&a.push("path="+i),r.isString(o)&&a.push("domain="+o),!0===s&&a.push("secure"),document.cookie=a.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},174:function(t,e,n){"use strict";function r(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(t){e=t});var n=this;t(function(t){n.reason||(n.reason=new i(t),e(n.reason))})}var i=n(127);r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var t;return{token:new r(function(e){t=e}),cancel:t}},t.exports=r},1740:function(t,e,n){"use strict";function r(t){var e=t.Vue,n=t.redirect;n=void 0===n?{url:location.href}:n;var i=n.url,a=n.router,u=n.to,f=n.next,p=t.needLogin,d=void 0===p?{wx:!0,h5:!0,app:!0}:p,h=t.param;h=void 0===h?{platform:0}:h;var v=h.platform,g=h.scene,m=h.chn,y=h.icon,b=h.desc,w=h.bottom,x=t.h5ShowLayer,C=void 0!==x&&x,_=t.zIndex,S=void 0===_?1e3:_;if(Object(s.p)(d)){if(!d)return void(f&&f());d={wx:!0,h5:!0,app:!0}}m||(m=Object(s.l)("chn")),a&&u&&(i="history"===a.mode?location.protocol+"//"+location.host+(a.options.base||"")+u.fullPath:location.protocol+"//"+location.host+location.pathname+location.search+"#"+u.fullPath);var k=[];k.push("type=2"),k.push("returl="+encodeURIComponent(i)),1===v&&k.push("src=cps");var j=Object(s.l)("brid");j&&k.push("brid="+j);var O="/user/login_proxyv2?"+k.join("&");return new o.a(function(t,n){if(s.G.isWx){if(!d.wx)return void(f&&f());r.checkLogin().then(t,function(){location.href=O})}else if(s.G.isXysApp){if(!d.app)return void(f&&f());r.checkLogin().then(t,function(){return new o.a(function(t,e){window.xysJs&&window.xysJs.invoke({path:"/user/layerLoginV2",data:{icon:y,desc:b},success:function(){t()},fail:function(t){t?e(5555===Number(t.code)?l:{ret:t.code,errmsg:t.msg}):e()},unsupport:function(){s.G.isYxApp?location.href="/appbase/mobileauth?rdurl="+encodeURIComponent(i):location.href="/appbase/wxauth?rdurl="+encodeURIComponent(i)}})})}).then(t,n)}else{if(!d.h5)return void(f&&f());r.checkLogin().then(t,function(){if(C&&e){var r=e.extend({template:'<act-login-layer :visible="true" :bottom="bottom" :icon="icon" :desc="desc" :chn="chn" :scene="scene" :platform="platform" :zIndex="zIndex" @success="success" @cancel="cancel"/>',data:function(){return{chn:m,scene:g,platform:v,zIndex:S,bottom:w,icon:y,desc:b}},methods:{success:function(){this.remove(),t(),f&&f()},cancel:function(){this.remove(),n(l)},remove:function(){this.$destroy(),document.body.removeChild(this.$el)}},components:{ActLoginLayer:c.a}}),i=(new r).$mount();document.body.appendChild(i.$el)}else location.href=O})}})}Object.defineProperty(e,"__esModule",{value:!0});var i=n(56),o=n.n(i),s=n(4),a=n(114),c=n(1279),u=!1,l={ret:60999,errmsg:"cancel"};r.checkLogin=function(){return u?o.a.resolve():Object(a.b)("/user/checkLogin").then(function(t){var e=t.data;return 0===(void 0===e?{}:e).ret?(u=!0,o.a.resolve()):o.a.reject()})},e.default=r},175:function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},187:function(t,e,n){"use strict";var r=n(250),i={};r.keys().forEach(function(t){var e=r(t);e=e.default||e;var n=e.name;n&&(i[n.toLowerCase()]=e)}),e.a={name:"ActLoading",functional:!0,props:{type:{type:String,default:"default"}},render:function(t,e){var n=e.props.type;return!n&&(n="default"),t(i[n.toLowerCase()],e.data,e.children)}}},188:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir1",mixins:[r.a],props:{size:{type:Number,default:40},thick:{type:Number,default:.4},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{localThick:function(){return this.thick/2},loadingWidth:function(){return Math.floor(this.size*(1-2*this.localThick))},loadingHeight:function(){return this.loadingWidth},borderWidth:function(){return Math.floor(this.size*this.localThick)<=0?1:Math.floor(this.size*this.localThick)},styleObj:function(){return{width:this.loadingWidth+"px",height:this.loadingHeight+"px",borderWidth:this.borderWidth+"px",borderStyle:"solid",borderColor:"transparent currentColor transparent currentColor"}}}}},189:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir2",mixins:[r.a],props:{size:{type:Number,default:40},thick:{type:Number,default:.4},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{localThick:function(){return this.thick/2},loadingWidth:function(){return Math.floor(this.size*(1-2*this.localThick))},loadingHeight:function(){return this.loadingWidth},borderWidth:function(){return Math.floor(this.size*this.localThick)<=0?1:Math.floor(this.size*this.localThick)},styleObj:function(){return{width:this.loadingWidth+"px",height:this.loadingHeight+"px",borderWidth:this.borderWidth+"px",borderStyle:"solid",borderColor:"transparent currentColor currentColor currentColor"}}}}},190:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir3",mixins:[r.a],props:{size:{type:Number,default:40},thick:{type:Number,default:.4},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{localThick:function(){return this.thick/2},loadingWidth:function(){return Math.floor(this.size*(1-2*this.localThick))},loadingHeight:function(){return this.loadingWidth},borderWidth:function(){return Math.floor(this.size*this.localThick)<=0?1:Math.floor(this.size*this.localThick)},styleObj:function(){return{width:this.loadingWidth+"px",height:this.loadingHeight+"px",borderWidth:this.borderWidth+"px",borderStyle:"solid",borderColor:"currentColor transparent transparent transparent"}},maskStyle:function(){return{top:"-"+this.borderWidth+"px",right:"-"+this.borderWidth+"px",bottom:"-"+this.borderWidth+"px",left:"-"+this.borderWidth+"px",border:this.borderWidth+"px solid currentcolor"}}}}},191:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir4",mixins:[r.a],props:{size:{type:Number,default:40},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{loadingWidth:function(){return Math.floor(.8*this.size)},loadingHeight:function(){return this.loadingWidth},styleObj:function(){return{fontSize:this.size+"px",width:this.loadingWidth+"px",height:this.loadingHeight+"px"}}}}},192:function(t,e,n){"use strict";var r=n(25);e.a={name:"Cir5",mixins:[r.a],props:{size:{type:Number,default:40},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{loadingWidth:function(){return Math.floor(.8*this.size)},loadingHeight:function(){return this.loadingWidth},styleObj:function(){return{fontSize:this.size+"px",width:this.loadingWidth+"px",height:this.loadingHeight+"px"}}}}},193:function(t,e,n){"use strict";var r=n(25);e.a={name:"Default",mixins:[r.a],props:{size:{type:Number,default:40},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}}}},194:function(t,e,n){"use strict";var r=n(25);e.a={name:"Line",mixins:[r.a],props:{size:{type:Number,default:40},color:{type:String,default:"#8c7fee"},bgcolor:{type:String,default:""},center:{type:Boolean,default:!0}},computed:{loadingWidth:function(){return Math.floor(.2*this.size)},loadingHeight:function(){return Math.floor(.4*this.size)},styleObj:function(){return{fontSize:this.size+"px",width:this.loadingWidth+"px",height:this.loadingHeight+"px"}}}}},198:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),i=n(302);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createBaseInput=Object(r.a)(i.a,t)},e.default=i.a},2:function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},20:function(t,e){t.exports={}},21:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},22:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+r).toString(36))}},229:function(t,e,n){"use strict";var r=n(4);e.a={name:"ActBaseInput",mixins:[],data:function(){return{inputValue:"",inputState:0,maxLenValue:"",oldInputValue:"",canSetSelectionList:["text","search","url","tel","password"],isNeedSetSelectionRange:!1}},props:{value:{type:[String,Number,Object],default:""},type:{type:String,default:"text"},placeholder:{type:String,default:""},maxLength:{type:[String,Number],default:""},allowSpace:{type:Boolean,default:!1},isVerifyCode:{type:Boolean,default:!1}},computed:{inputType:function(){return"mobile"===this.type||"bankcard"===this.type?"tel":"idcard"===this.type?"tel":this.type},paddingBlank:function(){return"mobile"===this.type?r.g:"bankcard"===this.type?r.e:null},maxLen:function(){return""!==this.maxLength&&Number(this.maxLength)>0?Number(this.maxLength):""},currentValue:function(){var t=this.inputValue.replace(/(^\s*)|(\s*$)/g,"");return this.paddingBlank&&(t=this.removeBlank(t)),t}},methods:{focus:function(){this.$refs.input.focus()},blur:function(){this.$refs.input.blur()},setInputValue:function(t){this.inputValue!==t&&(this.inputValue=this.formatValue(t))},onFocus:function(t){this.$emit("focus",t)},onBlur:function(t){/ip(hone|od).*(micromessenger|mqqbrowser)/i.test(navigator.userAgent)&&window.scrollTo(window.scrollX,window.scrollY),this.changeValue(t),this.$emit("blur",t)},onPaste:function(t){t.target._paste=!0},onInput:function(t){var e=this;this.setInputState();var n=!r.v&&this.paddingBlank,i=this.inputValue;this.allowSpace||(i=this.inputValue.replace(/\s/g,""));var o=t.target.selectionStart,s=!0;this.isNeedSetSelectionRange=!1,n&&(this.isNeedSetSelectionRange=!0,(i=i.replace(/\D/g,""))!==this.inputValue.replace(/\s/g,"")&&(s=!1,o--));var a=i;if(this.isOverLength(i)&&(this.isNeedSetSelectionRange=!0,t.target._paste?a=a.slice(0,this.maxLen):(a=this.maxLenValue,o--)),a=this.getValueByCheck(a),this.maxLenValue=a,n){if(this.inputValue=this.paddingBlank(a),s){var c=this.inputValue[o-1];/\s/g.test(c)&&1===this.inputState&&o++}}else this.inputValue=a;this.isNeedSetSelectionRange&&this.$nextTick(function(){t.target._paste?(e.canSetSelectionList.indexOf(t.target.type)>-1&&setTimeout(function(){t.target.setSelectionRange(e.inputValue.length,e.inputValue.length)},30),t.target._paste=!1):e.canSetSelectionList.indexOf(t.target.type)>-1&&setTimeout(function(){t.target.setSelectionRange(o,o)},30)}),this.$emit("input",this.currentValue,t)},getValueByCheck:function(t){var e=t;return this.isVerifyCode&&(e=this.checkVerifyCode(e)),e&&"lowercase"===this.type?(this.isNeedSetSelectionRange=!0,e=e.toLowerCase()):e&&"uppercase"===this.type?(this.isNeedSetSelectionRange=!0,e=e.toUpperCase()):e&&"email"===this.type&&(e=e.replace(/[\u4e00-\u9fa5]/gi,"").replace(/\s*/gi,"").substr(0,40)),e},onClick:function(t){this.$emit("click",t)},onTap:function(t){this.$emit("tap",t)},formatValue:function(t){return!r.v&&this.paddingBlank?this.paddingBlank(t):t},removeBlank:function(t){return t.replace(/\s/g,"")},setInputState:function(){if(this.paddingBlank){var t=this.inputValue.replace(/\s/g,"").length,e=this.oldInputValue.replace(/\s/g,"").length;this.inputState=t>e?1:t<e?2:0}this.oldInputValue=this.inputValue},changeValue:function(t){var e=t.srcElement?t.srcElement:t.target,n=e.value.replace(/(^\s*)|(\s*$)/g,"");this.paddingBlank&&(n=this.removeBlank(n)),this.value!==n&&this.$emit("change",n)},isOverLength:function(t){var e=t.match(/\s/g)||[];return""!==this.maxLen&&t.length-e.length>this.maxLen},mucChange:function(t){this.$emit("mucChange",t)},checkVerifyCode:function(t){if(!t)return"";var e=String(t);if(e.length&&e.length>=8){var n=Math.floor(e.length/2),r=e.slice(0,n);if(r===e.slice(n,e.length))return r}return e}},mounted:function(){this.inputValue=this.formatValue(this.value),this.$watch("value",function(t,e){this.inputValue=this.formatValue(t)})}}},23:function(t,e,n){var r=n(29);t.exports=function(t){return Object(r(t))}},24:function(t,e){e.f={}.propertyIsEnumerable},240:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),i=n(249);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createLoading=Object(r.a)(i.a,t)},e.default=i.a},249:function(t,e,n){"use strict";var r=n(187),i=n(1),o=Object(i.a)(r.a,void 0,void 0,!1,null,null,null);o.options.__file="src\\components\\Loading\\src\\index.vue",e.a=o.exports},25:function(t,e,n){"use strict";var r={model:{prop:"visible",event:"toggle"},props:{visible:{type:Boolean,default:!1}},data:function(){return{isVisible:!1}},watch:{isVisible:function(t){this.$emit("toggle",t)}},mounted:function(){var t=this;this.$watch("visible",function(e,n){e?t.show():n&&t.hide()},{immediate:!0})},methods:{show:function(){return this.isVisible=!0,this},hide:function(){return this.isVisible=!1,this}}};e.a=r},250:function(t,e,n){function r(t){return n(i(t))}function i(t){var e=o[t];if(!(e+1))throw new Error("Cannot find module '"+t+"'.");return e}var o={"./cir1-loading.vue":251,"./cir2-loading.vue":254,"./cir3-loading.vue":257,"./cir4-loading.vue":260,"./cir5-loading.vue":263,"./default-loading.vue":266,"./line-loading.vue":269};r.keys=function(){return Object.keys(o)},r.resolve=i,t.exports=r,r.id=250},251:function(t,e,n){"use strict";function r(t){a||n(252)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(188),o=n(253),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-027695fc",null);u.options.__file="src\\components\\Loading\\src\\cir1-loading.vue",e.default=u.exports},252:function(t,e){},253:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{ref:"loading",staticClass:"loading-cont-cir1",style:t.styleObj})])])},i=[];r._withStripped=!0},254:function(t,e,n){"use strict";function r(t){a||n(255)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(189),o=n(256),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-1e0cc706",null);u.options.__file="src\\components\\Loading\\src\\cir2-loading.vue",e.default=u.exports},255:function(t,e){},256:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{ref:"loading",staticClass:"loading-cont-cir2",style:t.styleObj})])])},i=[];r._withStripped=!0},257:function(t,e,n){"use strict";function r(t){a||n(258)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(190),o=n(259),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-4106ba04",null);u.options.__file="src\\components\\Loading\\src\\cir3-loading.vue",e.default=u.exports},258:function(t,e){},259:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{ref:"loading",staticClass:"loading-cont-cir3",style:t.styleObj},[n("div",{staticClass:"cir3-mask",style:t.maskStyle})])])])},i=[];r._withStripped=!0},26:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},260:function(t,e,n){"use strict";function r(t){a||n(261)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(191),o=n(262),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-6400ad02",null);u.options.__file="src\\components\\Loading\\src\\cir4-loading.vue",e.default=u.exports},261:function(t,e){},262:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{staticClass:"loading-cont-cir4",style:t.styleObj})])])},i=[];r._withStripped=!0},263:function(t,e,n){"use strict";function r(t){a||n(264)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(192),o=n(265),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-86faa000",null);u.options.__file="src\\components\\Loading\\src\\cir5-loading.vue",e.default=u.exports},264:function(t,e){},265:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{staticClass:"loading-cont-cir5",style:t.styleObj})])])},i=[];r._withStripped=!0},266:function(t,e,n){"use strict";function r(t){a||n(267)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(193),o=n(268),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-073ac538",null);u.options.__file="src\\components\\Loading\\src\\default-loading.vue",e.default=u.exports},267:function(t,e){},268:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("svg",{attrs:{viewBox:"0 0 80 80"}},[n("path",{staticClass:"act-xysloading-path",attrs:{d:"M15 37 A25 25 0 0 1 65 40 L39 40 L39 65 L34 66",fill:"none",stroke:t.color,"stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"8"}}),t._v(" "),n("path",{staticClass:"act-xysloading-path-oval-middle",attrs:{d:"M34 66 Q10 66 6 38",fill:"none",stroke:t.color,"stroke-linecap":"butt","stroke-width":"7"}}),t._v(" "),n("circle",{staticClass:"act-xysloading-circle",attrs:{cx:"40",cy:"40",r:"36",fill:"none",stroke:t.color,transform:"rotate(180,40,40)","stroke-linecap":"butt"}}),t._v(" "),n("path",{staticClass:"act-xysloading-path-oval-end",attrs:{d:"M40 77 Q15 80 15 37",fill:"none",stroke:t.color,"stroke-linecap":"butt","stroke-width":"7"}})])])])},i=[];r._withStripped=!0},269:function(t,e,n){"use strict";function r(t){a||n(270)}Object.defineProperty(e,"__esModule",{value:!0});var i=n(194),o=n(271),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-4884e2ea",null);u.options.__file="src\\components\\Loading\\src\\line-loading.vue",e.default=u.exports},27:function(t,e,n){var r=n(8).f,i=n(6),o=n(3)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,o)&&r(t,o,{configurable:!0,value:e})}},270:function(t,e){},271:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-loading",style:{backgroundColor:t.bgcolor}},[n("div",{staticClass:"act-loading-wrap",style:{width:t.size+"px",height:t.size+"px",color:t.color,margin:!0===t.center?"0 auto":"unset"}},[n("div",{staticClass:"loading-cont-line",style:t.styleObj})])])},i=[];r._withStripped=!0},28:function(t,e,n){t.exports={default:n(79),__esModule:!0}},29:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},3:function(t,e,n){var r=n(32)("wks"),i=n(22),o=n(2).Symbol,s="function"==typeof o;(t.exports=function(t){return r[t]||(r[t]=s&&o[t]||(s?o:i)("Symbol."+t))}).store=r},30:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},302:function(t,e,n){"use strict";function r(t){a||n(303)}var i=n(229),o=n(304),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-18134e52",null);u.options.__file="src\\components\\BaseInput\\src\\index.vue",e.a=u.exports},303:function(t,e){},304:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return"checkbox"===t.inputType?n("input",{directives:[{name:"model",rawName:"v-model",value:t.inputValue,expression:"inputValue"}],ref:"input",attrs:{placeholder:t.placeholder,type:"checkbox"},domProps:{checked:Array.isArray(t.inputValue)?t._i(t.inputValue,null)>-1:t.inputValue},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,paste:t.onPaste,click:t.onClick,tap:t.onTap,mucChange:function(e){return t.mucChange(e)},change:function(e){var n=t.inputValue,r=e.target,i=!!r.checked;if(Array.isArray(n)){var o=t._i(n,null);r.checked?o<0&&(t.inputValue=n.concat([null])):o>-1&&(t.inputValue=n.slice(0,o).concat(n.slice(o+1)))}else t.inputValue=i}}}):"radio"===t.inputType?n("input",{directives:[{name:"model",rawName:"v-model",value:t.inputValue,expression:"inputValue"}],ref:"input",attrs:{placeholder:t.placeholder,type:"radio"},domProps:{checked:t._q(t.inputValue,null)},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,paste:t.onPaste,click:t.onClick,tap:t.onTap,mucChange:function(e){return t.mucChange(e)},change:function(e){t.inputValue=null}}}):n("input",{directives:[{name:"model",rawName:"v-model",value:t.inputValue,expression:"inputValue"}],ref:"input",attrs:{placeholder:t.placeholder,type:t.inputType},domProps:{value:t.inputValue},on:{focus:t.onFocus,blur:t.onBlur,input:[function(e){e.target.composing||(t.inputValue=e.target.value)},t.onInput],paste:t.onPaste,click:t.onClick,tap:t.onTap,mucChange:function(e){return t.mucChange(e)}}})},i=[];r._withStripped=!0},31:function(t,e,n){var r=n(32)("keys"),i=n(22);t.exports=function(t){return r[t]||(r[t]=i(t))}},32:function(t,e,n){var r=n(0),i=n(2),o=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:r.version,mode:n(16)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},320:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return function(){function e(t,e,n){for(var r=[],o=0,s=0;s<e;s++)if(s%4){var a=n[t.charCodeAt(s-1)]<<s%4*2,c=n[t.charCodeAt(s)]>>>6-s%4*2;r[o>>>2]|=(a|c)<<24-o%4*8,o++}return i.create(r,o)}var n=t,r=n.lib,i=r.WordArray,o=n.enc;o.Base64={stringify:function(t){var e=t.words,n=t.sigBytes,r=this._map;t.clamp();for(var i=[],o=0;o<n;o+=3)for(var s=e[o>>>2]>>>24-o%4*8&255,a=e[o+1>>>2]>>>24-(o+1)%4*8&255,c=e[o+2>>>2]>>>24-(o+2)%4*8&255,u=s<<16|a<<8|c,l=0;l<4&&o+.75*l<n;l++)i.push(r.charAt(u>>>6*(3-l)&63));var f=r.charAt(64);if(f)for(;i.length%4;)i.push(f);return i.join("")},parse:function(t){var n=t.length,r=this._map,i=this._reverseMap;if(!i){i=this._reverseMap=[];for(var o=0;o<r.length;o++)i[r.charCodeAt(o)]=o}var s=r.charAt(64);if(s){var a=t.indexOf(s);-1!==a&&(n=a)}return e(t,n,i)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="}}(),t.enc.Base64})},321:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return function(e){function n(t,e,n,r,i,o,s){var a=t+(e&n|~e&r)+i+s;return(a<<o|a>>>32-o)+e}function r(t,e,n,r,i,o,s){var a=t+(e&r|n&~r)+i+s;return(a<<o|a>>>32-o)+e}function i(t,e,n,r,i,o,s){var a=t+(e^n^r)+i+s;return(a<<o|a>>>32-o)+e}function o(t,e,n,r,i,o,s){var a=t+(n^(e|~r))+i+s;return(a<<o|a>>>32-o)+e}var s=t,a=s.lib,c=a.WordArray,u=a.Hasher,l=s.algo,f=[];!function(){for(var t=0;t<64;t++)f[t]=4294967296*e.abs(e.sin(t+1))|0}();var p=l.MD5=u.extend({_doReset:function(){this._hash=new c.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(t,e){for(var s=0;s<16;s++){var a=e+s,c=t[a];t[a]=16711935&(c<<8|c>>>24)|4278255360&(c<<24|c>>>8)}var u=this._hash.words,l=t[e+0],p=t[e+1],d=t[e+2],h=t[e+3],v=t[e+4],g=t[e+5],m=t[e+6],y=t[e+7],b=t[e+8],w=t[e+9],x=t[e+10],C=t[e+11],_=t[e+12],S=t[e+13],k=t[e+14],j=t[e+15],O=u[0],B=u[1],A=u[2],T=u[3];O=n(O,B,A,T,l,7,f[0]),T=n(T,O,B,A,p,12,f[1]),A=n(A,T,O,B,d,17,f[2]),B=n(B,A,T,O,h,22,f[3]),O=n(O,B,A,T,v,7,f[4]),T=n(T,O,B,A,g,12,f[5]),A=n(A,T,O,B,m,17,f[6]),B=n(B,A,T,O,y,22,f[7]),O=n(O,B,A,T,b,7,f[8]),T=n(T,O,B,A,w,12,f[9]),A=n(A,T,O,B,x,17,f[10]),B=n(B,A,T,O,C,22,f[11]),O=n(O,B,A,T,_,7,f[12]),T=n(T,O,B,A,S,12,f[13]),A=n(A,T,O,B,k,17,f[14]),B=n(B,A,T,O,j,22,f[15]),O=r(O,B,A,T,p,5,f[16]),T=r(T,O,B,A,m,9,f[17]),A=r(A,T,O,B,C,14,f[18]),B=r(B,A,T,O,l,20,f[19]),O=r(O,B,A,T,g,5,f[20]),T=r(T,O,B,A,x,9,f[21]),A=r(A,T,O,B,j,14,f[22]),B=r(B,A,T,O,v,20,f[23]),O=r(O,B,A,T,w,5,f[24]),T=r(T,O,B,A,k,9,f[25]),A=r(A,T,O,B,h,14,f[26]),B=r(B,A,T,O,b,20,f[27]),O=r(O,B,A,T,S,5,f[28]),T=r(T,O,B,A,d,9,f[29]),A=r(A,T,O,B,y,14,f[30]),B=r(B,A,T,O,_,20,f[31]),O=i(O,B,A,T,g,4,f[32]),T=i(T,O,B,A,b,11,f[33]),A=i(A,T,O,B,C,16,f[34]),B=i(B,A,T,O,k,23,f[35]),O=i(O,B,A,T,p,4,f[36]),T=i(T,O,B,A,v,11,f[37]),A=i(A,T,O,B,y,16,f[38]),B=i(B,A,T,O,x,23,f[39]),O=i(O,B,A,T,S,4,f[40]),T=i(T,O,B,A,l,11,f[41]),A=i(A,T,O,B,h,16,f[42]),B=i(B,A,T,O,m,23,f[43]),O=i(O,B,A,T,w,4,f[44]),T=i(T,O,B,A,_,11,f[45]),A=i(A,T,O,B,j,16,f[46]),B=i(B,A,T,O,d,23,f[47]),O=o(O,B,A,T,l,6,f[48]),T=o(T,O,B,A,y,10,f[49]),A=o(A,T,O,B,k,15,f[50]),B=o(B,A,T,O,g,21,f[51]),O=o(O,B,A,T,_,6,f[52]),T=o(T,O,B,A,h,10,f[53]),A=o(A,T,O,B,x,15,f[54]),B=o(B,A,T,O,p,21,f[55]),O=o(O,B,A,T,b,6,f[56]),T=o(T,O,B,A,j,10,f[57]),A=o(A,T,O,B,m,15,f[58]),B=o(B,A,T,O,S,21,f[59]),O=o(O,B,A,T,v,6,f[60]),T=o(T,O,B,A,C,10,f[61]),A=o(A,T,O,B,d,15,f[62]),B=o(B,A,T,O,w,21,f[63]),u[0]=u[0]+O|0,u[1]=u[1]+B|0,u[2]=u[2]+A|0,u[3]=u[3]+T|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 o=e.floor(r/4294967296),s=r;n[15+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),n[14+(i+64>>>9<<4)]=16711935&(s<<8|s>>>24)|4278255360&(s<<24|s>>>8),t.sigBytes=4*(n.length+1),this._process();for(var a=this._hash,c=a.words,u=0;u<4;u++){var l=c[u];c[u]=16711935&(l<<8|l>>>24)|4278255360&(l<<24|l>>>8)}return a},clone:function(){var t=u.clone.call(this);return t._hash=this._hash.clone(),t}});s.MD5=u._createHelper(p),s.HmacMD5=u._createHmacHelper(p)}(Math),t.MD5})},322:function(t,e,n){!function(r,i,o){t.exports=e=i(n(119),n(427),n(428))}(0,function(t){return function(){var e=t,n=e.lib,r=n.Base,i=n.WordArray,o=e.algo,s=o.MD5,a=o.EvpKDF=r.extend({cfg:r.extend({keySize:4,hasher:s,iterations:1}),init:function(t){this.cfg=this.cfg.extend(t)},compute:function(t,e){for(var n=this.cfg,r=n.hasher.create(),o=i.create(),s=o.words,a=n.keySize,c=n.iterations;s.length<a;){u&&r.update(u);var u=r.update(t).finalize(e);r.reset();for(var l=1;l<c;l++)u=r.finalize(u),r.reset();o.concat(u)}return o.sigBytes=4*a,o}});e.EvpKDF=function(t,e,n){return a.create(n).compute(t,e)}}(),t.EvpKDF})},33:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},34:function(t,e,n){var r=n(10);t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},35:function(t,e){e.f=Object.getOwnPropertySymbols},36:function(t,e,n){e.f=n(3)},37:function(t,e,n){var r=n(2),i=n(0),o=n(16),s=n(36),a=n(8).f;t.exports=function(t){var e=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});"_"==t.charAt(0)||t in e||a(e,t,{value:s.f(t)})}},38:function(t,e,n){var r=n(40);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},39:function(t,e,n){"use strict";var r={model:{prop:"visible",event:"toggle"},props:{visible:{type:Boolean,default:!0}},data:function(){return{isVisible:this.visible}},watch:{isVisible:function(t){this.$emit("toggle",t)}},mounted:function(){var t=this;this.$watch("visible",function(e,n){e?t.show():n&&t.hide()},{immediate:!0})},methods:{show:function(){return this.isVisible=!0,this},hide:function(){return this.isVisible=!1,this}}};e.a=r},398:function(t,e,n){"use strict";var r=n(58),i=n.n(r),o=n(56),s=n.n(o),a=n(114),c=n(4),u=n(425),l=n(240),f=n(39),p=u.b.enc.Utf8.parse("8cde79aa8651f8e4"),d=null;e.a={name:"ActJigsaw",mixins:[f.a],data:function(){return{status:"loading",pieceX:"",pieceY:0,trackX:0,pieceWidth:0,frontImgUrl:"",bgImgUrl:"",shake:!1,smooth:!1,randomClientId:Object(c.D)(32)}},props:{brandColor:{type:String,default:""},initUrl:{type:String,default:"/user/unionVerifyInit"},verifyUrl:{type:String,default:"/user/unionVerifyCheck"},keyword:{type:String,default:""},platform:{type:Number,default:0}},computed:{clientId:function(){return this.keyword||this.randomClientId}},methods:{clear:function(){this.pieceX=0,this.trackX=0,this.status="loading",this.allowTouch=!1,this.scaleRate=0,this.count=0,this.straceArr=[],this.startX=0},_initJigsaw:function(){var t=this.$refs.jigsawImg;this.picWidth=t.clientWidth,this.picHeight=t.clientHeight,this.trackWidth=this.$refs.trackWrap.clientWidth,this.clear(),this.offsetX=0,this.offsetY=0,this.getJigsaw()},getJigsaw:function(){var t=this;Object(a.b)(this.initUrl,{clienttype:2,clientid:this.clientId,ua:navigator.userAgent,iscps:this.platform,picWidth:this.picWidth,picHeight:this.picHeight}).then(function(e){var n=e.data,r=void 0===n?{}:n;if(0===r.ret){d=r.data.iv;var i=JSON.parse(Object(u.a)(r.data.d,u.b.enc.Utf8.parse(d),p)),o=i.holeCheck,a=t.picWidth/o.width,c=o.length,l=c*a,f=new s.a(function(t,e){var n=new Image;n.onload=t,n.onerror=e,n.src=o.back}),h=new s.a(function(t,e){var n=new Image;n.onload=t,n.onerror=e,n.src=o.front});s.a.all([f,h]).then(function(){t.token=i.token,t.scaleRate=a,t.originPieceWidth=c,t.initPieceX=parseFloat((o.initx-c/2)*a),t.pieceY=parseFloat((-o.inity-c/2)*a),t.initTrackX=parseFloat((l-t.trackWidth)/2+t.pieceX),t.pieceX=t.initPieceX,t.trackX=t.initTrackX,t.pieceWidth=l,t.bgImgUrl=o.back,t.frontImgUrl=o.front,t.status="picture",t.allowTouch=!0}).catch(function(){t.status="error"})}else t.$emit("error",{ret:1004,errmsg:r.errmsg})}).catch(function(e){t.$emit("error",{ret:1004,errmsg:"系统繁忙,请刷新页面重试"})})},reset:function(t,e){var n=this;if(!e)return this.status="loading",void this.getJigsaw();this.shake=!0;var r=setTimeout(function(){n.pieceX=n.initPieceX,n.trackX=n.initTrackX,n.shake=!1,n.smooth=!0,clearTimeout(r);var e=setTimeout(function(){n.smooth=!1,clearTimeout(e),t||(n.allowTouch=!0)},300);t&&(n.status="loading",n.getJigsaw())},150)},touchstart:function(t){if(t.preventDefault(),this.allowTouch){var e=this.$refs.jigsawImg;this.offsetX=e.getBoundingClientRect().left,this.offsetY=e.getBoundingClientRect().top;var n=t.clientX||t.touches[0].clientX;this.startX=n,this.straceArr=[],this.pushPoint(t),"https:"===location.protocol&&window.DeviceOrientationEvent&&window.addEventListener("deviceorientation",function(t){t&&null!==t.alpha&&void 0!==t.alpha&&(this.alpha=parseFloat(t.alpha.toFixed(4)),this.beta=parseFloat(t.beta.toFixed(4)),this.gamma=parseFloat(t.gamma.toFixed(4)))},!1)}},touchmove:function(t){if(t.preventDefault(),this.allowTouch){var e=t.clientX||t.touches[0].clientX,n=e-this.startX;this.pushPoint(t),n<0?n=0:n>this.picWidth-this.pieceWidth&&(n=this.picWidth-this.pieceWidth),this.pieceX=parseFloat(this.initPieceX+n),this.trackX=parseFloat(this.initTrackX+n)}},touchend:function(t,e){t.preventDefault(),this.allowTouch&&(this.allowTouch=!1,this.pushPoint(t),this.verify(e))},mousedown:function(t,e){var n=this;this.touchstart(t),t.preventDefault();var r=Object(c.F)(this.touchmove,10),i=function t(i){n.touchend(i,e),document.removeEventListener("mouseup",t),document.removeEventListener("mousemove",r),i.preventDefault()};document.addEventListener&&document.addEventListener("mousemove",r,!1),document.addEventListener&&document.addEventListener("mouseup",i,!1)},pushPoint:function(t){var e=+new Date;if(t.touches){var n=t.touches[0]||t.changedTouches[0],r=n.clientX-this.offsetX,i=n.clientY-this.offsetY,o=void 0===n.force?0:n.force;this.straceArr.push({x:parseFloat(r.toFixed(2)),y:parseFloat(-i.toFixed(2)),alpha:this.alpha,beta:this.beta,gamma:this.gamma,press:parseFloat(o.toFixed(4)),t:e})}else{var s=t.clientX-this.offsetX,a=t.clientY-this.offsetY;this.straceArr.push({x:parseFloat(s.toFixed(2)),y:parseFloat(-a.toFixed(2)),t:e})}},verify:function(t){var e=this;Object(a.b)(this.verifyUrl,{r:Object(u.c)(i()({checktype:1,clienttype:2,ua:navigator.userAgent,token:this.token,holeCheck:{strace:this.straceArr,moveType:t,screenWidth:parseFloat(this.picWidth.toFixed(2)),screenHeight:parseFloat(this.picHeight.toFixed(2))}}),u.b.enc.Utf8.parse(d),p),iv:d}).then(function(t){var n=t.data,r=void 0===n?{}:n;0===r.ret?(e.$emit("success",{keyword:e.clientId,token:e.token}),e.status="loading",window._xystj&&window._xystj.trackEvent("jigsaw_success")):1001===r.ret?(e.$emit("error",{ret:1001,errmsg:"验证失败,请重新滑动",data:{count:++e.count}}),e.reset(!1,!0),window._xystj&&window._xystj.trackEvent("jigsaw_fail")):1002===r.ret||1003===r.ret?(e.$emit("error",{ret:1002,errmsg:"验证失败,刷新拼图",data:{count:++e.count}}),e.reset(!0,!0),window._xystj&&window._xystj.trackEvent("jigsaw_fail")):(e.$emit("error",{ret:1003,errmsg:r.errmsg,data:{count:++e.count}}),e.reset(!0,!0),window._xystj&&window._xystj.trackEvent("jigsaw_error"))}).catch(function(t){e.$emit("error",{ret:1004,errmsg:"系统繁忙,请稍后重试",data:{count:++e.count}}),window._xystj&&window._xystj.trackEvent("jigsaw_error")})}},mounted:function(){var t=this;this.isVisible&&this.$nextTick(function(){t._initJigsaw()})},watch:{isVisible:function(t){var e=this;t&&this.$nextTick(function(){e._initJigsaw()})}},components:{ActLoading:l.default}}},4:function(t,e,n){"use strict";function r(t,e){if(t.findIndex)return t.findIndex(e);var n=-1;return t.some(function(t,r,i){var o=e.call(this,t,r,i);if(o)return n=r,o}),n}function i(t){return t?JSON.parse(U()(t)):t}function o(t,e){for(var n in e)t[n]&&"object"===R()(t[n])?o(t[n],e[n]):t[n]=e[n]}function s(t){return Array.isArray?Array.isArray(t):"[object Array]"===Object.prototype.toString.call(t)}function a(t){return"[object String]"===Object.prototype.toString.call(t)}function c(t){return"[object Number]"===Object.prototype.toString.call(t)}function u(t){return"[object Object]"===Object.prototype.toString.call(t)}function l(t){return"[object Boolean]"===Object.prototype.toString.call(t)}function f(t){return null===t}function p(t){return void 0!==t&&null!==t}function d(t){return void 0===t}function h(t){return"[object Error]"===Object.prototype.toString.call(t)}function v(t){return"function"==typeof t}function g(t){return"[object Promise]"===Object.prototype.toString.call(t)||u(t)&&v(t.then)}function m(t,e,n){function r(e){var n=g,r=m;return g=m=void 0,C=e,b=t.apply(r,n)}function i(t,e){return j?(window.cancelAnimationFrame(w),window.requestAnimationFrame(t)):setTimeout(t,e)}function o(t){if(j)return window.cancelAnimationFrame(t);clearTimeout(t)}function s(t){return C=t,w=i(l,e),_?r(t):b}function a(t){var n=t-x,r=t-C,i=e-n;return S?Math.min(i,y-r):i}function c(t){var n=t-x,r=t-C;return void 0===x||n>=e||n<0||S&&r>=y}function l(){var t=Date.now();if(c(t))return f(t);w=i(l,a(t))}function f(t){return w=void 0,k&&g?r(t):(g=m=void 0,b)}function p(){void 0!==w&&o(w),C=0,g=x=m=w=void 0}function d(){return void 0===w?b:f(Date.now())}function h(){return void 0!==w}function v(){for(var t=Date.now(),n=c(t),o=arguments.length,a=Array(o),u=0;u<o;u++)a[u]=arguments[u];if(g=a,m=this,x=t,n){if(void 0===w)return s(x);if(S)return w=i(l,e),r(x)}return void 0===w&&(w=i(l,e)),b}var g=void 0,m=void 0,y=void 0,b=void 0,w=void 0,x=void 0,C=0,_=!1,S=!1,k=!0,j=!e&&0!==e&&"function"==typeof window.requestAnimationFrame;if("function"!=typeof t)throw new TypeError("Expected a function");return e=+e||0,u(n)&&(_=!!n.leading,S="maxWait"in n,y=S?Math.max(+n.maxWait||0,e):y,k="trailing"in n?!!n.trailing:k),v.cancel=p,v.flush=d,v.pending=h,v}function y(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return u(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),m(t,e,{leading:r,trailing:i,maxWait:e})}function b(t){return!!/^1\d{10}$/.test(t)}function w(t){var e=t.length;return e>3&&e<8?t=t.replace(/\s/g,"").replace(/^(.{3})/g,"$1 "):e>=8&&(t=t.replace(/\s/g,"").replace(/^(.{3})(.+)/g,function(t,e,n){return e+" "+n.replace(/(.{4})(?=.)/g,"$1 ")})),t}function x(t){return t.replace(/\s/g,"").replace(/(.{4})(?=.)/g,"$1 ")}function C(t){if(void 0!==t||null!==t)return/^\d+(\.\d+)?$/.test(t+"")?t+"px":t}function _(t){if(!t)return"";var e=t.length;return 2===e?t.split("").join("  "):3===e?t.split("").join(" "):t}function S(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t.offsetHeight;if(e){var r=t.currentStyle||getComputedStyle(t);n+=parseInt(r.marginTop||0)+parseInt(r.marginBottom||0)}return n}function k(t,e){var n=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$/i.exec(t),r=/^#([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t),i=null;return n?i={r:parseInt(n[1]+n[1],16),g:parseInt(n[2]+n[2],16),b:parseInt(n[3]+n[3],16)}:r&&(i={r:parseInt(r[1],16),g:parseInt(r[2],16),b:parseInt(r[3],16)}),i?void 0!==e?"rgba("+i.r+", "+i.g+", "+i.b+", "+e+")":"rgb("+i.r+", "+i.g+", "+i.b+")":""}function j(t){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz",n=e.length,r="";t=t||32;for(var i=0;i<t;i++)r+=e.charAt(Math.floor(Math.random()*n));return r}function O(t,e){var n=e||location.href,r=new RegExp("(\\?|&)"+t+"=([^&#$\\s]+)"),i=n.match(r);return i&&i[2]}function B(t){var e=window.getComputedStyle(t),n="none"===e.display,r=null===t.offsetParent&&"fixed"!==e.position;return n||r}function A(t,e,n){return Math.min(Math.max(t,e),n)}function T(t){var e=/os (\d\d?_\d(_\d)?)/,n=e.exec(t);if(!n)return null;var r=n[1].split("_").map(function(t){return parseInt(t,10)});return{major:r[0],minor:r[1],patch:r[2]||0}}function E(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";e=e||window.location.href;var n=new RegExp("(\\?|#|&)"+t+"=([^&#]*)(&|#|$)"),r=e.match(n);return decodeURIComponent(r?r[2]:"")}function P(t){return t?h(t)?t.message:a(t)?t:t.errmsg||"请求失败,请稍后重试":"请求失败,请稍后重试"}function M(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=[],n=new RegExp("https?://[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]"),r=0;r<t.length;r++){var i=t[r];if(!n.test(i))return;e.push(i.split("?")[0])}return e}function L(t){var e=JSON.parse(U()(t)),n=e.attrModules,r=void 0===n?{}:n,i=e.plan,o=r.applicant,a=r.insureds,c=r.hcpics,u=r.hctext,l=r.makeup,f=r.apphctext,p=r.apphcpics,d={},h=function(t){var e=null,n=null,r=null,i=null,o={},a={},c={};for(var u in t){var l=t[u].defaultValue,f=t[u].required,p=t[u].display;if(s(l)){var d=M(l);d&&(l=d)}1!==Number(f)&&1!==Number(p)||("idType"===u||"id"===u||"idValidType"===u||"idValidEndTime"===u||"idValidStartTime"===u?(e=e||{},e[u]=l):"socialInsAddr"===u||"socialInsDetail"===u||"socialInsPost"===u||"socialInsTel"===u?(n=n||{},n[u]=l):"residentAddr"===u||"residentDetail"===u||"residentPost"===u||"residentTel"===u?(r=r||{},r[u]=l):"officeAddr"===u||"officeDetail"===u||"officePost"===u||"officeTel"===u?(i=i||{},i[u]=l):"companyIdType"===u||"companyId"===u?(a=a||{},a[u]=l):"detail"===u?(c=c||{},c[u]=l):o[u]=l)}return e&&(o.certificate=e),n&&(o.socialIns=n),r&&(o.resident=r),i&&(o.office=i),a&&(o.companyCertificate=a),c&&(o.companyAddress=c),o};if(r.plan&&(i=h(r.plan)),o&&(d.applicant={},o&&(d.applicant=h(o))),a||i){d.insureds=[];for(var v=a||[""],g=0;g<v.length;g++){var m=v[g],y=null,b={};m&&(y=h(m)),y&&(b.insured=y),i&&(b.plan=i),d.insureds.push(b)}}if(u&&(d.hctext=h(u)),f&&(d.apphctext=h(f)),c&&(d.hcpics=h(c)),p&&(d.apphcpics=h(p)),l){d.makeup={};for(var w=l||[""],x=0;x<w.length;x++){var C=w[x],_=null;C&&(_=h(C)),_&&(d.makeup=I()(d.makeup,_))}}return d}n.d(e,"G",function(){return rt}),n.d(e,"v",function(){return it}),e.d=r,e.c=i,e.b=o,e.o=s,e.A=a,e.x=c,e.y=u,e.p=l,e.w=f,e.q=p,e.B=d,e.r=h,e.s=v,e.z=g,e.a=m,e.F=y,e.u=b,e.g=w,e.e=x,e.f=C,e.h=_,e.C=S,e.n=k,e.D=j,e.l=O,e.t=B,e.E=A,e.k=T,e.m=E,e.j=P,e.i=L;var z=n(28),I=n.n(z),V=n(75),R=n.n(V),N=n(58),U=n.n(N),D="undefined"!=typeof window,F=D&&window.navigator.userAgent.toLowerCase(),$=F&&/msie|trident/.test(F),W=F&&F.indexOf("msie 9.0")>0,H=F&&F.indexOf("edge/")>0,X=F&&F.indexOf("android")>0,J=F&&/iphone|ipad|ipod|ios/.test(F),q=F&&/arkweb|harmony/.test(F),G=F&&/chrome\/\d+/.test(F)&&!H,K=F&&/MicroMessenger/i.test(F),Y=F&&/wxwork/i.test(F),Z=F&&/mucxiaoyusan/i.test(F),Q=F&&/muckacabao/i.test(F),tt=F&&/mucyanxuan/i.test(F),et=Z||Q,nt=F&&/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(F),rt={isIE:$,isMobile:nt,isIE9:W,isEdge:H,isAndroid:X,isIOS:J,isHarmonyOS:q,isChrome:G,isWx:K,isWxWork:Y,isApp:et,isXysApp:Z,isKcbApp:Q,isYxApp:tt},it=/MucWebAutoTester/.test(window.navigator.userAgent)},40:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},408:function(t,e,n){"use strict";function r(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t.offsetWidth;if(e){var r=t.currentStyle||getComputedStyle(t);n+=parseInt(r.marginLeft||0)+parseInt(r.marginRight||0)}return n}function i(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t.offsetHeight;if(e){var r=t.currentStyle||getComputedStyle(t);n+=parseInt(r.marginTop||0)+parseInt(r.marginBottom||0)}return n}function o(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";if(!t)return[""];var e=t.match(/([\s\S]*)\((报错编号:\d+)\)\s*$/);return e?[e[1],e[2]]:[t]}var s=n(25),a=n(108),c=n(65),u=n(116),l=n(62),f=n(4);e.a={name:"ActGoldDialog",mixins:[s.a,c.a,u.a],data:function(){return{staticTitle:"",staticContent:null,staticClosable:void 0,staticConfirmButtonText:"",staticConfirmButtonColor:"",staticCancelButtonText:"",staticCancelButtonColor:"",staticShowConfirmButton:void 0,staticShowCancelButton:void 0,extInfo:null}},props:{title:{type:String,default:""},content:{type:String,default:""},buttonType:{type:String,default:"default"},showConfirmButton:{type:Boolean,default:!0},showCancelButton:{type:Boolean,default:!1},confirmButtonText:{type:String,default:"确认"},cancelButtonText:{type:String,default:"取消"},confirmButtonColor:{type:String,default:""},width:{type:String,default:""},cancelButtonColor:{type:String,default:""},closable:{type:Boolean,default:!0},beforeClose:{type:Function,default:null},type:{type:String,default:""},cofirmButtonStyle:{type:Object,default:function(){}},cancelButtonStyle:{type:Object,default:function(){}}},computed:{renderTitle:function(){return this.staticTitle||this.title},originRenderContent:function(){return o(this.staticContent||this.content)},renderContent:function(){return this.originRenderContent&&this.originRenderContent[0]},tips:function(){return this.originRenderContent&&this.originRenderContent[1]},renderConfirmButtonText:function(){return this.staticConfirmButtonText||this.confirmButtonText},renderConfirmButtonColor:function(){return this.staticConfirmButtonColor||this.confirmButtonColor},renderCancelButtonText:function(){return this.staticCancelButtonText||this.cancelButtonText},renderCancelButtonColor:function(){return this.staticCancelButtonColor||this.cancelButtonColor},renderShowConfirmButton:function(){return Object(f.B)(this.staticShowConfirmButton)?this.showConfirmButton:this.staticShowConfirmButton},renderShowCancelButton:function(){return Object(f.B)(this.staticShowCancelButton)?this.showCancelButton:this.staticShowCancelButton},renderClosable:function(){return Object(f.B)(this.staticClosable)?this.closable:this.staticClosable},boxStyle:function(){var t={};return this.width&&(t.width=this.width),this.extInfo&&(t.top=this.extInfo.top+"px",t.left=this.extInfo.left+"px",t.transform="translate(0,0)",t.webkitTransform="translate(0,0)"),t},crumbStyle:function(){var t={};return this.extInfo&&this.extInfo.crumb&&(t.top=this.extInfo.crumb.top+"px",t.left=this.extInfo.crumb.left+"px"),t},confirmStyle:function(){var t={};return this.renderConfirmButtonColor&&"sticky"===this.buttonType?t.color=this.renderConfirmButtonColor:this.renderConfirmButtonColor&&"default"===this.buttonType&&(t.backgroundColor=this.renderConfirmButtonColor,t.borderColor=this.renderConfirmButtonColor),t},cancelStyle:function(){var t={};return this.renderCancelButtonColor&&(t.color=this.renderCancelButtonColor),t}},methods:{setData:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=n.closable,i=(n.buttonType,n.showConfirmButton),o=n.showCancelButton,s=n.confirmButtonText,a=n.confirmButtonColor,c=n.cancelButtonText,u=n.cancelButtonColor;this.staticTitle=t,this.staticContent=e,this.staticClosable=r,this.staticShowConfirmButton=i,this.staticShowCancelButton=o,this.staticConfirmButtonText=s,this.staticConfirmButtonColor=a,this.staticCancelButtonText=c,this.staticCancelButtonColor=u},showFollow:function(t){var e=this,n={crumb:{}},o=t.clientY-t.offsetY,s=document.body.clientWidth,a=document.body.clientHeight,c=o+i(t.target,!1),u=r(t.target,!1),f=t.clientX-t.offsetX+u/2-10;n.top=c+18,n.left=0,n.crumb.top=c+6,n.crumb.left=f,n.crumb.rotate=!1,this.extInfo=n,this.show(),this.$nextTick(function(){n=Object(l.a)({},n);var t=r(e.$refs.dialog,!1),p=t-42,d=(s-p)/2;if(n.left=f<d?Math.max(f-10,0):f>s-d-34?Math.min(f+u+10-t,s-t):(s-t)/2,c>a/2){var h=i(e.$refs.dialog,!1);n.top=o-h-15,n.crumb.top=o-18,n.crumb.left=f,n.crumb.rotate=!0}e.extInfo=n})},vhtmlReplace:function(t){return(t+"").replace(/<([^>]*)>/g,"《《《$1》》》").replace(/</g,"<").replace(/>/g,">").replace(/《《《/g,"<").replace(/》》》/g,">")},confirm:function(t){this.handleAction("confirm",t)},cancel:function(t){this.handleAction("cancel",t)},handleAction:function(t,e){var n=this;this.beforeClose?this.beforeClose(t,function(r){!1!==r&&(n.hide(),n.$emit(t,e))}):(this.hide(),this.$emit(t,e))},maskClick:function(){this.maskClosable&&this.close()},close:function(t){this.handleAction("close",t)}},components:{ActPopup:a.a}}},41:function(t,e,n){var r=n(10),i=n(2).document,o=r(i)&&r(i.createElement);t.exports=function(t){return o?i.createElement(t):{}}},425:function(t,e,n){"use strict";function r(t){return c.enc.Base64.stringify(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")}function i(t){var e=t.replace(/-/g,"+").replace(/_/g,"/"),n=e.length%4;return n>0&&(e+="====".substr(n)),c.enc.Base64.parse(e)}function o(t,e,n){var i=c.enc.Utf8.parse(t),o=c.AES.encrypt(i,n,{iv:e}),s=o.ciphertext.toString();return r(c.enc.Hex.parse(s))}function s(t,e,n){var r=i(t),o=c.enc.Base64.stringify(r);return c.AES.decrypt(o,n,{iv:e}).toString(c.enc.Utf8).toString()}function a(t){return c.MD5(t).toString()}e.c=o,e.a=s,e.d=a;var c={enc:{}};c.AES=n(426),c.enc.Utf8=n(430),c.enc.Hex=n(431),c.enc.Base64=n(320),c.MD5=n(321),e.b=c},426:function(t,e,n){!function(r,i,o){t.exports=e=i(n(119),n(320),n(321),n(322),n(429))}(0,function(t){return function(){var e=t,n=e.lib,r=n.BlockCipher,i=e.algo,o=[],s=[],a=[],c=[],u=[],l=[],f=[],p=[],d=[],h=[];!function(){for(var t=[],e=0;e<256;e++)t[e]=e<128?e<<1:e<<1^283;for(var n=0,r=0,e=0;e<256;e++){var i=r^r<<1^r<<2^r<<3^r<<4;i=i>>>8^255&i^99,o[n]=i,s[i]=n;var v=t[n],g=t[v],m=t[g],y=257*t[i]^16843008*i;a[n]=y<<24|y>>>8,c[n]=y<<16|y>>>16,u[n]=y<<8|y>>>24,l[n]=y;var y=16843009*m^65537*g^257*v^16843008*n;f[i]=y<<24|y>>>8,p[i]=y<<16|y>>>16,d[i]=y<<8|y>>>24,h[i]=y,n?(n=v^t[t[t[m^v]]],r^=t[t[r]]):n=r=1}}();var v=[0,1,2,4,8,16,32,64,128,27,54],g=i.AES=r.extend({_doReset:function(){if(!this._nRounds||this._keyPriorReset!==this._key){for(var t=this._keyPriorReset=this._key,e=t.words,n=t.sigBytes/4,r=this._nRounds=n+6,i=4*(r+1),s=this._keySchedule=[],a=0;a<i;a++)if(a<n)s[a]=e[a];else{var c=s[a-1];a%n?n>6&&a%n==4&&(c=o[c>>>24]<<24|o[c>>>16&255]<<16|o[c>>>8&255]<<8|o[255&c]):(c=c<<8|c>>>24,c=o[c>>>24]<<24|o[c>>>16&255]<<16|o[c>>>8&255]<<8|o[255&c],c^=v[a/n|0]<<24),s[a]=s[a-n]^c}for(var u=this._invKeySchedule=[],l=0;l<i;l++){var a=i-l;if(l%4)var c=s[a];else var c=s[a-4];u[l]=l<4||a<=4?c:f[o[c>>>24]]^p[o[c>>>16&255]]^d[o[c>>>8&255]]^h[o[255&c]]}}},encryptBlock:function(t,e){this._doCryptBlock(t,e,this._keySchedule,a,c,u,l,o)},decryptBlock:function(t,e){var n=t[e+1];t[e+1]=t[e+3],t[e+3]=n,this._doCryptBlock(t,e,this._invKeySchedule,f,p,d,h,s);var n=t[e+1];t[e+1]=t[e+3],t[e+3]=n},_doCryptBlock:function(t,e,n,r,i,o,s,a){for(var c=this._nRounds,u=t[e]^n[0],l=t[e+1]^n[1],f=t[e+2]^n[2],p=t[e+3]^n[3],d=4,h=1;h<c;h++){var v=r[u>>>24]^i[l>>>16&255]^o[f>>>8&255]^s[255&p]^n[d++],g=r[l>>>24]^i[f>>>16&255]^o[p>>>8&255]^s[255&u]^n[d++],m=r[f>>>24]^i[p>>>16&255]^o[u>>>8&255]^s[255&l]^n[d++],y=r[p>>>24]^i[u>>>16&255]^o[l>>>8&255]^s[255&f]^n[d++];u=v,l=g,f=m,p=y}var v=(a[u>>>24]<<24|a[l>>>16&255]<<16|a[f>>>8&255]<<8|a[255&p])^n[d++],g=(a[l>>>24]<<24|a[f>>>16&255]<<16|a[p>>>8&255]<<8|a[255&u])^n[d++],m=(a[f>>>24]<<24|a[p>>>16&255]<<16|a[u>>>8&255]<<8|a[255&l])^n[d++],y=(a[p>>>24]<<24|a[u>>>16&255]<<16|a[l>>>8&255]<<8|a[255&f])^n[d++];t[e]=v,t[e+1]=g,t[e+2]=m,t[e+3]=y},keySize:8});e.AES=r._createHelper(g)}(),t.AES})},427:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return function(){var e=t,n=e.lib,r=n.WordArray,i=n.Hasher,o=e.algo,s=[],a=o.SHA1=i.extend({_doReset:function(){this._hash=new r.init([1732584193,4023233417,2562383102,271733878,3285377520])},_doProcessBlock:function(t,e){for(var n=this._hash.words,r=n[0],i=n[1],o=n[2],a=n[3],c=n[4],u=0;u<80;u++){if(u<16)s[u]=0|t[e+u];else{var l=s[u-3]^s[u-8]^s[u-14]^s[u-16];s[u]=l<<1|l>>>31}var f=(r<<5|r>>>27)+c+s[u];f+=u<20?1518500249+(i&o|~i&a):u<40?1859775393+(i^o^a):u<60?(i&o|i&a|o&a)-1894007588:(i^o^a)-899497514,c=a,a=o,o=i<<30|i>>>2,i=r,r=f}n[0]=n[0]+r|0,n[1]=n[1]+i|0,n[2]=n[2]+o|0,n[3]=n[3]+a|0,n[4]=n[4]+c|0},_doFinalize:function(){var t=this._data,e=t.words,n=8*this._nDataBytes,r=8*t.sigBytes;return e[r>>>5]|=128<<24-r%32,e[14+(r+64>>>9<<4)]=Math.floor(n/4294967296),e[15+(r+64>>>9<<4)]=n,t.sigBytes=4*e.length,this._process(),this._hash},clone:function(){var t=i.clone.call(this);return t._hash=this._hash.clone(),t}});e.SHA1=i._createHelper(a),e.HmacSHA1=i._createHmacHelper(a)}(),t.SHA1})},428:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){!function(){var e=t,n=e.lib,r=n.Base,i=e.enc,o=i.Utf8,s=e.algo;s.HMAC=r.extend({init:function(t,e){t=this._hasher=new t.init,"string"==typeof e&&(e=o.parse(e));var n=t.blockSize,r=4*n;e.sigBytes>r&&(e=t.finalize(e)),e.clamp();for(var i=this._oKey=e.clone(),s=this._iKey=e.clone(),a=i.words,c=s.words,u=0;u<n;u++)a[u]^=1549556828,c[u]^=909522486;i.sigBytes=s.sigBytes=r,this.reset()},reset:function(){var t=this._hasher;t.reset(),t.update(this._iKey)},update:function(t){return this._hasher.update(t),this},finalize:function(t){var e=this._hasher,n=e.finalize(t);return e.reset(),e.finalize(this._oKey.clone().concat(n))}})}()})},429:function(t,e,n){!function(r,i,o){t.exports=e=i(n(119),n(322))}(0,function(t){t.lib.Cipher||function(e){var n=t,r=n.lib,i=r.Base,o=r.WordArray,s=r.BufferedBlockAlgorithm,a=n.enc,c=(a.Utf8,a.Base64),u=n.algo,l=u.EvpKDF,f=r.Cipher=s.extend({cfg:i.extend(),createEncryptor:function(t,e){return this.create(this._ENC_XFORM_MODE,t,e)},createDecryptor:function(t,e){return this.create(this._DEC_XFORM_MODE,t,e)},init:function(t,e,n){this.cfg=this.cfg.extend(n),this._xformMode=t,this._key=e,this.reset()},reset:function(){s.reset.call(this),this._doReset()},process:function(t){return this._append(t),this._process()},finalize:function(t){return t&&this._append(t),this._doFinalize()},keySize:4,ivSize:4,_ENC_XFORM_MODE:1,_DEC_XFORM_MODE:2,_createHelper:function(){function t(t){return"string"==typeof t?_:w}return function(e){return{encrypt:function(n,r,i){return t(r).encrypt(e,n,r,i)},decrypt:function(n,r,i){return t(r).decrypt(e,n,r,i)}}}}()}),p=(r.StreamCipher=f.extend({_doFinalize:function(){return this._process(!0)},blockSize:1}),n.mode={}),d=r.BlockCipherMode=i.extend({createEncryptor:function(t,e){return this.Encryptor.create(t,e)},createDecryptor:function(t,e){return this.Decryptor.create(t,e)},init:function(t,e){this._cipher=t,this._iv=e}}),h=p.CBC=function(){function t(t,n,r){var i=this._iv;if(i){var o=i;this._iv=e}else var o=this._prevBlock;for(var s=0;s<r;s++)t[n+s]^=o[s]}var n=d.extend();return n.Encryptor=n.extend({processBlock:function(e,n){var r=this._cipher,i=r.blockSize;t.call(this,e,n,i),r.encryptBlock(e,n),this._prevBlock=e.slice(n,n+i)}}),n.Decryptor=n.extend({processBlock:function(e,n){var r=this._cipher,i=r.blockSize,o=e.slice(n,n+i);r.decryptBlock(e,n),t.call(this,e,n,i),this._prevBlock=o}}),n}(),v=n.pad={},g=v.Pkcs7={pad:function(t,e){for(var n=4*e,r=n-t.sigBytes%n,i=r<<24|r<<16|r<<8|r,s=[],a=0;a<r;a+=4)s.push(i);var c=o.create(s,r);t.concat(c)},unpad:function(t){var e=255&t.words[t.sigBytes-1>>>2];t.sigBytes-=e}},m=(r.BlockCipher=f.extend({cfg:f.cfg.extend({mode:h,padding:g}),reset:function(){f.reset.call(this);var t=this.cfg,e=t.iv,n=t.mode;if(this._xformMode==this._ENC_XFORM_MODE)var r=n.createEncryptor;else{var r=n.createDecryptor;this._minBufferSize=1}this._mode&&this._mode.__creator==r?this._mode.init(this,e&&e.words):(this._mode=r.call(n,this,e&&e.words),this._mode.__creator=r)},_doProcessBlock:function(t,e){this._mode.processBlock(t,e)},_doFinalize:function(){var t=this.cfg.padding;if(this._xformMode==this._ENC_XFORM_MODE){t.pad(this._data,this.blockSize);var e=this._process(!0)}else{var e=this._process(!0);t.unpad(e)}return e},blockSize:4}),r.CipherParams=i.extend({init:function(t){this.mixIn(t)},toString:function(t){return(t||this.formatter).stringify(this)}})),y=n.format={},b=y.OpenSSL={stringify:function(t){var e=t.ciphertext,n=t.salt;if(n)var r=o.create([1398893684,1701076831]).concat(n).concat(e);else var r=e;return r.toString(c)},parse:function(t){var e=c.parse(t),n=e.words;if(1398893684==n[0]&&1701076831==n[1]){var r=o.create(n.slice(2,4));n.splice(0,4),e.sigBytes-=16}return m.create({ciphertext:e,salt:r})}},w=r.SerializableCipher=i.extend({cfg:i.extend({format:b}),encrypt:function(t,e,n,r){r=this.cfg.extend(r);var i=t.createEncryptor(n,r),o=i.finalize(e),s=i.cfg;return m.create({ciphertext:o,key:n,iv:s.iv,algorithm:t,mode:s.mode,padding:s.padding,blockSize:t.blockSize,formatter:r.format})},decrypt:function(t,e,n,r){return r=this.cfg.extend(r),e=this._parse(e,r.format),t.createDecryptor(n,r).finalize(e.ciphertext)},_parse:function(t,e){return"string"==typeof t?e.parse(t,this):t}}),x=n.kdf={},C=x.OpenSSL={execute:function(t,e,n,r){r||(r=o.random(8));var i=l.create({keySize:e+n}).compute(t,r),s=o.create(i.words.slice(e),4*n);return i.sigBytes=4*e,m.create({key:i,iv:s,salt:r})}},_=r.PasswordBasedCipher=w.extend({cfg:w.cfg.extend({kdf:C}),encrypt:function(t,e,n,r){r=this.cfg.extend(r);var i=r.kdf.execute(n,t.keySize,t.ivSize);r.iv=i.iv;var o=w.encrypt.call(this,t,e,i.key,r);return o.mixIn(i),o},decrypt:function(t,e,n,r){r=this.cfg.extend(r),e=this._parse(e,r.format);var i=r.kdf.execute(n,t.keySize,t.ivSize,e.salt);return r.iv=i.iv,w.decrypt.call(this,t,e,i.key,r)}})}()})},430:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return t.enc.Utf8})},431:function(t,e,n){!function(r,i){t.exports=e=i(n(119))}(0,function(t){return t.enc.Hex})},45:function(t,e,n){"use strict";var r=n(16),i=n(13),o=n(49),s=n(7),a=n(20),c=n(67),u=n(27),l=n(71),f=n(3)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,e,n,h,v,g,m){c(n,e,h);var y,b,w,x=function(t){if(!p&&t in k)return k[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},C=e+" Iterator",_="values"==v,S=!1,k=t.prototype,j=k[f]||k["@@iterator"]||v&&k[v],O=j||x(v),B=v?_?x("entries"):O:void 0,A="Array"==e?k.entries||j:j;if(A&&(w=l(A.call(new t)))!==Object.prototype&&w.next&&(u(w,C,!0),r||"function"==typeof w[f]||s(w,f,d)),_&&j&&"values"!==j.name&&(S=!0,O=function(){return j.call(this)}),r&&!m||!p&&!S&&k[f]||s(k,f,O),a[e]=O,a[C]=d,v)if(y={values:_?O:x("values"),keys:g?O:x("keys"),entries:B},m)for(b in y)b in k||o(k,b,y[b]);else i(i.P+i.F*(p||S),e,y);return y}},46:function(t,e,n){var r=n(9),i=n(68),o=n(33),s=n(31)("IE_PROTO"),a=function(){},c=function(){var t,e=n(41)("iframe"),r=o.length;for(e.style.display="none",n(60).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;r--;)delete c.prototype[o[r]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(a.prototype=r(t),n=new a,a.prototype=null,n[s]=t):n=c(),void 0===e?n:i(n,e)}},47:function(t,e,n){var r=n(26);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},48:function(t,e,n){t.exports=!n(5)&&!n(12)(function(){return 7!=Object.defineProperty(n(41)("div"),"a",{get:function(){return 7}}).a})},49:function(t,e,n){t.exports=n(7)},5:function(t,e,n){t.exports=!n(12)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},50:function(t,e,n){var r=n(6),i=n(11),o=n(69)(!1),s=n(31)("IE_PROTO");t.exports=function(t,e){var n,a=i(t),c=0,u=[];for(n in a)n!=s&&r(a,n)&&u.push(n);for(;e.length>c;)r(a,n=e[c++])&&(~o(u,n)||u.push(n));return u}},51:function(t,e,n){var r=n(50),i=n(33).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,i)}},52:function(t,e,n){"use strict";var r=n(66)(!0);n(45)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=r(e,n),this._i+=t.length,{value:t,done:!1})})},53:function(t,e,n){var r=n(11),i=n(51).f,o={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return i(t)}catch(t){return s.slice()}};t.exports.f=function(t){return s&&"[object Window]"==o.call(t)?a(t):i(r(t))}},54:function(t,e,n){n(72);for(var r=n(2),i=n(7),o=n(20),s=n(3)("toStringTag"),a="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),c=0;c<a.length;c++){var u=a[c],l=r[u],f=l&&l.prototype;f&&!f[s]&&i(f,s,u),o[u]=o.Array}},55:function(t,e,n){"use strict";var r=n(2),i=n(6),o=n(5),s=n(13),a=n(49),c=n(76).KEY,u=n(12),l=n(32),f=n(27),p=n(22),d=n(3),h=n(36),v=n(37),g=n(82),m=n(77),y=n(9),b=n(10),w=n(23),x=n(11),C=n(34),_=n(21),S=n(46),k=n(53),j=n(83),O=n(35),B=n(8),A=n(14),T=j.f,E=B.f,P=k.f,M=r.Symbol,L=r.JSON,z=L&&L.stringify,I=d("_hidden"),V=d("toPrimitive"),R={}.propertyIsEnumerable,N=l("symbol-registry"),U=l("symbols"),D=l("op-symbols"),F=Object.prototype,$="function"==typeof M&&!!O.f,W=r.QObject,H=!W||!W.prototype||!W.prototype.findChild,X=o&&u(function(){return 7!=S(E({},"a",{get:function(){return E(this,"a",{value:7}).a}})).a})?function(t,e,n){var r=T(F,e);r&&delete F[e],E(t,e,n),r&&t!==F&&E(F,e,r)}:E,J=function(t){var e=U[t]=S(M.prototype);return e._k=t,e},q=$&&"symbol"==typeof M.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof M},G=function(t,e,n){return t===F&&G(D,e,n),y(t),e=C(e,!0),y(n),i(U,e)?(n.enumerable?(i(t,I)&&t[I][e]&&(t[I][e]=!1),n=S(n,{enumerable:_(0,!1)})):(i(t,I)||E(t,I,_(1,{})),t[I][e]=!0),X(t,e,n)):E(t,e,n)},K=function(t,e){y(t);for(var n,r=g(e=x(e)),i=0,o=r.length;o>i;)G(t,n=r[i++],e[n]);return t},Y=function(t,e){return void 0===e?S(t):K(S(t),e)},Z=function(t){var e=R.call(this,t=C(t,!0));return!(this===F&&i(U,t)&&!i(D,t))&&(!(e||!i(this,t)||!i(U,t)||i(this,I)&&this[I][t])||e)},Q=function(t,e){if(t=x(t),e=C(e,!0),t!==F||!i(U,e)||i(D,e)){var n=T(t,e);return!n||!i(U,e)||i(t,I)&&t[I][e]||(n.enumerable=!0),n}},tt=function(t){for(var e,n=P(x(t)),r=[],o=0;n.length>o;)i(U,e=n[o++])||e==I||e==c||r.push(e);return r},et=function(t){for(var e,n=t===F,r=P(n?D:x(t)),o=[],s=0;r.length>s;)!i(U,e=r[s++])||n&&!i(F,e)||o.push(U[e]);return o};$||(M=function(){if(this instanceof M)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),e=function(n){this===F&&e.call(D,n),i(this,I)&&i(this[I],t)&&(this[I][t]=!1),X(this,t,_(1,n))};return o&&H&&X(F,t,{configurable:!0,set:e}),J(t)},a(M.prototype,"toString",function(){return this._k}),j.f=Q,B.f=G,n(51).f=k.f=tt,n(24).f=Z,O.f=et,o&&!n(16)&&a(F,"propertyIsEnumerable",Z,!0),h.f=function(t){return J(d(t))}),s(s.G+s.W+s.F*!$,{Symbol:M});for(var nt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),rt=0;nt.length>rt;)d(nt[rt++]);for(var it=A(d.store),ot=0;it.length>ot;)v(it[ot++]);s(s.S+s.F*!$,"Symbol",{for:function(t){return i(N,t+="")?N[t]:N[t]=M(t)},keyFor:function(t){if(!q(t))throw TypeError(t+" is not a symbol!");for(var e in N)if(N[e]===t)return e},useSetter:function(){H=!0},useSimple:function(){H=!1}}),s(s.S+s.F*!$,"Object",{create:Y,defineProperty:G,defineProperties:K,getOwnPropertyDescriptor:Q,getOwnPropertyNames:tt,getOwnPropertySymbols:et});var st=u(function(){O.f(1)});s(s.S+s.F*st,"Object",{getOwnPropertySymbols:function(t){return O.f(w(t))}}),L&&s(s.S+s.F*(!$||u(function(){var t=M();return"[null]"!=z([t])||"{}"!=z({a:t})||"{}"!=z(Object(t))})),"JSON",{stringify:function(t){for(var e,n,r=[t],i=1;arguments.length>i;)r.push(arguments[i++]);if(n=e=r[1],(b(e)||void 0!==t)&&!q(t))return m(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!q(e))return e}),r[1]=e,z.apply(L,r)}}),M.prototype[V]||n(7)(M.prototype,V,M.prototype.valueOf),f(M,"Symbol"),f(Math,"Math",!0),f(r.JSON,"JSON",!0)},56:function(t,e,n){t.exports={default:n(139),__esModule:!0}},57:function(t,e,n){var r=n(13),i=n(0),o=n(12);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],s={};s[t]=e(n),r(r.S+r.F*o(function(){n(1)}),"Object",s)}},58:function(t,e,n){t.exports={default:n(78),__esModule:!0}},59:function(t,e,n){var r=n(30),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},6:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},60:function(t,e,n){var r=n(2).document;t.exports=r&&r.documentElement},61:function(t,e){},62:function(t,e,n){"use strict";function r(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}var i=n(74),o=n.n(i),s=n(92),a=n.n(s),c=n(28),u=n.n(c),l=n(95),f=n.n(l),p=f.a,d=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,v=function(){try{if(!u.a)return!1;var t=new String("abc");if(t[5]="de","5"===a()(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==a()(e).map(function(t){return e[t]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(t){r[t]=t}),"abcdefghijklmnopqrst"===o()(u()({},r)).join("")}catch(t){return!1}}()?u.a:function(t,e){for(var n,i,o=r(t),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var a in n)d.call(n,a)&&(o[a]=n[a]);if(p){i=p(n);for(var c=0;c<i.length;c++)h.call(n,i[c])&&(o[i[c]]=n[i[c]])}}return o};e.a=v},625:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),i=n(626);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createJigsaw=Object(r.a)(i.a,t)},e.default=i.a},626:function(t,e,n){"use strict";function r(t){a||n(627)}var i=n(398),o=n(628),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-6ac6a5a2",null);u.options.__file="src\\components\\Jigsaw\\src\\index.vue",e.a=u.exports},627:function(t,e){},628:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-jigsaw"},[n("div",{ref:"jigsawImg",staticClass:"act-jigsaw-img"},[n("div",{staticClass:"img-bg"},["picture"===t.status?n("img",{staticClass:"slider-img",attrs:{src:t.bgImgUrl}}):t._e(),t._v(" "),"picture"===t.status?n("div",{staticClass:"slider-piece",class:{smooth:t.smooth},style:{width:t.pieceWidth+"px",top:t.pieceY+"px",transform:"translateX("+t.pieceX+"px)"}},[n("img",{class:{shake:t.shake},attrs:{src:t.frontImgUrl},on:{mousedown:function(e){return t.mousedown(e,1)},touchstart:t.touchstart,touchmove:t.touchmove,touchend:function(e){return t.touchend(e,1)}}})]):t._e(),t._v(" "),"loading"===t.status?n("div",{staticClass:"img-loading"},[n("act-loading",{directives:[{name:"show",rawName:"v-show",value:!0,expression:"true"}],attrs:{type:"cir3",color:"#999"}})],1):t._e(),t._v(" "),"error"===t.status?n("div",{staticClass:"img-error",on:{click:function(e){return t.reset(!0)}}},[n("p",[t._v("图片加载失败,请点击刷新")]),t._v(" "),n("img",{staticClass:"icon-refresh",attrs:{src:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAflBMVEUAAACzs7Ozs7Ozs7O0tLSzs7O0tLS0tLSzs7Ozs7O0tLSzs7Ozs7Ozs7Ozs7Ozs7O0tLSzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0tLS1tbWvr6+0tLSzs7Ozs7Ozs7Ozs7Ozs7Ozs7O0tLS0tLSzs7O0tLS0tLSysrKysrKzs7OviM2hAAAAKXRSTlMA7fqzBvMjA8+poGGTT+fAZeHKmoRxa1Y9GhMM2NPEjVxDM3geHKR8RX/2SbEAAAFsSURBVDjLjZTpcoIwEIATIOUIILccgojnvv8Ldneg1GKY7vdDQ+Zzr3ERf3Drp91LJdNDrhuxy1co4Y2DdozaPYAtqXbXIKuXKCCkXVRjcs2zJeoiPO1Fcx50bQX1GqJNPLpSEZWewyJ2B7oMNvVHJ/qxFp2Noed4AyWNxBbnTGZJZQyCoDa8mzAwWjCT0ZMmrxVGjovZ47nB6cV3YSZSs3jCc47flx2v+kmd4ijxHOx42Mwq0oNlTuz4sCKFG+8GvASZ+hUn/KzFLrdXmR8kJhVXtF3xD22dCKzDFhx6gIIlYv6EJeIUjyxRochNrVmix2yGP54SB+5wxGn+kzFIAXyWWABYXxyxsbghQ6wy4ohtjI2zkh9pyxpu8pMxZuT53fsW2TuvFIqQiK0J/ibopYePhXJDurMer3V9unGgKzV+dCSBUPa50roMBwsIbzJMKbRggywd8w4X8bvmVZ3Yw52uvhcrGWdBtensGxQBNRSqRdcZAAAAAElFTkSuQmCC",alt:""}})]):t._e()])]),t._v(" "),n("div",{staticClass:"act-jigsaw-track"},[n("div",{staticClass:"bar"}),t._v(" "),n("div",{ref:"trackWrap",staticClass:"track-wrap",class:{smooth:t.smooth},style:{transform:"translateX("+t.trackX+"px)"}},[n("div",{staticClass:"slider-track",class:{shake:t.shake},style:{backgroundColor:t.brandColor},on:{mousedown:function(e){return t.mousedown(e,2)},touchstart:t.touchstart,touchmove:t.touchmove,touchend:function(e){return t.touchend(e,2)}}},[t._m(0)])])])])},i=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"track"},[n("i",{staticClass:"line"}),t._v(" "),n("i",{staticClass:"line"}),t._v(" "),n("i",{staticClass:"line"})])}];r._withStripped=!0},63:function(t,e,n){"use strict";function r(t){var e,n;this.promise=new t(function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r}),this.resolve=i(e),this.reject=i(n)}var i=n(40);t.exports.f=function(t){return new r(t)}},634:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(15),i=n(635);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createGoldDialog=Object(r.a)(i.a,t)},e.default=i.a},635:function(t,e,n){"use strict";function r(t){a||n(636)}var i=n(408),o=n(637),s=n(1),a=!1,c=r,u=Object(s.a)(i.a,o.a,o.b,!1,c,"data-v-1703e254",null);u.options.__file="src\\components\\GoldDialog\\src\\index.vue",e.a=u.exports},636:function(t,e){},637:function(t,e,n){"use strict";n.d(e,"a",function(){return r}),n.d(e,"b",function(){return i});var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("act-popup",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],attrs:{mask:!0,zIndex:t.zIndex,type:t.type},on:{touchmove:function(t){t.preventDefault()},"mask-click":t.maskClick},scopedSlots:t._u([{key:"mask",fn:function(){return[t.extInfo&&t.extInfo.crumb?n("div",{staticClass:"act-gold-dialog-crumb",class:{"crumb-rotate":t.extInfo.crumb.rotate},style:t.crumbStyle}):t._e(),t._v(" "),n("div",{ref:"dialog",staticClass:"gold-dialog",style:t.boxStyle,on:{click:function(t){t.stopPropagation()}}},[t.renderClosable?n("span",{staticClass:"gold-dialog-close",on:{click:function(e){return e.stopPropagation(),t.close(e)}}},[n("i")]):t._e(),t._v(" "),t.renderTitle?n("div",{staticClass:"gold-dialog-title",class:{"align-left":t.extInfo}},[t._v("\n "+t._s(t.renderTitle)+"\n ")]):t._e(),t._v(" "),n("div",{class:["gold-dialog-content",{"no-title":!t.renderTitle}],on:{touchmove:function(t){t.stopPropagation()}}},[t.$slots.default?t._t("default"):n("div",{staticClass:"gold-dialog-text"},[n("div",{domProps:{innerHTML:t._s(t.vhtmlReplace(t.renderContent))}}),t._v(" "),t.tips?n("div",{staticClass:"gold-dialog-tips"},[t._v("\n "+t._s(t.tips)+"\n ")]):t._e()])],2),t._v(" "),n("div",{class:["gold-dialog-btn","gold-btn-"+t.buttonType]},[t.renderShowCancelButton?n("a",{staticClass:"gold-dialog-item gold-dialog-cancel",style:Object.assign({},t.cancelButtonStyle,t.cancelStyle),on:{click:t.cancel}},[t._v("\n "+t._s(t.renderCancelButtonText)+"\n ")]):t._e(),t._v(" "),t.renderShowConfirmButton?n("a",{staticClass:"gold-dialog-item gold-dialog-confirm",style:Object.assign({},t.cofirmButtonStyle,t.confirmStyle),on:{click:t.confirm}},[t._v("\n "+t._s(t.renderConfirmButtonText)+"\n ")]):t._e()])])]},proxy:!0}],null,!0)})},i=[];r._withStripped=!0},64:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},65:function(t,e,n){"use strict";e.a={props:{zIndex:{type:Number,default:100},maskClosable:{type:Boolean,default:!1}}}},66:function(t,e,n){var r=n(30),i=n(29);t.exports=function(t){return function(e,n){var o,s,a=String(i(e)),c=r(n),u=a.length;return c<0||c>=u?t?"":void 0:(o=a.charCodeAt(c),o<55296||o>56319||c+1===u||(s=a.charCodeAt(c+1))<56320||s>57343?t?a.charAt(c):o:t?a.slice(c,c+2):s-56320+(o-55296<<10)+65536)}}},67:function(t,e,n){"use strict";var r=n(46),i=n(21),o=n(27),s={};n(7)(s,n(3)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=r(s,{next:i(1,n)}),o(t,e+" Iterator")}},68:function(t,e,n){var r=n(8),i=n(9),o=n(14);t.exports=n(5)?Object.defineProperties:function(t,e){i(t);for(var n,s=o(e),a=s.length,c=0;a>c;)r.f(t,n=s[c++],e[n]);return t}},69:function(t,e,n){var r=n(11),i=n(59),o=n(70);t.exports=function(t){return function(e,n,s){var a,c=r(e),u=i(c.length),l=o(s,u);if(t&&n!=n){for(;u>l;)if((a=c[l++])!=a)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}}},7:function(t,e,n){var r=n(8),i=n(21);t.exports=n(5)?function(t,e,n){return r.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},70:function(t,e,n){var r=n(30),i=Math.max,o=Math.min;t.exports=function(t,e){return t=r(t),t<0?i(t+e,0):o(t,e)}},71:function(t,e,n){var r=n(6),i=n(23),o=n(31)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),r(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},72:function(t,e,n){"use strict";var r=n(73),i=n(64),o=n(20),s=n(11);t.exports=n(45)(Array,"Array",function(t,e){this._t=s(t),this._i=0,this._k=e},function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,i(1)):"keys"==e?i(0,n):"values"==e?i(0,t[n]):i(0,[n,t[n]])},"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},73:function(t,e){t.exports=function(){}},74:function(t,e,n){t.exports={default:n(90),__esModule:!0}},75:function(t,e,n){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var i=n(84),o=r(i),s=n(86),a=r(s),c="function"==typeof a.default&&"symbol"==typeof o.default?function(t){return typeof t}:function(t){return t&&"function"==typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":typeof t};e.default="function"==typeof a.default&&"symbol"===c(o.default)?function(t){return void 0===t?"undefined":c(t)}:function(t){return t&&"function"==typeof a.default&&t.constructor===a.default&&t!==a.default.prototype?"symbol":void 0===t?"undefined":c(t)}},76:function(t,e,n){var r=n(22)("meta"),i=n(10),o=n(6),s=n(8).f,a=0,c=Object.isExtensible||function(){return!0},u=!n(12)(function(){return c(Object.preventExtensions({}))}),l=function(t){s(t,r,{value:{i:"O"+ ++a,w:{}}})},f=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,r)){if(!c(t))return"F";if(!e)return"E";l(t)}return t[r].i},p=function(t,e){if(!o(t,r)){if(!c(t))return!0;if(!e)return!1;l(t)}return t[r].w},d=function(t){return u&&h.NEED&&c(t)&&!o(t,r)&&l(t),t},h=t.exports={KEY:r,NEED:!1,fastKey:f,getWeak:p,onFreeze:d}},77:function(t,e,n){var r=n(26);t.exports=Array.isArray||function(t){return"Array"==r(t)}},78:function(t,e,n){var r=n(0),i=r.JSON||(r.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},79:function(t,e,n){n(80),t.exports=n(0).Object.assign},8:function(t,e,n){var r=n(9),i=n(48),o=n(34),s=Object.defineProperty;e.f=n(5)?Object.defineProperty:function(t,e,n){if(r(t),e=o(e,!0),r(n),i)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},80:function(t,e,n){var r=n(13);r(r.S+r.F,"Object",{assign:n(81)})},81:function(t,e,n){"use strict";var r=n(5),i=n(14),o=n(35),s=n(24),a=n(23),c=n(47),u=Object.assign;t.exports=!u||n(12)(function(){var t={},e={},n=Symbol(),r="abcdefghijklmnopqrst";return t[n]=7,r.split("").forEach(function(t){e[t]=t}),7!=u({},t)[n]||Object.keys(u({},e)).join("")!=r})?function(t,e){for(var n=a(t),u=arguments.length,l=1,f=o.f,p=s.f;u>l;)for(var d,h=c(arguments[l++]),v=f?i(h).concat(f(h)):i(h),g=v.length,m=0;g>m;)d=v[m++],r&&!p.call(h,d)||(n[d]=h[d]);return n}:u},82:function(t,e,n){var r=n(14),i=n(35),o=n(24);t.exports=function(t){var e=r(t),n=i.f;if(n)for(var s,a=n(t),c=o.f,u=0;a.length>u;)c.call(t,s=a[u++])&&e.push(s);return e}},83:function(t,e,n){var r=n(24),i=n(21),o=n(11),s=n(34),a=n(6),c=n(48),u=Object.getOwnPropertyDescriptor;e.f=n(5)?u:function(t,e){if(t=o(t),e=s(e,!0),c)try{return u(t,e)}catch(t){}if(a(t,e))return i(!r.f.call(t,e),t[e])}},84:function(t,e,n){t.exports={default:n(85),__esModule:!0}},85:function(t,e,n){n(52),n(54),t.exports=n(36).f("iterator")},86:function(t,e,n){t.exports={default:n(87),__esModule:!0}},87:function(t,e,n){n(55),n(61),n(88),n(89),t.exports=n(0).Symbol},88:function(t,e,n){n(37)("asyncIterator")},89:function(t,e,n){n(37)("observable")},9:function(t,e,n){var r=n(10);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},90:function(t,e,n){n(91),t.exports=n(0).Object.keys},91:function(t,e,n){var r=n(23),i=n(14);n(57)("keys",function(){return function(t){return i(r(t))}})},92:function(t,e,n){t.exports={default:n(93),__esModule:!0}},93:function(t,e,n){n(94);var r=n(0).Object;t.exports=function(t){return r.getOwnPropertyNames(t)}},94:function(t,e,n){n(57)("getOwnPropertyNames",function(){return n(53).f})},95:function(t,e,n){t.exports={default:n(96),__esModule:!0}},96:function(t,e,n){n(55),t.exports=n(0).Object.getOwnPropertySymbols},98:function(t,e,n){"use strict";function r(t){var e={},n={},r={};for(var c in t)if(t.hasOwnProperty(c))if(-1!==a.indexOf(c))e[c]=t[c];else if(s.test(c)){var u=s.exec(c)[1];u=Object(o.a)(u),r[u]=t[c]}else n[c]=t[c];return e.on=Object(i.a)(r,e.on),e.props=Object(i.a)(n,e.props),e}e.a=r;var i=n(62),o=n(99),s=new RegExp(/^on(.+)/),a=["class","style","attrs","props","domProps","on","nativeOn","directives","scopedSlots","slot","key","ref","refInFor"]},99:function(t,e,n){"use strict";function r(t,e){var n=c(t,e);return n.charAt(0).toLowerCase()+n.slice(1)}e.a=r;var i=n(28),o=n.n(i),s=n(4),a=function(t){for(var e=!1,n=!1,r=!1,i=0;i<t.length;i++){var o=t[i];e&&/[a-zA-Z]/.test(o)&&o.toUpperCase()===o?(t=t.slice(0,i)+"-"+t.slice(i),e=!1,r=n,n=!0,i++):n&&r&&/[a-zA-Z]/.test(o)&&o.toLowerCase()===o?(t=t.slice(0,i-1)+"-"+t.slice(i-1),r=n,n=!1,e=!0):(e=o.toLowerCase()===o&&o.toUpperCase()!==o,r=n,n=o.toUpperCase()===o&&o.toLowerCase()!==o)}return t},c=function(t,e){if("string"!=typeof t&&!Object(s.o)(t))throw new TypeError("Expected the input to be `string | string[]`");e=o()({pascalCase:!1},e);return t=Array.isArray(t)?t.map(function(t){return t.trim()}).filter(function(t){return t.length}).join("-"):t.trim(),0===t.length?"":1===t.length?e.pascalCase?t.toUpperCase():t.toLowerCase():(t!==t.toLowerCase()&&(t=a(t)),t=t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(t,e){return e.toUpperCase()}).replace(/\d+(\w|$)/g,function(t){return t.toUpperCase()}),function(t){return e.pascalCase?t.charAt(0).toUpperCase()+t.slice(1):t}(t))}}})});
|