@xysfe/actui 1.5.9 → 1.5.10

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.
@@ -1 +1 @@
1
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@xysfe/actui/es/BScroll/index.js")):"function"==typeof define&&define.amd?define(["@xysfe/actui/es/BScroll/index.js"],e):"object"==typeof exports?exports.GoldConclusion=e(require("@xysfe/actui/es/BScroll/index.js")):t.GoldConclusion=e(t["@xysfe/actui/es/BScroll/index.js"])}("undefined"!=typeof self?self:this,function(t){return function(t){function e(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return t[o].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,o){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},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="../es",e(e.s=1467)}({0:function(t,e){var n=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},1: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)},10:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},100:function(t,e,n){"use strict";var o=n(39),i=n(95);e.a={name:"ActPopup",mixins:[o.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)}}}},101:function(t,e,n){t.exports={default:n(113),__esModule:!0}},102:function(t,e,n){var o=n(94),i=n(2)("iterator"),r=n(16);t.exports=n(0).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||r[o(t)]}},105:function(t,e,n){"use strict";function o(t){c||n(120)}var i=n(100),r=n(121),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,null,null);l.options.__file="src\\components\\common\\popup.vue",e.a=l.exports},1051:function(t,e,n){"use strict";var o=n(234),i=n(1470),r=n(39),s=n(1491);e.a={name:"ActGoldConclusion",mixins:[r.a],components:{ActGoldLayer:o.a,ScrollZoom:i.a,tab:s.a},data:function(){return{isReadEnd:[]}},computed:{computRightText:function(){return this.rightText?this.rightText:1===this.list[this.activeIndex].type?"确认"+this.list[this.activeIndex].name+"智核结论":"确认"+this.list[this.activeIndex].name+"人核结论"},listLength:function(){return this.list.length}},props:{list:{type:Array,default:function(){return[]}},caseType:{type:Number,default:1},title:{type:String,default:"核保结论确认"},brandColor:{type:String,default:"#8c7fee"},forceRead:{type:Boolean,default:!1},canTabClick:{type:Boolean,default:!1},activeIndex:{type:Number,default:0},zIndex:{type:[String,Number],default:999},leftText:{type:String,default:"存在部分问题"},rightText:{type:String,default:""},beforeAction:{type:Function,default:null}},methods:{isSelected:function(t){return t===this.activeIndex},changeTab:function(t){var e=this;this.beforeAction?this.beforeAction("changeTab",function(n){!1!==n&&(e.$emit("changeTab",t),e.$refs.scrollContent.scrollToTop())}):(this.$emit("changeTab",t),this.$refs.scrollContent.scrollToTop())},confirm:function(){var t=this;this.beforeAction?this.beforeAction("confirm",function(e){!1!==e&&(t.reset(),t.$emit("confirm"))}):(this.reset(),this.$emit("confirm"))},cancelDialog:function(){var t=this;this.showDialog({dialogType:2,confirmbtnText:""+this.computRightText,cancelbtnText:"返回",dialogData:['<p style="text-align: left">您的健康告知情况不满足此产品的投保要求。您可以重新确认核保结论或者联系顾问重新进行核保。</p>'],dialogTitle:"提示",confirmButtonColor:this.brandColor,onConfirm:function(){t.next()},onCancel:function(){t.reset(),t.$emit("cancel")}})},cancel:function(){var t=this;this.beforeAction?this.beforeAction("cancel",function(e){!1!==e&&t.cancelDialog()}):this.cancelDialog()},close:function(){this.reset(),this.$emit("close")},reset:function(){this.isReadEnd=[],this.hide(),this.$emit("changeTab",0)},canINext:function(t){this.listLength&&(this.isReadEnd[this.activeIndex]=t)},_next:function(){var t=~~this.activeIndex;this.forceRead&&this.isReadEnd[t]||!this.forceRead?t+1===this.list.length?this.confirm():this.changeTab(t+1):this.forceRead&&!this.isReadEnd[t]&&this.showToast("请观看至页面底部,完整阅读全部内容")},next:function(){var t=this;this.beforeAction?this.beforeAction("next",function(e){!1!==e&&t._next()}):this._next()},showToast:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3e3;this.hideToast(),this.toast||(this.toast=this.$createToast()),this.toast.show(t,e)},hideToast:function(){this.toast&&this.toast.hide()},showDialog:function(t){var e=t.dialogType,n=void 0===e?1:e,o=t.dialogTitle,i=void 0===o?"":o,r=t.dialogData,s=void 0===r?[]:r,c=t.width,a=void 0===c?"320px":c,l=t.cancelbtnText,u=void 0===l?"取消":l,f=t.confirmbtnText,d=void 0===f?"确定":f,p=t.confirmButtonColor,h=void 0===p?"#8c7fee":p,v=t.onConfirm,m=void 0===v?function(){}:v,y=t.onCancel,b=void 0===y?function(){}:y;this.dialog&&this.dialog.remove(),this.dialog=this.$createGoldDialog({zIndex:500,closable:!1,title:i,content:s.join("<br/>"),buttonType:"sticky",width:a,confirmButtonColor:h,showCancelButton:1!==Number(n),cancelButtonText:u,confirmButtonText:d,onConfirm:function(){m()},onCancel:function(){b()}}),this.dialog.show()}}}},1052:function(t,e,n){"use strict";var o=n(336),i=n(1472),r=n(1475),s=n(39);e.a={name:"ScrollZoom",mixins:[s.a],props:{activeIndex:{type:Number,default:0},list:{type:Array,default:function(){return{}}},forceRead:{type:Boolean,default:!0},brandColor:{type:String,default:""}},data:function(){return{myScroll:null,freeScroll:!0,scrollbar:{fade:!0,interactive:!0},bounce:{bottom:!1,left:!1,right:!1,top:!1},zoom:!1,listenScrollInit:!0,listenScrollEnd:!0,listenZoomEnd:!1,listenScroll:!1,mouseWheel:!0,currentScale:1}},methods:{isSelected:function(t){return t===this.activeIndex},scrollEnd:function(t){this.forceRead&&t.y===this.myScroll.maxScrollY&&this.$emit("canINext",!0)},scrollInit:function(t){this.myScroll=t,this.forceRead&&this.myScroll&&0==~~this.myScroll.maxScrollY&&this.$emit("canINext",!0)},scrollToTop:function(){this.myScroll.scrollTo(0,0)}},components:{scroll:o.a,IntelCheck:i.a,HumanCheck:r.a}}},1053:function(t,e,n){"use strict";var o=n(15);e.a={name:"Content",props:{info:{type:Object,default:function(){return{}}},brandColor:{type:String,default:"#8c7fee"}},data:function(){return{hexToRgb:o.n}},computed:{selectDisease:function(){return this.info&&this.info.diseaselist&&this.info.diseaselist.length?this.info.diseaselist.map(function(t){return t.disease}).join("、"):""}}}},1054:function(t,e,n){"use strict";var o=n(1477),i=n(1480),r=n(1483),s=n(1486);e.a={name:"HumanCheck",components:{status:o.a,curProgress:i.a,vModule:r.a,vPicture:s.a},props:{info:{type:Object,default:function(){return{}}},brandColor:{type:String,default:"#8c7fee"}},data:function(){return{isPreview:!1,previewImg:null}},methods:{showPreview:function(t){this.isPreview=!0,this.previewImg=t}}}},1055:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{conclusion:{type:Object,default:function(){return{}}},brandColor:{type:String,default:"#8c7fee"}}}},1056:function(t,e,n){"use strict";var o=n(171),i=n.n(o);e.a={data:function(){return{}},props:{processing:{type:Array,default:function(){return[]}},brandColor:{type:String,default:"#8c7fee"}},computed:{timelineData:function(){for(var t=[],e=this.processing,n=Array.isArray(e),o=0,e=n?e:i()(e);;){var r;if(n){if(o>=e.length)break;r=e[o++]}else{if(o=e.next(),o.done)break;r=o.value}var s=r,c=s.title,a=s.desc,l=s.time,u={title:c,desc:a,time:new Date(1e3*l).format("yyyy-MM-dd hh:mm:ss")};t.push(u)}return t}}}},1057:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{vModule:{type:Object,default:function(){}},brandColor:{type:String,default:"#8c7fee"}}}},1058:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{pics:{type:Object,default:function(){}},brandColor:{type:String,default:"#8c7fee"}}}},1059:function(t,e,n){"use strict";var o=n(172),i=n(39);e.a={name:"Tab",mixins:[i.a],data:function(){return{scroll:null}},components:{scroll:o.a},props:{activeIndex:{type:Number,default:0},list:{type:Array,default:function(){return[]}},brandColor:{type:String,default:"#8c7fee"},canTabClick:{type:Boolean,default:!0}},methods:{isSelected:function(t){return t===this.activeIndex},changeTab:function(t){this.canTabClick&&this.$emit("changeTab",t)}},watch:{isVisible:function(t){var e=this;t&&this.$nextTick(function(){e.$refs.scroll.initScroll()})}}}},106:function(t,e,n){var o=n(7);t.exports=function(t,e,n,i){try{return i?e(o(n)[0],n[1]):e(n)}catch(e){var r=t.return;throw void 0!==r&&o(r.call(t)),e}}},107:function(t,e,n){var o=n(16),i=n(2)("iterator"),r=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||r[i]===t)}},108:function(t,e,n){var o=n(37),i=n(106),r=n(107),s=n(7),c=n(52),a=n(102),l={},u={},e=t.exports=function(t,e,n,f,d){var p,h,v,m,y=d?function(){return t}:a(t),b=o(n,f,e?2:1),g=0;if("function"!=typeof y)throw TypeError(t+" is not iterable!");if(r(y)){for(p=c(t.length);p>g;g++)if((m=e?b(s(h=t[g])[0],h[1]):b(t[g]))===l||m===u)return m}else for(v=y.call(t);!(h=v.next()).done;)if((m=i(v,b,h.value,e))===l||m===u)return m};e.BREAK=l,e.RETURN=u},109:function(t,e,n){var o=n(2)("iterator"),i=!1;try{var r=[7][o]();r.return=function(){i=!0},Array.from(r,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var r=[7],s=r[o]();s.next=function(){return{done:n=!0}},r[o]=function(){return s},t(r)}catch(t){}return n}},11:function(t,e,n){var o=n(1),i=n(0),r=n(37),s=n(5),c=n(4),a=function(t,e,n){var l,u,f,d=t&a.F,p=t&a.G,h=t&a.S,v=t&a.P,m=t&a.B,y=t&a.W,b=p?i:i[e]||(i[e]={}),g=b.prototype,_=p?o:h?o[e]:(o[e]||{}).prototype;p&&(n=e);for(l in n)(u=!d&&_&&void 0!==_[l])&&c(b,l)||(f=u?_[l]:n[l],b[l]=p&&"function"!=typeof _[l]?n[l]:m&&u?r(f,o):y&&_[l]==f?function(t){var e=function(e,n,o){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,o)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(f):v&&"function"==typeof f?r(Function.call,f):f,v&&((b.virtual||(b.virtual={}))[l]=f,t&a.R&&g&&!g[l]&&s(g,l,f)))};a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},110:function(t,e){t.exports=function(t,e,n,o){if(!(t instanceof e)||void 0!==o&&o in t)throw TypeError(n+": incorrect invocation!");return t}},111:function(t,e,n){var o=n(5);t.exports=function(t,e,n){for(var i in e)n&&t[i]?t[i]=e[i]:o(t,i,e[i]);return t}},112:function(t,e,n){"use strict";var o=n(1),i=n(0),r=n(6),s=n(3),c=n(2)("species");t.exports=function(t){var e="function"==typeof i[t]?i[t]:o[t];s&&e&&!e[c]&&r.f(e,c,{configurable:!0,get:function(){return this}})}},113:function(t,e,n){n(55),n(50),n(51),n(114),n(118),n(119),t.exports=n(0).Promise},114:function(t,e,n){"use strict";var o,i,r,s,c=n(14),a=n(1),l=n(37),u=n(94),f=n(11),d=n(9),p=n(38),h=n(110),v=n(108),m=n(96),y=n(97).set,b=n(116)(),g=n(90),_=n(98),w=n(117),x=n(99),S=a.TypeError,C=a.process,T=C&&C.versions,O=T&&T.v8||"",j=a.Promise,P="process"==u(C),E=function(){},k=i=g.f,D=!!function(){try{var t=j.resolve(1),e=(t.constructor={})[n(2)("species")]=function(t){t(E,E)};return(P||"function"==typeof PromiseRejectionEvent)&&t.then(E)instanceof e&&0!==O.indexOf("6.6")&&-1===w.indexOf("Chrome/66")}catch(t){}}(),$=function(t){var e;return!(!d(t)||"function"!=typeof(e=t.then))&&e},I=function(t,e){if(!t._n){t._n=!0;var n=t._c;b(function(){for(var o=t._v,i=1==t._s,r=0;n.length>r;)!function(e){var n,r,s,c=i?e.ok:e.fail,a=e.resolve,l=e.reject,u=e.domain;try{c?(i||(2==t._h&&M(t),t._h=1),!0===c?n=o:(u&&u.enter(),n=c(o),u&&(u.exit(),s=!0)),n===e.promise?l(S("Promise-chain cycle")):(r=$(n))?r.call(n,a,l):a(n)):l(o)}catch(t){u&&!s&&u.exit(),l(t)}}(n[r++]);t._c=[],t._n=!1,e&&!t._h&&R(t)})}},R=function(t){y.call(a,function(){var e,n,o,i=t._v,r=A(t);if(r&&(e=_(function(){P?C.emit("unhandledRejection",i,t):(n=a.onunhandledrejection)?n({promise:t,reason:i}):(o=a.console)&&o.error&&o.error("Unhandled promise rejection",i)}),t._h=P||A(t)?2:1),t._a=void 0,r&&e.e)throw e.v})},A=function(t){return 1!==t._h&&0===(t._a||t._c).length},M=function(t){y.call(a,function(){var e;P?C.emit("rejectionHandled",t):(e=a.onrejectionhandled)&&e({promise:t,reason:t._v})})},L=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()),I(e,!0))},B=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw S("Promise can't be resolved itself");(e=$(t))?b(function(){var o={_w:n,_d:!1};try{e.call(t,l(B,o,1),l(L,o,1))}catch(t){L.call(o,t)}}):(n._v=t,n._s=1,I(n,!1))}catch(t){L.call({_w:n,_d:!1},t)}}};D||(j=function(t){h(this,j,"Promise","_h"),p(t),o.call(this);try{t(l(B,this,1),l(L,this,1))}catch(t){L.call(this,t)}},o=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},o.prototype=n(111)(j.prototype,{then:function(t,e){var n=k(m(this,j));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=P?C.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&I(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),r=function(){var t=new o;this.promise=t,this.resolve=l(B,t,1),this.reject=l(L,t,1)},g.f=k=function(t){return t===j||t===s?new r(t):i(t)}),f(f.G+f.W+f.F*!D,{Promise:j}),n(21)(j,"Promise"),n(112)("Promise"),s=n(0).Promise,f(f.S+f.F*!D,"Promise",{reject:function(t){var e=k(this);return(0,e.reject)(t),e.promise}}),f(f.S+f.F*(c||!D),"Promise",{resolve:function(t){return x(c&&this===s?j:this,t)}}),f(f.S+f.F*!(D&&n(109)(function(t){j.all(t).catch(E)})),"Promise",{all:function(t){var e=this,n=k(e),o=n.resolve,i=n.reject,r=_(function(){var n=[],r=0,s=1;v(t,!1,function(t){var c=r++,a=!1;n.push(void 0),s++,e.resolve(t).then(function(t){a||(a=!0,n[c]=t,--s||o(n))},i)}),--s||o(n)});return r.e&&i(r.v),n.promise},race:function(t){var e=this,n=k(e),o=n.reject,i=_(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,o)})});return i.e&&o(i.v),n.promise}})},115:function(t,e){t.exports=function(t,e,n){var o=void 0===n;switch(e.length){case 0:return o?t():t.call(n);case 1:return o?t(e[0]):t.call(n,e[0]);case 2:return o?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return o?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return o?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)}},116:function(t,e,n){var o=n(1),i=n(97).set,r=o.MutationObserver||o.WebKitMutationObserver,s=o.process,c=o.Promise,a="process"==n(22)(s);t.exports=function(){var t,e,n,l=function(){var o,i;for(a&&(o=s.domain)&&o.exit();t;){i=t.fn,t=t.next;try{i()}catch(o){throw t?n():e=void 0,o}}e=void 0,o&&o.enter()};if(a)n=function(){s.nextTick(l)};else if(!r||o.navigator&&o.navigator.standalone)if(c&&c.resolve){var u=c.resolve(void 0);n=function(){u.then(l)}}else n=function(){i.call(o,l)};else{var f=!0,d=document.createTextNode("");new r(l).observe(d,{characterData:!0}),n=function(){d.data=f=!f}}return function(o){var i={fn:o,next:void 0};e&&(e.next=i),t||(t=i,n()),e=i}}},117:function(t,e,n){var o=n(1),i=o.navigator;t.exports=i&&i.userAgent||""},118:function(t,e,n){"use strict";var o=n(11),i=n(0),r=n(1),s=n(96),c=n(99);o(o.P+o.R,"Promise",{finally:function(t){var e=s(this,i.Promise||r.Promise),n="function"==typeof t;return this.then(n?function(n){return c(e,t()).then(function(){return n})}:t,n?function(n){return c(e,t()).then(function(){throw n})}:t)}})},119:function(t,e,n){"use strict";var o=n(11),i=n(90),r=n(98);o(o.S,"Promise",{try:function(t){var e=i.f(this),n=r(t);return(n.e?e.reject:e.resolve)(n.v),e.promise}})},12:function(t,e,n){"use strict";function o(t,e,n,o,i,r,s,c){t=t||{};var a=typeof t.default;"object"!==a&&"function"!==a||(t=t.default);var l="function"==typeof t?t.options:t;e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),o&&(l.functional=!0),r&&(l._scopeId=r);var u;if(s?(u=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)},l._ssrRegister=u):i&&(u=c?function(){i.call(this,this.$root.$options.shadowRoot)}:i),u)if(l.functional){l._injectStyles=u;var f=l.render;l.render=function(t,e){return u.call(e),f(t,e)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,u):[u]}return{exports:t,options:l}}e.a=o},120:function(t,e){},121:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=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=[];o._withStripped=!0},122:function(t,e,n){"use strict";function o(t){t.preventDefault()}var i={watch:{isVisible:function(t){t?document.body.addEventListener("touchmove",o,{passive:!1}):document.body.removeEventListener("touchmove",o,{passive:!1})}},beforeDestroy:function(){document.body.removeEventListener("touchmove",o,{passive:!1})}};e.a=i},13:function(t,e,n){var o=n(45),i=n(28);t.exports=Object.keys||function(t){return o(t,i)}},138:function(t,e,n){"use strict";var o=n(159),i=n.n(o),r=n(160);e.a={name:"ActScroll",props:{probeType:{type:Number,default:2},click:{type:Boolean,default:!0},listenScrollInit:{type:Boolean,default:!1},listenScroll:{type:Boolean,default:!1},listenBeforeScroll:{type:Boolean,default:!1},listenScrollEnd:{type:Boolean,default:!1},listenZoomEnd:{type:Boolean,default:!1},listenPullingUp:{type:Boolean,default:!1},direction:{type:String,default:"vertical"},scrollbar:{type:null,default:!1},startY:{type:Number,default:0},refreshDelay:{type:Number,default:20},freeScroll:{type:Boolean,default:!1},mouseWheel:{type:Boolean,default:!1},bounce:{type:[Boolean,Object],default:!0},zoom:{type:Boolean,default:!1},useTransition:{type:Boolean,default:!0}},data:function(){return{beforePullDown:!0,isRebounding:!1,pullUpDirty:!0,pullDownStyle:"",bubbleY:0,lastTouchStart:null,fingers:0,tapTarget:null,isDouble:!1,startXd:0,startYd:0,endXd:0,endYd:0}},mounted:function(){var t=this;this.$nextTick(function(){t.initScroll()})},destroyed:function(){this.scroll&&this.scroll.destroy(),this.$emit("destroyed",this.scroll)},methods:{initScroll:function(){var t=this;if(this.$refs.wrapper){var e={probeType:this.probeType,click:this.click,scrollY:this.freeScroll||"vertical"===this.direction,scrollX:this.freeScroll||"horizontal"===this.direction,scrollbar:this.scrollbar,startY:this.startY,freeScroll:this.freeScroll,mouseWheel:this.mouseWheel,bounce:this.bounce,zoom:this.zoom,bounceTime:300,useTransition:r.a&&this.useTransition,pullUpLoad:{threshold:50}};this.scroll=new i.a(this.$refs.wrapper,e),this.listenScroll&&this.scroll.on("scroll",function(e){t.$emit("scroll",e)}),this.listenScrollEnd&&this.scroll.on("scrollEnd",function(e){t.$emit("scroll-end",e)}),this.listenBeforeScroll&&(this.scroll.on("beforeScrollStart",function(){t.$emit("beforeScrollStart")}),this.scroll.on("scrollStart",function(){t.$emit("scroll-start")})),this.listenZoomEnd&&this.scroll.on("zoomEnd",function(){t.$emit("zoomEnd",t.scroll)}),this.zoom&&(this.isDouble=!0),this.listenScrollInit&&this.$emit("scrollSuc",this.scroll),this.listenPullingUp&&this.scroll.on("pullingUp",function(){t.$emit("pullingUp")})}},disable:function(){this.scroll&&this.scroll.disable()},enable:function(){this.scroll&&this.scroll.enable()},refresh:function(){this.scroll&&this.scroll.refresh()},scrollTo:function(){this.scroll&&this.scroll.scrollTo.apply(this.scroll,arguments)},scrollToElement:function(){this.scroll&&this.scroll.scrollToElement.apply(this.scroll,arguments)},clickItem:function(t,e){this.$emit("click",e)},destroy:function(){this.scroll.destroy()},forceUpdate:function(t){this.refresh()}}}},14:function(t,e){t.exports=!0},1467:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(53),i=n(1468);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createGoldConclusion=Object(o.a)(i.a,t)},e.default=i.a},1468:function(t,e,n){"use strict";function o(t){c||n(1469)}var i=n(1051),r=n(1494),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-7815a36d",null);l.options.__file="src\\components\\GoldConclusion\\src\\index.vue",e.a=l.exports},1469:function(t,e){},1470:function(t,e,n){"use strict";function o(t){c||n(1471)}var i=n(1052),r=n(1490),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-8566117e",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\scrollzoom.vue",e.a=l.exports},1471:function(t,e){},1472:function(t,e,n){"use strict";function o(t){c||n(1473)}var i=n(1053),r=n(1474),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-82320fda",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\intelcheck.vue",e.a=l.exports},1473:function(t,e){},1474:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"conclusion_intel_check_container"},[n("div",{staticClass:"conclusion"},[t.info.title?n("div",{staticClass:"consult_text",style:{color:t.brandColor}},[t._v("\n "+t._s(t.info.title)+"\n ")]):t._e(),t._v(" "),t.info.desc?n("div",{staticClass:"consult_desc"},[t._v("\n "+t._s(t.info.desc)+"\n ")]):t._e(),t._v(" "),t.selectDisease?n("div",{staticClass:"selectDisease-wrap"},[n("div",{staticClass:"tit"},[t._v("\n 您所选疾病:\n ")]),t._v(" "),n("div",{staticClass:"selectDisease"},[t._v("\n "+t._s(t.selectDisease)+"\n ")])]):t._e()]),t._v(" "),n("div",{staticClass:"diseases"},[n("div",{staticClass:"hd"},[t._v("\n 问卷信息结果\n ")]),t._v(" "),t._l(t.info.diseaselist,function(e,o){return n("div",{key:"disease"+o,staticClass:"disease"},[n("div",{staticClass:"disease-tit"},[t._v("\n 疾病"+t._s(o+1)+":"+t._s(e.disease)+"\n ")]),t._v(" "),e.desc?n("div",{staticClass:"disease-desc-wrap"},[n("p",{staticClass:"disease-desc-tit"},[t._v("\n 结论:\n ")]),t._v(" "),n("p",{staticClass:"disease-desc"},[t._v("\n "+t._s(e.desc)+"\n ")])]):t._e(),t._v(" "),e.answerSeq&&e.answerSeq.length?n("div",{staticClass:"question_list"},t._l(e.answerSeq,function(e,o){return n("div",{key:"question"+o,staticClass:"question_item"},[n("p",[n("span",{staticClass:"icon",style:{background:t.brandColor}},[n("span",[t._v("问")])]),t._v(" "),n("span",{staticClass:"content"},[t._v(t._s(e.question))])]),t._v(" "),n("p",[n("span",{staticClass:"icon",style:{background:t.hexToRgb(t.brandColor,.7)}},[n("span",[t._v("答")])]),t._v(" "),n("span",{staticClass:"content"},[t._v(t._s(e.answer))])])])}),0):t._e()])})],2)])},i=[];o._withStripped=!0},1475:function(t,e,n){"use strict";function o(t){c||n(1476)}var i=n(1054),r=n(1489),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-7c7a24c8",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\humancheck.vue",e.a=l.exports},1476:function(t,e){},1477:function(t,e,n){"use strict";function o(t){c||n(1478)}var i=n(1055),r=n(1479),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-a3e142da",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\status.vue",e.a=l.exports},1478:function(t,e){},1479:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.conclusion.title||t.conclusion.desc?n("div",{staticClass:"status"},[t.conclusion.title?n("p",{staticClass:"conclusion",style:{color:t.brandColor}},[t._v("\n "+t._s(t.conclusion.title)+"\n ")]):t._e(),t._v(" "),t.conclusion.desc?n("p",{staticClass:"desc"},[t._v("\n "+t._s(t.conclusion.desc)+"\n ")]):t._e()]):t._e()},i=[];o._withStripped=!0},1480:function(t,e,n){"use strict";function o(t){c||n(1481)}var i=n(1056),r=n(1482),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-54979d0e",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\progress.vue",e.a=l.exports},1481:function(t,e){},1482:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"section"},[n("div",{staticClass:"tit"},[t._v("\n 当前进度:\n ")]),t._v(" "),n("div",{staticClass:"content"},[n("act-timeline",{attrs:{data:t.timelineData,max:3,activeColor:t.brandColor}})],1)])},i=[];o._withStripped=!0},1483:function(t,e,n){"use strict";function o(t){c||n(1484)}var i=n(1057),r=n(1485),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-6b69680d",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\module.vue",e.a=l.exports},1484:function(t,e){},1485:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"section"},[t.vModule.title?n("div",{staticClass:"tit"},[t._v("\n "+t._s(t.vModule.title)+"\n ")]):t._e(),t._v(" "),n("div",{staticClass:"infor"},[t.vModule.subModule&&t.vModule.subModule.length?t._l(t.vModule.subModule,function(e,o){return n("div",{key:"sub"+o,staticClass:"infor-section"},[e.elements&&e.elements.length?[e.title?n("div",{staticClass:"sub-title"},[t._v("\n "+t._s(e.title)+"\n ")]):t._e(),t._v(" "),t._l(e.elements,function(e,o){return n("div",{key:o,staticClass:"element-control"},[n("div",{staticClass:"element-lable",domProps:{innerHTML:t._s(e.fieldDesc+":")}}),t._v(" "),n("div",{staticClass:"element-info"},[n("p",[t._v("\n "+t._s(e.valueDesc||"-")+"\n ")])])])})]:t._e()],2)}):[n("div",{staticClass:"infor-section"},t._l(t.vModule.elements,function(e,o){return n("div",{key:o,staticClass:"element-control"},[n("div",{staticClass:"element-lable",domProps:{innerHTML:t._s(e.fieldDesc+":")}}),t._v(" "),n("div",{staticClass:"element-info"},[n("p",[t._v("\n "+t._s(e.valueDesc||"-")+"\n ")])])])}),0)]],2)])},i=[];o._withStripped=!0},1486:function(t,e,n){"use strict";function o(t){c||n(1487)}var i=n(1058),r=n(1488),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-007e46a6",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\picture.vue",e.a=l.exports},1487:function(t,e){},1488:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.pics.subModule&&t.pics.subModule.length?n("div",{staticClass:"section"},[t.pics.title?n("div",{staticClass:"tit"},[t._v("\n "+t._s(t.pics.title)+"\n ")]):t._e(),t._v(" "),n("div",{staticClass:"infor"},t._l(t.pics.subModule,function(e,o){return n("div",{key:o,staticClass:"infor-section"},[e.title?n("div",{staticClass:"sub-title"},[t._v("\n "+t._s(e.title)+"\n ")]):t._e(),t._v(" "),n("act-file-list",{staticClass:"picture",attrs:{files:e.elements}})],1)}),0)]):t._e()},i=[];o._withStripped=!0},1489:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"conclusion_human_check_container"},[t.info.conclusion?n("status",{attrs:{conclusion:t.info.conclusion,brandColor:t.brandColor}}):t._e(),t._v(" "),t.info.processing&&t.info.processing.length?n("cur-progress",{attrs:{processing:t.info.processing,brandColor:t.brandColor}}):t._e(),t._v(" "),t._l(t.info.moduleInfo,function(e,o){return n("v-module",{key:o,attrs:{vModule:e,brandColor:t.brandColor}})}),t._v(" "),t.info.pics?n("v-picture",{attrs:{pics:t.info.pics,brandColor:t.brandColor},on:{showPreview:t.showPreview}}):t._e()],2)},i=[];o._withStripped=!0},1490:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"act-conclusion-container"},[t.isVisible?n("scroll",{ref:"scroll",staticClass:"scroll-word",attrs:{freeScroll:t.freeScroll,scrollbar:t.scrollbar,mouseWheel:t.mouseWheel,bounce:t.bounce,zoom:t.zoom,listenScroll:t.listenScroll,listenScrollEnd:t.listenScrollEnd,listenScrollInit:t.listenScrollInit,listenZoomEnd:t.listenZoomEnd},on:{"scroll-end":t.scrollEnd,scrollSuc:t.scrollInit}},[n("div",[t._l(t.list,function(e,o){return[n("div",{directives:[{name:"show",rawName:"v-show",value:t.isSelected(o),expression:"isSelected(k)"}],key:"conclusion"+o},[1===e.type?n("intel-check",{attrs:{info:e,brandColor:t.brandColor}}):n("human-check",{attrs:{info:e,brandColor:t.brandColor}})],1)]})],2)]):t._e()],1)},i=[];o._withStripped=!0},1491:function(t,e,n){"use strict";function o(t){c||n(1492)}var i=n(1059),r=n(1493),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-13d8bf44",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\tab.vue",e.a=l.exports},1492:function(t,e){},1493:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"act-conclusion-nav-wrap"},[n("div",{staticClass:"act-conclusion-nav",class:{"flex-content":t.list.length<=3},attrs:{slot:"header"},slot:"header"},[t.list&&t.list.length?n("scroll",{ref:"scroll",attrs:{direction:"horizontal"}},t._l(t.list,function(e,o){return n("div",{key:o,staticClass:"act-conclusion-nav-item",class:{active:t.isSelected(o)},on:{click:function(e){return e.stopPropagation(),t.changeTab(o)}}},[t._v("\n "+t._s(1===e.type?e.name+"智核结论":e.name+"人核结论")+" "),n("i",{directives:[{name:"show",rawName:"v-show",value:t.isSelected(o),expression:"isSelected(i)"}],style:{"background-color":t.brandColor}})])}),0):t._e()],1)])},i=[];o._withStripped=!0},1494:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("act-gold-layer",{ref:"doclayer",staticClass:"act-gold-conclusion-container",attrs:{visible:t.isVisible,title:t.title,center:!1},on:{close:t.close}},[n("div",{staticClass:"act-gold-conclusion"},[n("div",{staticClass:"act-conclusion-layer"},[n("tab",{attrs:{visible:t.isVisible,list:t.list,activeIndex:t.activeIndex,canTabClick:t.canTabClick,brandColor:t.brandColor},on:{changeTab:t.changeTab}}),t._v(" "),n("scroll-zoom",{ref:"scrollContent",staticClass:"scroll-zoom",attrs:{visible:t.isVisible,list:t.list,activeIndex:t.activeIndex,forceRead:t.forceRead,brandColor:t.brandColor},on:{canINext:t.canINext}})],1),t._v(" "),1===t.caseType?n("div",{staticClass:"readterms-btns",attrs:{slot:"footer"},slot:"footer"},[n("div",{staticClass:"item know_btn",on:{click:function(e){return e.stopPropagation(),t.close(e)}}},[t._v("\n 我知道了\n ")])]):t._e(),t._v(" "),2===t.caseType?n("div",{staticClass:"readterms-btns",attrs:{slot:"footer"},slot:"footer"},[n("div",{staticClass:"item",on:{click:function(e){return e.stopPropagation(),t.cancel(e)}}},[t._v("\n "+t._s(t.leftText)+"\n ")]),t._v(" "),n("div",{staticClass:"item",style:{background:t.brandColor},on:{click:function(e){return e.stopPropagation(),t.next(e)}}},[t._v("\n "+t._s(t.rightText)+"\n ")])]):t._e()])])},i=[];o._withStripped=!0},15:function(t,e,n){"use strict";function o(t,e){if(t.findIndex)return t.findIndex(e);var n=-1;return t.some(function(t,o,i){var r=e.call(this,t,o,i);if(r)return n=o,r}),n}function i(t){return t?JSON.parse(N()(t)):t}function r(t,e){for(var n in e)t[n]&&"object"===L()(t[n])?r(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 c(t){return"[object String]"===Object.prototype.toString.call(t)}function a(t){return"[object Number]"===Object.prototype.toString.call(t)}function l(t){return"[object Object]"===Object.prototype.toString.call(t)}function u(t){return"[object Boolean]"===Object.prototype.toString.call(t)}function f(t){return null===t}function d(t){return void 0!==t&&null!==t}function p(t){return void 0===t}function h(t){return"[object Error]"===Object.prototype.toString.call(t)}function v(t){return"function"==typeof t}function m(t,e,n){function o(e){var n=m,o=y;return m=y=void 0,x=e,g=t.apply(o,n)}function i(t,e){return O?(window.cancelAnimationFrame(_),window.requestAnimationFrame(t)):setTimeout(t,e)}function r(t){if(O)return window.cancelAnimationFrame(t);clearTimeout(t)}function s(t){return x=t,_=i(u,e),S?o(t):g}function c(t){var n=t-w,o=t-x,i=e-n;return C?Math.min(i,b-o):i}function a(t){var n=t-w,o=t-x;return void 0===w||n>=e||n<0||C&&o>=b}function u(){var t=Date.now();if(a(t))return f(t);_=i(u,c(t))}function f(t){return _=void 0,T&&m?o(t):(m=y=void 0,g)}function d(){void 0!==_&&r(_),x=0,m=w=y=_=void 0}function p(){return void 0===_?g:f(Date.now())}function h(){return void 0!==_}function v(){for(var t=Date.now(),n=a(t),r=arguments.length,c=Array(r),l=0;l<r;l++)c[l]=arguments[l];if(m=c,y=this,w=t,n){if(void 0===_)return s(w);if(C)return _=i(u,e),o(w)}return void 0===_&&(_=i(u,e)),g}var m=void 0,y=void 0,b=void 0,g=void 0,_=void 0,w=void 0,x=0,S=!1,C=!1,T=!0,O=!e&&0!==e&&"function"==typeof window.requestAnimationFrame;if("function"!=typeof t)throw new TypeError("Expected a function");return e=+e||0,l(n)&&(S=!!n.leading,C="maxWait"in n,b=C?Math.max(+n.maxWait||0,e):b,T="trailing"in n?!!n.trailing:T),v.cancel=d,v.flush=p,v.pending=h,v}function y(t,e,n){var o=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return l(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),m(t,e,{leading:o,trailing:i,maxWait:e})}function b(t){return!!/^1\d{10}$/.test(t)}function g(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 _(t){return t.replace(/\s/g,"").replace(/(.{4})(?=.)/g,"$1 ")}function w(t){if(void 0!==t||null!==t)return/^\d+(\.\d+)?$/.test(t+"")?t+"px":t}function x(t){if(!t)return"";var e=t.length;return 2===e?t.split("").join("&emsp;&emsp;"):3===e?t.split("").join("&ensp;"):t}function S(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t.offsetHeight;if(e){var o=t.currentStyle||getComputedStyle(t);n+=parseInt(o.marginTop||0)+parseInt(o.marginBottom||0)}return n}function C(t,e){var n=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$/i.exec(t),o=/^#([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)}:o&&(i={r:parseInt(o[1],16),g:parseInt(o[2],16),b:parseInt(o[3],16)}),i?void 0!==e?"rgba("+i.r+", "+i.g+", "+i.b+", "+e+")":"rgb("+i.r+", "+i.g+", "+i.b+")":""}function T(t){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz",n=e.length,o="";t=t||32;for(var i=0;i<t;i++)o+=e.charAt(Math.floor(Math.random()*n));return o}function O(t,e){var n=e||location.href,o=new RegExp("(\\?|&)"+t+"=([^&#$\\s]+)"),i=n.match(o);return i&&i[2]}function j(t){var e=window.getComputedStyle(t),n="none"===e.display,o=null===t.offsetParent&&"fixed"!==e.position;return n||o}function P(t,e,n){return Math.min(Math.max(t,e),n)}function E(t){var e=/os (\d\d?_\d(_\d)?)/,n=e.exec(t);if(!n)return null;var o=n[1].split("_").map(function(t){return parseInt(t,10)});return{major:o[0],minor:o[1],patch:o[2]||0}}function k(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";e=e||window.location.href;var n=new RegExp("(\\?|#|&)"+t+"=([^&#]*)(&|#|$)"),o=e.match(n);return decodeURIComponent(o?o[2]:"")}function D(t){return t?h(t)?t.message:c(t)?t:t.errmsg||"请求失败,请稍后重试":"请求失败,请稍后重试"}function $(){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+&@#/%=~_|]"),o=0;o<t.length;o++){var i=t[o];if(!n.test(i))return;e.push(i.split("?")[0])}return e}function I(t){var e=JSON.parse(N()(t)),n=e.attrModules,o=void 0===n?{}:n,i=e.plan,r=o.applicant,c=o.insureds,a=o.hcpics,l=o.hctext,u=o.makeup,f=o.apphctext,d=o.apphcpics,p={},h=function(t){var e=null,n=null,o=null,i=null,r={},c={},a={};for(var l in t){var u=t[l].defaultValue,f=t[l].required,d=t[l].display;if(s(u)){var p=$(u);p&&(u=p)}1!==Number(f)&&1!==Number(d)||("idType"===l||"id"===l||"idValidType"===l||"idValidEndTime"===l||"idValidStartTime"===l?(e=e||{},e[l]=u):"socialInsAddr"===l||"socialInsDetail"===l||"socialInsPost"===l||"socialInsTel"===l?(n=n||{},n[l]=u):"residentAddr"===l||"residentDetail"===l||"residentPost"===l||"residentTel"===l?(o=o||{},o[l]=u):"officeAddr"===l||"officeDetail"===l||"officePost"===l||"officeTel"===l?(i=i||{},i[l]=u):"companyIdType"===l||"companyId"===l?(c=c||{},c[l]=u):"detail"===l?(a=a||{},a[l]=u):r[l]=u)}return e&&(r.certificate=e),n&&(r.socialIns=n),o&&(r.resident=o),i&&(r.office=i),c&&(r.companyCertificate=c),a&&(r.companyAddress=a),r};if(o.plan&&(i=h(o.plan)),r&&(p.applicant={},r&&(p.applicant=h(r))),c||i){p.insureds=[];for(var v=c||[""],m=0;m<v.length;m++){var y=v[m],b=null,g={};y&&(b=h(y)),b&&(g.insured=b),i&&(g.plan=i),p.insureds.push(g)}}if(l&&(p.hctext=h(l)),f&&(p.apphctext=h(f)),a&&(p.hcpics=h(a)),d&&(p.apphcpics=h(d)),u){p.makeup={};for(var _=u||[""],w=0;w<_.length;w++){var x=_[w],S=null;x&&(S=h(x)),S&&(p.makeup=A()(p.makeup,S))}}return p}n.d(e,"F",function(){return et}),n.d(e,"v",function(){return nt}),e.d=o,e.c=i,e.b=r,e.o=s,e.z=c,e.x=a,e.y=l,e.p=u,e.w=f,e.q=d,e.A=p,e.r=h,e.s=v,e.a=m,e.E=y,e.u=b,e.g=g,e.e=_,e.f=w,e.h=x,e.B=S,e.n=C,e.C=T,e.l=O,e.t=j,e.D=P,e.k=E,e.m=k,e.j=D,e.i=I;var R=n(23),A=n.n(R),M=n(68),L=n.n(M),B=n(56),N=n.n(B),U="undefined"!=typeof window,z=U&&window.navigator.userAgent.toLowerCase(),Y=z&&/msie|trident/.test(z),W=z&&z.indexOf("msie 9.0")>0,F=z&&z.indexOf("edge/")>0,V=z&&z.indexOf("android")>0,G=z&&/iphone|ipad|ipod|ios/.test(z),X=z&&/chrome\/\d+/.test(z)&&!F,q=z&&/MicroMessenger/i.test(z),H=z&&/wxwork/i.test(z),Z=z&&/mucxiaoyusan/i.test(z),J=z&&/muckacabao/i.test(z),K=z&&/mucyanxuan/i.test(z),Q=Z||J,tt=z&&/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(z),et={isIE:Y,isMobile:tt,isIE9:W,isEdge:F,isAndroid:V,isIOS:G,isChrome:X,isWx:q,isWxWork:H,isApp:Q,isXysApp:Z,isKcbApp:J,isYxApp:K},nt=/MucWebAutoTester/.test(window.navigator.userAgent)},159:function(e,n){e.exports=t},16:function(t,e){t.exports={}},160:function(t,e,n){"use strict";n.d(e,"a",function(){return i});var o=n(15),i=function(){var t=!0;if(o.F.isIOS){var e=Object(o.k)(navigator.userAgent.toLowerCase());if(!e)return t;Number(""+e.major+e.minor)>=133&&(t=!1)}return t}()},17:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},171:function(t,e,n){t.exports={default:n(173),__esModule:!0}},172:function(t,e,n){"use strict";function o(t){c||n(195)}var i=n(138),r=n(196),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-3349a91e",null);l.options.__file="src\\components\\common\\scroll.vue",e.a=l.exports},173:function(t,e,n){n(51),n(50),t.exports=n(174)},174:function(t,e,n){var o=n(7),i=n(102);t.exports=n(0).getIterator=function(t){var e=i(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return o(e.call(t))}},18:function(t,e){var n=0,o=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+o).toString(36))}},19:function(t,e,n){var o=n(25);t.exports=function(t){return Object(o(t))}},195:function(t,e){},196:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"wrapper",staticClass:"scroll-wrapper"},[n("div",{staticClass:"scroll-content"},[t._t("default")],2)])},i=[];o._withStripped=!0},198:function(t,e,n){"use strict";var o=n(105),i=n(95),r=n(39),s=n(122);e.a={name:"ActGoldLayer",mixins:[i.a,r.a,s.a],components:{ActPopup:o.a},props:{title:{type:String,default:""},mask:{type:Boolean,default:!0},center:{type:Boolean,default:!0},opacity:{type:[Number,String],default:.7},closable:{type:Boolean,default:!0},brandColor:{type:String,default:""}},methods:{close:function(){this.$emit("close")}}}},2:function(t,e,n){var o=n(27)("wks"),i=n(18),r=n(1).Symbol,s="function"==typeof r;(t.exports=function(t){return o[t]||(o[t]=s&&r[t]||(s?r:i)("Symbol."+t))}).store=o},20:function(t,e){e.f={}.propertyIsEnumerable},21:function(t,e,n){var o=n(6).f,i=n(4),r=n(2)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,r)&&o(t,r,{configurable:!0,value:e})}},22:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},23:function(t,e,n){t.exports={default:n(71),__esModule:!0}},234:function(t,e,n){"use strict";function o(t){c||n(235)}var i=n(198),r=n(236),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-f3b563a0",null);l.options.__file="src\\components\\common\\goldlayer.vue",e.a=l.exports},235:function(t,e){},236:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:"act-gold-popup-fade"}},[n("act-popup",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],attrs:{mask:t.mask,center:t.center,opacity:t.opacity,zIndex:t.zIndex},on:{touchmove:function(t){t.preventDefault()},"mask-click":t.close}},[n("transition",{attrs:{name:"act-gold-popup-move"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-gold-popup-container",on:{click:function(t){t.stopPropagation()}}},[t.$slots.header?n("div",{staticClass:"act-gold-popup-hd"},[t._t("header")],2):n("div",{staticClass:"act-gold-popup-hd"},[n("h3",[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),t.$slots.headerLeft?t._t("headerLeft"):t._e(),t._v(" "),t.$slots.headerRight?t._t("headerRight"):t.closable?n("i",{staticClass:"act-gold-popup-icon-close",on:{click:function(e){return e.stopPropagation(),t.close(e)}}}):t._e()],2),t._v(" "),t._t("default")],2)])],1)],1)},i=[];o._withStripped=!0},24:function(t,e){var n=Math.ceil,o=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?o:n)(t)}},25:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},26:function(t,e,n){var o=n(27)("keys"),i=n(18);t.exports=function(t){return o[t]||(o[t]=i(t))}},27:function(t,e,n){var o=n(0),i=n(1),r=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,e){return r[t]||(r[t]=void 0!==e?e:{})})("versions",[]).push({version:o.version,mode:n(14)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},28:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},281:function(t,e,n){"use strict";var o=n(101),i=n.n(o),r=n(159),s=n.n(r),c=n(338),a=n(339),l=n(160);e.a={name:"scroll",props:{probeType:{type:Number,default:2},click:{type:Boolean,default:!0},listenScrollInit:{type:Boolean,default:!1},listenScroll:{type:Boolean,default:!1},listenBeforeScroll:{type:Boolean,default:!1},listenScrollEnd:{type:Boolean,default:!1},listenZoomEnd:{type:Boolean,default:!1},direction:{type:String,default:"vertical"},scrollbar:{type:null,default:!1},pullDownRefresh:{type:null,default:!1},pullUpLoad:{type:null,default:!1},startY:{type:Number,default:0},refreshDelay:{type:Number,default:20},freeScroll:{type:Boolean,default:!1},mouseWheel:{type:Boolean,default:!1},bounce:{type:[Boolean,Object],default:!0},zoom:{type:[Boolean,Object],default:!1}},data:function(){return{beforePullDown:!0,isRebounding:!1,isPullingDown:!1,isPullUpLoad:!1,pullUpDirty:!0,pullDownStyle:"",bubbleY:0,lastTouchStart:null,fingers:0,tapTarget:null,isDouble:!1,startXd:0,startYd:0,endXd:0,endYd:0}},computed:{pullUpTxt:function(){var t=this.pullUpLoad&&this.pullUpLoad.txt&&this.pullUpLoad.txt.more||"加载更多",e=this.pullUpLoad&&this.pullUpLoad.txt&&this.pullUpLoad.txt.noMore||"没有更多数据了";return this.pullUpDirty?t:e},refreshTxt:function(){return this.pullDownRefresh&&this.pullDownRefresh.txt||"刷新成功"}},created:function(){this.pullDownInitTop=-50},mounted:function(){var t=this;setTimeout(function(){t.initScroll()},20)},destroyed:function(){this.$refs.scroll&&this.$refs.scroll.destroy()},methods:{initScroll:function(){var t=this;if(this.$refs.wrapper){this.$refs.listWrapper&&(this.pullDownRefresh||this.pullUpLoad)&&(this.$refs.listWrapper.style.minHeight=Object(c.a)(this.$refs.wrapper).height+1+"px");var e={probeType:this.probeType,click:this.click,scrollY:this.freeScroll||"vertical"===this.direction,scrollX:this.freeScroll||"horizontal"===this.direction,scrollbar:this.scrollbar,pullDownRefresh:this.pullDownRefresh,pullUpLoad:this.pullUpLoad,startY:this.startY,freeScroll:this.freeScroll,mouseWheel:this.mouseWheel,bounce:this.bounce,zoom:this.zoom,bounceTime:300,useTransition:l.a};this.scroll=new s.a(this.$refs.wrapper,e),this.listenScroll&&this.scroll.on("scroll",function(e){t.$emit("scroll",e)}),this.listenScrollEnd&&this.scroll.on("scrollEnd",function(e){t.$emit("scroll-end",e)}),this.listenBeforeScroll&&(this.scroll.on("beforeScrollStart",function(){t.$emit("beforeScrollStart")}),this.scroll.on("scrollStart",function(){t.$emit("scroll-start")})),this.listenZoomEnd&&this.scroll.on("zoomEnd",function(){t.$emit("zoomEnd",t.scroll)}),this.pullDownRefresh&&this._initPullDownRefresh(),this.pullUpLoad&&this._initPullUpLoad(),this.zoom&&(this.isDouble=!0),this.listenScrollInit&&this.$emit("scrollSuc",this.scroll)}},disable:function(){this.scroll&&this.scroll.disable()},enable:function(){this.scroll&&this.scroll.enable()},refresh:function(){this.scroll&&this.scroll.refresh()},scrollTo:function(){this.scroll&&this.scroll.scrollTo.apply(this.scroll,arguments)},scrollToElement:function(){this.scroll&&this.scroll.scrollToElement.apply(this.scroll,arguments)},clickItem:function(t,e){this.$emit("click",e)},destroy:function(){this.scroll.destroy()},forceUpdate:function(t){var e=this;this.pullDownRefresh&&this.isPullingDown?(this.isPullingDown=!1,this._reboundPullDown().then(function(){e._afterPullDown()})):this.pullUpLoad&&this.isPullUpLoad?(this.isPullUpLoad=!1,this.scroll.finishPullUp(),this.pullUpDirty=t,this.refresh()):this.refresh()},handleTouchStart:function(t){this.isDouble&&(this.fingers=t.touches.length,this.tapTarget=this.getTouches(t)[0],this.startXd=this.tapTarget.x,this.startYd=this.tapTarget.y)},handleTouchMove:function(t){this.isDouble&&(this.endXd=this.getTouches(t)[0].x,this.endYd=this.getTouches(t)[0].y)},handleTouchEnd:function(t){if(this.isDouble){this.endXd=0===this.endXd?this.startXd:this.endXd,this.endYd=0===this.endYd?this.startYd:this.endYd;var e=this.endXd-this.startXd,n=this.endYd-this.startYd;Math.abs(e)<10&&Math.abs(n)<10&&this.detectDoubleTap(t),this.startXd=this.startYd=this.endXd=this.endYd=0}},cancelEvent:function(t){t.stopPropagation(),t.preventDefault()},getTouches:function(t){return Array.prototype.slice.call(t.touches).map(function(t){return{x:t.pageX,y:t.pageY}})},detectDoubleTap:function(){var t=(new Date).getTime();if(this.fingers>1&&(this.lastTouchStart=null),t-this.lastTouchStart<300){this.cancelEvent(event);var e=this.scroll.scale>1?1:2;this.scroll.zoomTo(e,this.tapTarget.x,this.tapTarget.y)}1===this.fingers&&(this.lastTouchStart=t)},_initPullDownRefresh:function(){var t=this;this.scroll.on("pullingDown",function(){t.beforePullDown=!1,t.isPullingDown=!0,t.$emit("pullingDown")}),this.scroll.on("scroll",function(e){t.pullDownRefresh&&(t.beforePullDown?(t.bubbleY=Math.max(0,e.y+t.pullDownInitTop),t.pullDownStyle="top:"+Math.min(e.y+t.pullDownInitTop,10)+"px"):t.bubbleY=0,t.isRebounding&&(t.pullDownStyle="top:"+(10-(t.pullDownRefresh.stop-e.y))+"px"))})},_initPullUpLoad:function(){var t=this;this.scroll.on("pullingUp",function(){t.isPullUpLoad=!0,t.$emit("pullingUp")})},_reboundPullDown:function(){var t=this,e=this.pullDownRefresh.stopTime,n=void 0===e?600:e;return new i.a(function(e){setTimeout(function(){t.isRebounding=!0,t.scroll.finishPullDown(),e()},n)})},_afterPullDown:function(){var t=this;setTimeout(function(){t.pullDownStyle="top:"+t.pullDownInitTop+"px",t.beforePullDown=!0,t.isRebounding=!1,t.refresh()},this.scroll.options.bounceTime)}},watch:{data:function(){var t=this;setTimeout(function(){t.forceUpdate(!0)},this.refreshDelay)}},components:{Bubble:a.a}}},282:function(t,e,n){"use strict";e.a={props:{y:{type:Number,default:0}},data:function(){return{width:50,height:80}},computed:{distance:function(){return Math.max(0,Math.min(this.y*this.ratio,this.maxDistance))},style:function(){return"width:"+this.width/this.ratio+"px;height:"+this.height/this.ratio+"px"}},created:function(){this.ratio=window.devicePixelRatio,this.width*=this.ratio,this.height*=this.ratio,this.initRadius=18*this.ratio,this.minHeadRadius=12*this.ratio,this.minTailRadius=5*this.ratio,this.initArrowRadius=10*this.ratio,this.minArrowRadius=6*this.ratio,this.arrowWidth=3*this.ratio,this.maxDistance=40*this.ratio,this.initCenterX=25*this.ratio,this.initCenterY=25*this.ratio,this.headCenter={x:this.initCenterX,y:this.initCenterY}},mounted:function(){this._draw()},methods:{_draw:function(){var t=this.$refs.bubble,e=t.getContext("2d");e.clearRect(0,0,t.width,t.height),this._drawBubble(e),this._drawArrow(e)},_drawBubble:function(t){t.save(),t.beginPath();var e=this.distance/this.maxDistance,n=this.initRadius-(this.initRadius-this.minHeadRadius)*e;this.headCenter.y=this.initCenterY-(this.initRadius-this.minHeadRadius)*e,t.arc(this.headCenter.x,this.headCenter.y,n,0,Math.PI,!0);var o=this.initRadius-(this.initRadius-this.minTailRadius)*e,i={x:this.headCenter.x,y:this.headCenter.y+this.distance},r={x:i.x-o,y:i.y},s={x:r.x,y:r.y-this.distance/2};t.quadraticCurveTo(s.x,s.y,r.x,r.y),t.arc(i.x,i.y,o,Math.PI,0,!0);var c={x:this.headCenter.x+n,y:this.headCenter.y},a={x:i.x+o,y:c.y+this.distance/2};t.quadraticCurveTo(a.x,a.y,c.x,c.y),t.fillStyle="rgb(170,170,170)",t.fill(),t.strokeStyle="rgb(153,153,153)",t.stroke(),t.restore()},_drawArrow:function(t){t.save(),t.beginPath();var e=this.distance/this.maxDistance,n=this.initArrowRadius-(this.initArrowRadius-this.minArrowRadius)*e;t.arc(this.headCenter.x,this.headCenter.y,n-(this.arrowWidth-e),-Math.PI/2,0,!0),t.arc(this.headCenter.x,this.headCenter.y,n,0,3*Math.PI/2,!1),t.lineTo(this.headCenter.x,this.headCenter.y-n-this.arrowWidth/2+e),t.lineTo(this.headCenter.x+2*this.arrowWidth-2*e,this.headCenter.y-n+this.arrowWidth/2),t.lineTo(this.headCenter.x,this.headCenter.y-n+3*this.arrowWidth/2-e),t.fillStyle="rgb(255,255,255)",t.fill(),t.strokeStyle="rgb(170,170,170)",t.stroke(),t.restore()}},watch:{y:function(){this._draw()}}}},29:function(t,e,n){var o=n(9);t.exports=function(t,e){if(!o(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!o(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!o(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!o(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},3:function(t,e,n){t.exports=!n(10)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},30:function(t,e){e.f=Object.getOwnPropertySymbols},31:function(t,e,n){e.f=n(2)},32:function(t,e,n){var o=n(1),i=n(0),r=n(14),s=n(31),c=n(6).f;t.exports=function(t){var e=i.Symbol||(i.Symbol=r?{}:o.Symbol||{});"_"==t.charAt(0)||t in e||c(e,t,{value:s.f(t)})}},336:function(t,e,n){"use strict";function o(t){c||n(337)}var i=n(281),r=n(341),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-3d7beb70",null);l.options.__file="src\\components\\common\\scrollZoom\\components\\scroll.vue",e.a=l.exports},337:function(t,e){},338:function(t,e,n){"use strict";function o(t){if(t instanceof window.SVGElement){var e=t.getBoundingClientRect();return{top:e.top,left:e.left,width:e.width,height:e.height}}return{top:t.offsetTop,left:t.offsetLeft,width:t.offsetWidth,height:t.offsetHeight}}e.a=o},339:function(t,e,n){"use strict";var o=n(282),i=n(340),r=n(12),s=Object(r.a)(o.a,i.a,i.b,!1,null,null,null);s.options.__file="src\\components\\common\\scrollZoom\\components\\bubble.vue",e.a=s.exports},340:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement;return(t._self._c||e)("canvas",{ref:"bubble",style:t.style,attrs:{width:t.width,height:t.height}})},i=[];o._withStripped=!0},341:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"wrapper",staticClass:"scroll-wrapper",on:{touchstart:t.handleTouchStart,touchmove:t.handleTouchMove,touchend:t.handleTouchEnd}},[n("div",{staticClass:"scroll-content"},[n("div",{ref:"listWrapper"},[t._t("default")],2),t._v(" "),t.$scopedSlots.pullup?t._t("pullup",null,{pullUpLoad:t.pullUpLoad,isPullUpLoad:t.isPullUpLoad}):t._e(),t._v(" "),t.pullUpLoad&&!t.$scopedSlots.pullup?n("div",{staticClass:"pullup-wrapper"},[t.isPullUpLoad?n("div",{staticClass:"after-trigger"},[n("act-loading",{directives:[{name:"show",rawName:"v-show",value:!0,expression:"true"}],attrs:{type:"cir4",color:t.brandColor,size:20}})],1):n("div",{staticClass:"before-trigger"},[n("span",[t._v(t._s(t.pullUpTxt))])])]):t._e()],2),t._v(" "),t.$scopedSlots.pulldown?t._t("pulldown",null,{pullDownRefresh:t.pullDownRefresh,pullDownStyle:t.pullDownStyle,beforePullDown:t.beforePullDown,isPullingDown:t.isPullingDown,bubbleY:t.bubbleY}):t._e(),t._v(" "),t.pullDownRefresh&&!t.$scopedSlots.pulldown?n("div",{ref:"pulldown",staticClass:"pulldown-wrapper",style:t.pullDownStyle},[t.beforePullDown?n("div",{staticClass:"before-trigger"},[n("bubble",{attrs:{y:t.bubbleY}})],1):n("div",{staticClass:"after-trigger"},[t.isPullingDown?n("div",{staticClass:"loading"},[n("act-loading",{directives:[{name:"show",rawName:"v-show",value:!0,expression:"true"}],attrs:{type:"cir4",color:t.brandColor,size:20}})],1):n("div",[n("span",[t._v(t._s(t.refreshTxt))])])])]):t._e()],2)},i=[];o._withStripped=!0},36:function(t,e,n){var o=n(9),i=n(1).document,r=o(i)&&o(i.createElement);t.exports=function(t){return r?i.createElement(t):{}}},37:function(t,e,n){var o=n(38);t.exports=function(t,e,n){if(o(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,o){return t.call(e,n,o)};case 3:return function(n,o,i){return t.call(e,n,o,i)}}return function(){return t.apply(e,arguments)}}},38:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},39:function(t,e,n){"use strict";var o={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=o},4:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},40:function(t,e,n){"use strict";var o=n(14),i=n(11),r=n(44),s=n(5),c=n(16),a=n(59),l=n(21),u=n(63),f=n(2)("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};t.exports=function(t,e,n,h,v,m,y){a(n,e,h);var b,g,_,w=function(t){if(!d&&t in T)return T[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},x=e+" Iterator",S="values"==v,C=!1,T=t.prototype,O=T[f]||T["@@iterator"]||v&&T[v],j=O||w(v),P=v?S?w("entries"):j:void 0,E="Array"==e?T.entries||O:O;if(E&&(_=u(E.call(new t)))!==Object.prototype&&_.next&&(l(_,x,!0),o||"function"==typeof _[f]||s(_,f,p)),S&&O&&"values"!==O.name&&(C=!0,j=function(){return O.call(this)}),o&&!y||!d&&!C&&T[f]||s(T,f,j),c[e]=j,c[x]=p,v)if(b={values:S?j:w("values"),keys:m?j:w("keys"),entries:P},y)for(g in b)g in T||r(T,g,b[g]);else i(i.P+i.F*(d||C),e,b);return b}},41:function(t,e,n){var o=n(7),i=n(60),r=n(28),s=n(26)("IE_PROTO"),c=function(){},a=function(){var t,e=n(36)("iframe"),o=r.length;for(e.style.display="none",n(54).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),a=t.F;o--;)delete a.prototype[r[o]];return a()};t.exports=Object.create||function(t,e){var n;return null!==t?(c.prototype=o(t),n=new c,c.prototype=null,n[s]=t):n=a(),void 0===e?n:i(n,e)}},42:function(t,e,n){var o=n(22);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==o(t)?t.split(""):Object(t)}},43:function(t,e,n){t.exports=!n(3)&&!n(10)(function(){return 7!=Object.defineProperty(n(36)("div"),"a",{get:function(){return 7}}).a})},44:function(t,e,n){t.exports=n(5)},45:function(t,e,n){var o=n(4),i=n(8),r=n(61)(!1),s=n(26)("IE_PROTO");t.exports=function(t,e){var n,c=i(t),a=0,l=[];for(n in c)n!=s&&o(c,n)&&l.push(n);for(;e.length>a;)o(c,n=e[a++])&&(~r(l,n)||l.push(n));return l}},46:function(t,e,n){var o=n(45),i=n(28).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return o(t,i)}},47:function(t,e,n){var o=n(8),i=n(46).f,r={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return i(t)}catch(t){return s.slice()}};t.exports.f=function(t){return s&&"[object Window]"==r.call(t)?c(t):i(o(t))}},48:function(t,e,n){"use strict";var o=n(1),i=n(4),r=n(3),s=n(11),c=n(44),a=n(67).KEY,l=n(10),u=n(27),f=n(21),d=n(18),p=n(2),h=n(31),v=n(32),m=n(74),y=n(69),b=n(7),g=n(9),_=n(19),w=n(8),x=n(29),S=n(17),C=n(41),T=n(47),O=n(75),j=n(30),P=n(6),E=n(13),k=O.f,D=P.f,$=T.f,I=o.Symbol,R=o.JSON,A=R&&R.stringify,M=p("_hidden"),L=p("toPrimitive"),B={}.propertyIsEnumerable,N=u("symbol-registry"),U=u("symbols"),z=u("op-symbols"),Y=Object.prototype,W="function"==typeof I&&!!j.f,F=o.QObject,V=!F||!F.prototype||!F.prototype.findChild,G=r&&l(function(){return 7!=C(D({},"a",{get:function(){return D(this,"a",{value:7}).a}})).a})?function(t,e,n){var o=k(Y,e);o&&delete Y[e],D(t,e,n),o&&t!==Y&&D(Y,e,o)}:D,X=function(t){var e=U[t]=C(I.prototype);return e._k=t,e},q=W&&"symbol"==typeof I.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof I},H=function(t,e,n){return t===Y&&H(z,e,n),b(t),e=x(e,!0),b(n),i(U,e)?(n.enumerable?(i(t,M)&&t[M][e]&&(t[M][e]=!1),n=C(n,{enumerable:S(0,!1)})):(i(t,M)||D(t,M,S(1,{})),t[M][e]=!0),G(t,e,n)):D(t,e,n)},Z=function(t,e){b(t);for(var n,o=m(e=w(e)),i=0,r=o.length;r>i;)H(t,n=o[i++],e[n]);return t},J=function(t,e){return void 0===e?C(t):Z(C(t),e)},K=function(t){var e=B.call(this,t=x(t,!0));return!(this===Y&&i(U,t)&&!i(z,t))&&(!(e||!i(this,t)||!i(U,t)||i(this,M)&&this[M][t])||e)},Q=function(t,e){if(t=w(t),e=x(e,!0),t!==Y||!i(U,e)||i(z,e)){var n=k(t,e);return!n||!i(U,e)||i(t,M)&&t[M][e]||(n.enumerable=!0),n}},tt=function(t){for(var e,n=$(w(t)),o=[],r=0;n.length>r;)i(U,e=n[r++])||e==M||e==a||o.push(e);return o},et=function(t){for(var e,n=t===Y,o=$(n?z:w(t)),r=[],s=0;o.length>s;)!i(U,e=o[s++])||n&&!i(Y,e)||r.push(U[e]);return r};W||(I=function(){if(this instanceof I)throw TypeError("Symbol is not a constructor!");var t=d(arguments.length>0?arguments[0]:void 0),e=function(n){this===Y&&e.call(z,n),i(this,M)&&i(this[M],t)&&(this[M][t]=!1),G(this,t,S(1,n))};return r&&V&&G(Y,t,{configurable:!0,set:e}),X(t)},c(I.prototype,"toString",function(){return this._k}),O.f=Q,P.f=H,n(46).f=T.f=tt,n(20).f=K,j.f=et,r&&!n(14)&&c(Y,"propertyIsEnumerable",K,!0),h.f=function(t){return X(p(t))}),s(s.G+s.W+s.F*!W,{Symbol:I});for(var nt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ot=0;nt.length>ot;)p(nt[ot++]);for(var it=E(p.store),rt=0;it.length>rt;)v(it[rt++]);s(s.S+s.F*!W,"Symbol",{for:function(t){return i(N,t+="")?N[t]:N[t]=I(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(){V=!0},useSimple:function(){V=!1}}),s(s.S+s.F*!W,"Object",{create:J,defineProperty:H,defineProperties:Z,getOwnPropertyDescriptor:Q,getOwnPropertyNames:tt,getOwnPropertySymbols:et});var st=l(function(){j.f(1)});s(s.S+s.F*st,"Object",{getOwnPropertySymbols:function(t){return j.f(_(t))}}),R&&s(s.S+s.F*(!W||l(function(){var t=I();return"[null]"!=A([t])||"{}"!=A({a:t})||"{}"!=A(Object(t))})),"JSON",{stringify:function(t){for(var e,n,o=[t],i=1;arguments.length>i;)o.push(arguments[i++]);if(n=e=o[1],(g(e)||void 0!==t)&&!q(t))return y(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!q(e))return e}),o[1]=e,A.apply(R,o)}}),I.prototype[L]||n(5)(I.prototype,L,I.prototype.valueOf),f(I,"Symbol"),f(Math,"Math",!0),f(o.JSON,"JSON",!0)},49:function(t,e,n){var o=n(11),i=n(0),r=n(10);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],s={};s[t]=e(n),o(o.S+o.F*r(function(){n(1)}),"Object",s)}},5:function(t,e,n){var o=n(6),i=n(17);t.exports=n(3)?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},50:function(t,e,n){"use strict";var o=n(58)(!0);n(40)(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=o(e,n),this._i+=t.length,{value:t,done:!1})})},51:function(t,e,n){n(64);for(var o=n(1),i=n(5),r=n(16),s=n(2)("toStringTag"),c="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(","),a=0;a<c.length;a++){var l=c[a],u=o[l],f=u&&u.prototype;f&&!f[s]&&i(f,s,l),r[l]=r.Array}},52:function(t,e,n){var o=n(24),i=Math.min;t.exports=function(t){return t>0?i(o(t),9007199254740991):0}},53:function(t,e,n){"use strict";function o(t,e){return function(n,o){var s=this,c=Object(i.a)(n),a=Object(r.a)(e,t,c,o),l=a.$parent,u=a.remove,f=a.show,d=a.hide;return a.remove=function(){a.$removed=!0,u&&u.call(this),l.destroy()},a.show=function(){return f&&f.call.apply(f,[this].concat(Array.prototype.slice.call(arguments))),this},a.hide=function(){return d&&d.call.apply(d,[this].concat(Array.prototype.slice.call(arguments))),this},s._isVue&&s.$once("hook:beforeDestroy",function(){a.$removed||a.remove()}),a}}e.a=o;var i=n(91),r=n(93)},54:function(t,e,n){var o=n(1).document;t.exports=o&&o.documentElement},55:function(t,e){},56:function(t,e,n){t.exports={default:n(70),__esModule:!0}},57:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},58:function(t,e,n){var o=n(24),i=n(25);t.exports=function(t){return function(e,n){var r,s,c=String(i(e)),a=o(n),l=c.length;return a<0||a>=l?t?"":void 0:(r=c.charCodeAt(a),r<55296||r>56319||a+1===l||(s=c.charCodeAt(a+1))<56320||s>57343?t?c.charAt(a):r:t?c.slice(a,a+2):s-56320+(r-55296<<10)+65536)}}},59:function(t,e,n){"use strict";var o=n(41),i=n(17),r=n(21),s={};n(5)(s,n(2)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=o(s,{next:i(1,n)}),r(t,e+" Iterator")}},6:function(t,e,n){var o=n(7),i=n(43),r=n(29),s=Object.defineProperty;e.f=n(3)?Object.defineProperty:function(t,e,n){if(o(t),e=r(e,!0),o(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}},60:function(t,e,n){var o=n(6),i=n(7),r=n(13);t.exports=n(3)?Object.defineProperties:function(t,e){i(t);for(var n,s=r(e),c=s.length,a=0;c>a;)o.f(t,n=s[a++],e[n]);return t}},61:function(t,e,n){var o=n(8),i=n(52),r=n(62);t.exports=function(t){return function(e,n,s){var c,a=o(e),l=i(a.length),u=r(s,l);if(t&&n!=n){for(;l>u;)if((c=a[u++])!=c)return!0}else for(;l>u;u++)if((t||u in a)&&a[u]===n)return t||u||0;return!t&&-1}}},62:function(t,e,n){var o=n(24),i=Math.max,r=Math.min;t.exports=function(t,e){return t=o(t),t<0?i(t+e,0):r(t,e)}},63:function(t,e,n){var o=n(4),i=n(19),r=n(26)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),o(t,r)?t[r]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},64:function(t,e,n){"use strict";var o=n(65),i=n(57),r=n(16),s=n(8);t.exports=n(40)(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"),r.Arguments=r.Array,o("keys"),o("values"),o("entries")},65:function(t,e){t.exports=function(){}},66:function(t,e,n){"use strict";function o(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(76),r=n.n(i),s=n(85),c=n.n(s),a=n(23),l=n.n(a),u=n(88),f=n.n(u),d=f.a,p=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,v=function(){try{if(!l.a)return!1;var t=new String("abc");if(t[5]="de","5"===c()(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==c()(e).map(function(t){return e[t]}).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach(function(t){o[t]=t}),"abcdefghijklmnopqrst"===r()(l()({},o)).join("")}catch(t){return!1}}()?l.a:function(t,e){for(var n,i,r=o(t),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var c in n)p.call(n,c)&&(r[c]=n[c]);if(d){i=d(n);for(var a=0;a<i.length;a++)h.call(n,i[a])&&(r[i[a]]=n[i[a]])}}return r};e.a=v},67:function(t,e,n){var o=n(18)("meta"),i=n(9),r=n(4),s=n(6).f,c=0,a=Object.isExtensible||function(){return!0},l=!n(10)(function(){return a(Object.preventExtensions({}))}),u=function(t){s(t,o,{value:{i:"O"+ ++c,w:{}}})},f=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!r(t,o)){if(!a(t))return"F";if(!e)return"E";u(t)}return t[o].i},d=function(t,e){if(!r(t,o)){if(!a(t))return!0;if(!e)return!1;u(t)}return t[o].w},p=function(t){return l&&h.NEED&&a(t)&&!r(t,o)&&u(t),t},h=t.exports={KEY:o,NEED:!1,fastKey:f,getWeak:d,onFreeze:p}},68:function(t,e,n){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var i=n(77),r=o(i),s=n(79),c=o(s),a="function"==typeof c.default&&"symbol"==typeof r.default?function(t){return typeof t}:function(t){return t&&"function"==typeof c.default&&t.constructor===c.default&&t!==c.default.prototype?"symbol":typeof t};e.default="function"==typeof c.default&&"symbol"===a(r.default)?function(t){return void 0===t?"undefined":a(t)}:function(t){return t&&"function"==typeof c.default&&t.constructor===c.default&&t!==c.default.prototype?"symbol":void 0===t?"undefined":a(t)}},69:function(t,e,n){var o=n(22);t.exports=Array.isArray||function(t){return"Array"==o(t)}},7:function(t,e,n){var o=n(9);t.exports=function(t){if(!o(t))throw TypeError(t+" is not an object!");return t}},70:function(t,e,n){var o=n(0),i=o.JSON||(o.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},71:function(t,e,n){n(72),t.exports=n(0).Object.assign},72:function(t,e,n){var o=n(11);o(o.S+o.F,"Object",{assign:n(73)})},73:function(t,e,n){"use strict";var o=n(3),i=n(13),r=n(30),s=n(20),c=n(19),a=n(42),l=Object.assign;t.exports=!l||n(10)(function(){var t={},e={},n=Symbol(),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach(function(t){e[t]=t}),7!=l({},t)[n]||Object.keys(l({},e)).join("")!=o})?function(t,e){for(var n=c(t),l=arguments.length,u=1,f=r.f,d=s.f;l>u;)for(var p,h=a(arguments[u++]),v=f?i(h).concat(f(h)):i(h),m=v.length,y=0;m>y;)p=v[y++],o&&!d.call(h,p)||(n[p]=h[p]);return n}:l},74:function(t,e,n){var o=n(13),i=n(30),r=n(20);t.exports=function(t){var e=o(t),n=i.f;if(n)for(var s,c=n(t),a=r.f,l=0;c.length>l;)a.call(t,s=c[l++])&&e.push(s);return e}},75:function(t,e,n){var o=n(20),i=n(17),r=n(8),s=n(29),c=n(4),a=n(43),l=Object.getOwnPropertyDescriptor;e.f=n(3)?l:function(t,e){if(t=r(t),e=s(e,!0),a)try{return l(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},76:function(t,e,n){t.exports={default:n(83),__esModule:!0}},77:function(t,e,n){t.exports={default:n(78),__esModule:!0}},78:function(t,e,n){n(50),n(51),t.exports=n(31).f("iterator")},79:function(t,e,n){t.exports={default:n(80),__esModule:!0}},8:function(t,e,n){var o=n(42),i=n(25);t.exports=function(t){return o(i(t))}},80:function(t,e,n){n(48),n(55),n(81),n(82),t.exports=n(0).Symbol},81:function(t,e,n){n(32)("asyncIterator")},82:function(t,e,n){n(32)("observable")},83:function(t,e,n){n(84),t.exports=n(0).Object.keys},84:function(t,e,n){var o=n(19),i=n(13);n(49)("keys",function(){return function(t){return i(o(t))}})},85:function(t,e,n){t.exports={default:n(86),__esModule:!0}},86:function(t,e,n){n(87);var o=n(0).Object;t.exports=function(t){return o.getOwnPropertyNames(t)}},87:function(t,e,n){n(49)("getOwnPropertyNames",function(){return n(47).f})},88:function(t,e,n){t.exports={default:n(89),__esModule:!0}},89:function(t,e,n){n(48),t.exports=n(0).Object.getOwnPropertySymbols},9:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},90:function(t,e,n){"use strict";function o(t){var e,n;this.promise=new t(function(t,o){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=o}),this.resolve=i(e),this.reject=i(n)}var i=n(38);t.exports.f=function(t){return new o(t)}},91:function(t,e,n){"use strict";function o(t){var e={},n={},o={};for(var a in t)if(t.hasOwnProperty(a))if(-1!==c.indexOf(a))e[a]=t[a];else if(s.test(a)){var l=s.exec(a)[1];l=Object(r.a)(l),o[l]=t[a]}else n[a]=t[a];return e.on=Object(i.a)(o,e.on),e.props=Object(i.a)(n,e.props),e}e.a=o;var i=n(66),r=n(92),s=new RegExp(/^on(.+)/),c=["class","style","attrs","props","domProps","on","nativeOn","directives","scopedSlots","slot","key","ref","refInFor"]},92:function(t,e,n){"use strict";function o(t,e){var n=a(t,e);return n.charAt(0).toLowerCase()+n.slice(1)}e.a=o;var i=n(23),r=n.n(i),s=n(15),c=function(t){for(var e=!1,n=!1,o=!1,i=0;i<t.length;i++){var r=t[i];e&&/[a-zA-Z]/.test(r)&&r.toUpperCase()===r?(t=t.slice(0,i)+"-"+t.slice(i),e=!1,o=n,n=!0,i++):n&&o&&/[a-zA-Z]/.test(r)&&r.toLowerCase()===r?(t=t.slice(0,i-1)+"-"+t.slice(i-1),o=n,n=!1,e=!0):(e=r.toLowerCase()===r&&r.toUpperCase()!==r,o=n,n=r.toUpperCase()===r&&r.toLowerCase()!==r)}return t},a=function(t,e){if("string"!=typeof t&&!Object(s.o)(t))throw new TypeError("Expected the input to be `string | string[]`");e=r()({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=c(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))}},93:function(t,e,n){"use strict";function o(t,e,n,o){var r=void 0,s=void 0,c=new t({render:function(t){var n=s&&s(t);return n&&!Object(i.o)(n)&&(n=[n]),t(e,r,n||[])},methods:{init:function(){document.body.appendChild(this.$el)},destroy:function(){this.$destroy(),document.body.removeChild(this.$el)}}});return c.updateRenderData=function(t,e){r=t,s=e},c.updateRenderData(n,o),c.$mount(),c.init(),c.$children[0]}e.a=o;var i=n(15)},94:function(t,e,n){var o=n(22),i=n(2)("toStringTag"),r="Arguments"==o(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),i))?n:r?o(e):"Object"==(c=o(e))&&"function"==typeof e.callee?"Arguments":c}},95:function(t,e,n){"use strict";e.a={props:{zIndex:{type:Number,default:100},maskClosable:{type:Boolean,default:!1}}}},96:function(t,e,n){var o=n(7),i=n(38),r=n(2)("species");t.exports=function(t,e){var n,s=o(t).constructor;return void 0===s||void 0==(n=o(s)[r])?e:i(n)}},97:function(t,e,n){var o,i,r,s=n(37),c=n(115),a=n(54),l=n(36),u=n(1),f=u.process,d=u.setImmediate,p=u.clearImmediate,h=u.MessageChannel,v=u.Dispatch,m=0,y={},b=function(){var t=+this;if(y.hasOwnProperty(t)){var e=y[t];delete y[t],e()}},g=function(t){b.call(t.data)};d&&p||(d=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return y[++m]=function(){c("function"==typeof t?t:Function(t),e)},o(m),m},p=function(t){delete y[t]},"process"==n(22)(f)?o=function(t){f.nextTick(s(b,t,1))}:v&&v.now?o=function(t){v.now(s(b,t,1))}:h?(i=new h,r=i.port2,i.port1.onmessage=g,o=s(r.postMessage,r,1)):u.addEventListener&&"function"==typeof postMessage&&!u.importScripts?(o=function(t){u.postMessage(t+"","*")},u.addEventListener("message",g,!1)):o="onreadystatechange"in l("script")?function(t){a.appendChild(l("script")).onreadystatechange=function(){a.removeChild(this),b.call(t)}}:function(t){setTimeout(s(b,t,1),0)}),t.exports={set:d,clear:p}},98:function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},99:function(t,e,n){var o=n(7),i=n(9),r=n(90);t.exports=function(t,e){if(o(t),i(e)&&e.constructor===t)return e;var n=r.f(t);return(0,n.resolve)(e),n.promise}}})});
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@xysfe/actui/es/BScroll/index.js")):"function"==typeof define&&define.amd?define(["@xysfe/actui/es/BScroll/index.js"],e):"object"==typeof exports?exports.GoldConclusion=e(require("@xysfe/actui/es/BScroll/index.js")):t.GoldConclusion=e(t["@xysfe/actui/es/BScroll/index.js"])}("undefined"!=typeof self?self:this,function(t){return function(t){function e(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return t[o].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,o){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:o})},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="../es",e(e.s=1467)}({0:function(t,e){var n=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=n)},1: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)},10:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},100:function(t,e,n){"use strict";var o=n(39),i=n(95);e.a={name:"ActPopup",mixins:[o.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)}}}},101:function(t,e,n){t.exports={default:n(113),__esModule:!0}},102:function(t,e,n){var o=n(94),i=n(2)("iterator"),r=n(16);t.exports=n(0).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||r[o(t)]}},105:function(t,e,n){"use strict";function o(t){c||n(120)}var i=n(100),r=n(121),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,null,null);l.options.__file="src\\components\\common\\popup.vue",e.a=l.exports},1051:function(t,e,n){"use strict";var o=n(234),i=n(1470),r=n(39),s=n(1491);e.a={name:"ActGoldConclusion",mixins:[r.a],components:{ActGoldLayer:o.a,ScrollZoom:i.a,tab:s.a},data:function(){return{isReadEnd:[]}},computed:{computRightText:function(){return this.rightText?this.rightText:1===this.list[this.activeIndex].type?"确认"+this.list[this.activeIndex].name+"智核结论":"确认"+this.list[this.activeIndex].name+"人核结论"},listLength:function(){return this.list.length}},props:{list:{type:Array,default:function(){return[]}},caseType:{type:Number,default:1},title:{type:String,default:"核保结论确认"},brandColor:{type:String,default:"#8c7fee"},forceRead:{type:Boolean,default:!1},canTabClick:{type:Boolean,default:!1},activeIndex:{type:Number,default:0},zIndex:{type:[String,Number],default:999},leftText:{type:String,default:"存在部分问题"},rightText:{type:String,default:""},beforeAction:{type:Function,default:null}},methods:{isSelected:function(t){return t===this.activeIndex},changeTab:function(t){var e=this;this.beforeAction?this.beforeAction("changeTab",function(n){!1!==n&&(e.$emit("changeTab",t),e.$refs.scrollContent.scrollToTop())}):(this.$emit("changeTab",t),this.$refs.scrollContent.scrollToTop())},confirm:function(){var t=this;this.beforeAction?this.beforeAction("confirm",function(e){!1!==e&&(t.reset(),t.$emit("confirm"))}):(this.reset(),this.$emit("confirm"))},cancelDialog:function(){var t=this;this.showDialog({dialogType:2,confirmbtnText:""+this.computRightText,cancelbtnText:"返回",dialogData:['<p style="text-align: left">您的健康告知情况不满足此产品的投保要求。您可以重新确认核保结论或者联系顾问重新进行核保。</p>'],dialogTitle:"提示",confirmButtonColor:this.brandColor,onConfirm:function(){t.next()},onCancel:function(){t.reset(),t.$emit("cancel")}})},cancel:function(){var t=this;this.beforeAction?this.beforeAction("cancel",function(e){!1!==e&&t.cancelDialog()}):this.cancelDialog()},close:function(){this.reset(),this.$emit("close")},reset:function(){this.isReadEnd=[],this.hide(),this.$emit("changeTab",0)},canINext:function(t){this.listLength&&(this.isReadEnd[this.activeIndex]=t)},_next:function(){var t=~~this.activeIndex;this.forceRead&&this.isReadEnd[t]||!this.forceRead?t+1===this.list.length?this.confirm():this.changeTab(t+1):this.forceRead&&!this.isReadEnd[t]&&this.showToast("请观看至页面底部,完整阅读全部内容")},next:function(){var t=this;this.beforeAction?this.beforeAction("next",function(e){!1!==e&&t._next()}):this._next()},showToast:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:3e3;this.hideToast(),this.toast||(this.toast=this.$createToast()),this.toast.show(t,e)},hideToast:function(){this.toast&&this.toast.hide()},showDialog:function(t){var e=t.dialogType,n=void 0===e?1:e,o=t.dialogTitle,i=void 0===o?"":o,r=t.dialogData,s=void 0===r?[]:r,c=t.width,a=void 0===c?"320px":c,l=t.cancelbtnText,u=void 0===l?"取消":l,f=t.confirmbtnText,d=void 0===f?"确定":f,p=t.confirmButtonColor,h=void 0===p?"#8c7fee":p,v=t.onConfirm,m=void 0===v?function(){}:v,y=t.onCancel,b=void 0===y?function(){}:y;this.dialog&&this.dialog.remove(),this.dialog=this.$createGoldDialog({zIndex:500,closable:!1,title:i,content:s.join("<br/>"),buttonType:"sticky",width:a,confirmButtonColor:h,showCancelButton:1!==Number(n),cancelButtonText:u,confirmButtonText:d,onConfirm:function(){m()},onCancel:function(){b()}}),this.dialog.show()}}}},1052:function(t,e,n){"use strict";var o=n(336),i=n(1472),r=n(1475),s=n(39);e.a={name:"ScrollZoom",mixins:[s.a],props:{activeIndex:{type:Number,default:0},list:{type:Array,default:function(){return{}}},forceRead:{type:Boolean,default:!0},brandColor:{type:String,default:""}},data:function(){return{myScroll:null,freeScroll:!0,scrollbar:{fade:!0,interactive:!0},bounce:{bottom:!1,left:!1,right:!1,top:!1},zoom:!1,listenScrollInit:!0,listenScrollEnd:!0,listenZoomEnd:!1,listenScroll:!1,mouseWheel:!0,currentScale:1}},methods:{isSelected:function(t){return t===this.activeIndex},scrollEnd:function(t){this.forceRead&&t.y===this.myScroll.maxScrollY&&this.$emit("canINext",!0)},scrollInit:function(t){this.myScroll=t,this.forceRead&&this.myScroll&&0==~~this.myScroll.maxScrollY&&this.$emit("canINext",!0)},scrollToTop:function(){this.myScroll.scrollTo(0,0)}},components:{scroll:o.a,IntelCheck:i.a,HumanCheck:r.a}}},1053:function(t,e,n){"use strict";var o=n(15);e.a={name:"Content",props:{info:{type:Object,default:function(){return{}}},brandColor:{type:String,default:"#8c7fee"}},data:function(){return{hexToRgb:o.n}},computed:{selectDisease:function(){return this.info&&this.info.diseaselist&&this.info.diseaselist.length?this.info.diseaselist.map(function(t){return t.disease}).join("、"):""}}}},1054:function(t,e,n){"use strict";var o=n(1477),i=n(1480),r=n(1483),s=n(1486);e.a={name:"HumanCheck",components:{status:o.a,curProgress:i.a,vModule:r.a,vPicture:s.a},props:{info:{type:Object,default:function(){return{}}},brandColor:{type:String,default:"#8c7fee"}},data:function(){return{isPreview:!1,previewImg:null}},methods:{showPreview:function(t){this.isPreview=!0,this.previewImg=t}}}},1055:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{conclusion:{type:Object,default:function(){return{}}},brandColor:{type:String,default:"#8c7fee"}}}},1056:function(t,e,n){"use strict";var o=n(171),i=n.n(o);e.a={data:function(){return{}},props:{processing:{type:Array,default:function(){return[]}},brandColor:{type:String,default:"#8c7fee"}},computed:{timelineData:function(){for(var t=[],e=this.processing,n=Array.isArray(e),o=0,e=n?e:i()(e);;){var r;if(n){if(o>=e.length)break;r=e[o++]}else{if(o=e.next(),o.done)break;r=o.value}var s=r,c=s.title,a=s.desc,l=s.time,u={title:c,desc:a,time:new Date(1e3*l).format("yyyy-MM-dd hh:mm:ss")};t.push(u)}return t}}}},1057:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{vModule:{type:Object,default:function(){}},brandColor:{type:String,default:"#8c7fee"}}}},1058:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{pics:{type:Object,default:function(){}},brandColor:{type:String,default:"#8c7fee"}}}},1059:function(t,e,n){"use strict";var o=n(172),i=n(39);e.a={name:"Tab",mixins:[i.a],data:function(){return{scroll:null}},components:{scroll:o.a},props:{activeIndex:{type:Number,default:0},list:{type:Array,default:function(){return[]}},brandColor:{type:String,default:"#8c7fee"},canTabClick:{type:Boolean,default:!0}},methods:{isSelected:function(t){return t===this.activeIndex},changeTab:function(t){this.canTabClick&&this.$emit("changeTab",t)}},watch:{isVisible:function(t){var e=this;t&&this.$nextTick(function(){e.$refs.scroll.initScroll()})}}}},106:function(t,e,n){var o=n(7);t.exports=function(t,e,n,i){try{return i?e(o(n)[0],n[1]):e(n)}catch(e){var r=t.return;throw void 0!==r&&o(r.call(t)),e}}},107:function(t,e,n){var o=n(16),i=n(2)("iterator"),r=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||r[i]===t)}},108:function(t,e,n){var o=n(37),i=n(106),r=n(107),s=n(7),c=n(52),a=n(102),l={},u={},e=t.exports=function(t,e,n,f,d){var p,h,v,m,y=d?function(){return t}:a(t),b=o(n,f,e?2:1),g=0;if("function"!=typeof y)throw TypeError(t+" is not iterable!");if(r(y)){for(p=c(t.length);p>g;g++)if((m=e?b(s(h=t[g])[0],h[1]):b(t[g]))===l||m===u)return m}else for(v=y.call(t);!(h=v.next()).done;)if((m=i(v,b,h.value,e))===l||m===u)return m};e.BREAK=l,e.RETURN=u},109:function(t,e,n){var o=n(2)("iterator"),i=!1;try{var r=[7][o]();r.return=function(){i=!0},Array.from(r,function(){throw 2})}catch(t){}t.exports=function(t,e){if(!e&&!i)return!1;var n=!1;try{var r=[7],s=r[o]();s.next=function(){return{done:n=!0}},r[o]=function(){return s},t(r)}catch(t){}return n}},11:function(t,e,n){var o=n(1),i=n(0),r=n(37),s=n(5),c=n(4),a=function(t,e,n){var l,u,f,d=t&a.F,p=t&a.G,h=t&a.S,v=t&a.P,m=t&a.B,y=t&a.W,b=p?i:i[e]||(i[e]={}),g=b.prototype,_=p?o:h?o[e]:(o[e]||{}).prototype;p&&(n=e);for(l in n)(u=!d&&_&&void 0!==_[l])&&c(b,l)||(f=u?_[l]:n[l],b[l]=p&&"function"!=typeof _[l]?n[l]:m&&u?r(f,o):y&&_[l]==f?function(t){var e=function(e,n,o){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,o)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(f):v&&"function"==typeof f?r(Function.call,f):f,v&&((b.virtual||(b.virtual={}))[l]=f,t&a.R&&g&&!g[l]&&s(g,l,f)))};a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},110:function(t,e){t.exports=function(t,e,n,o){if(!(t instanceof e)||void 0!==o&&o in t)throw TypeError(n+": incorrect invocation!");return t}},111:function(t,e,n){var o=n(5);t.exports=function(t,e,n){for(var i in e)n&&t[i]?t[i]=e[i]:o(t,i,e[i]);return t}},112:function(t,e,n){"use strict";var o=n(1),i=n(0),r=n(6),s=n(3),c=n(2)("species");t.exports=function(t){var e="function"==typeof i[t]?i[t]:o[t];s&&e&&!e[c]&&r.f(e,c,{configurable:!0,get:function(){return this}})}},113:function(t,e,n){n(55),n(50),n(51),n(114),n(118),n(119),t.exports=n(0).Promise},114:function(t,e,n){"use strict";var o,i,r,s,c=n(14),a=n(1),l=n(37),u=n(94),f=n(11),d=n(9),p=n(38),h=n(110),v=n(108),m=n(96),y=n(97).set,b=n(116)(),g=n(90),_=n(98),w=n(117),x=n(99),S=a.TypeError,C=a.process,T=C&&C.versions,O=T&&T.v8||"",j=a.Promise,P="process"==u(C),E=function(){},k=i=g.f,D=!!function(){try{var t=j.resolve(1),e=(t.constructor={})[n(2)("species")]=function(t){t(E,E)};return(P||"function"==typeof PromiseRejectionEvent)&&t.then(E)instanceof e&&0!==O.indexOf("6.6")&&-1===w.indexOf("Chrome/66")}catch(t){}}(),$=function(t){var e;return!(!d(t)||"function"!=typeof(e=t.then))&&e},I=function(t,e){if(!t._n){t._n=!0;var n=t._c;b(function(){for(var o=t._v,i=1==t._s,r=0;n.length>r;)!function(e){var n,r,s,c=i?e.ok:e.fail,a=e.resolve,l=e.reject,u=e.domain;try{c?(i||(2==t._h&&M(t),t._h=1),!0===c?n=o:(u&&u.enter(),n=c(o),u&&(u.exit(),s=!0)),n===e.promise?l(S("Promise-chain cycle")):(r=$(n))?r.call(n,a,l):a(n)):l(o)}catch(t){u&&!s&&u.exit(),l(t)}}(n[r++]);t._c=[],t._n=!1,e&&!t._h&&R(t)})}},R=function(t){y.call(a,function(){var e,n,o,i=t._v,r=A(t);if(r&&(e=_(function(){P?C.emit("unhandledRejection",i,t):(n=a.onunhandledrejection)?n({promise:t,reason:i}):(o=a.console)&&o.error&&o.error("Unhandled promise rejection",i)}),t._h=P||A(t)?2:1),t._a=void 0,r&&e.e)throw e.v})},A=function(t){return 1!==t._h&&0===(t._a||t._c).length},M=function(t){y.call(a,function(){var e;P?C.emit("rejectionHandled",t):(e=a.onrejectionhandled)&&e({promise:t,reason:t._v})})},L=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()),I(e,!0))},B=function(t){var e,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===t)throw S("Promise can't be resolved itself");(e=$(t))?b(function(){var o={_w:n,_d:!1};try{e.call(t,l(B,o,1),l(L,o,1))}catch(t){L.call(o,t)}}):(n._v=t,n._s=1,I(n,!1))}catch(t){L.call({_w:n,_d:!1},t)}}};D||(j=function(t){h(this,j,"Promise","_h"),p(t),o.call(this);try{t(l(B,this,1),l(L,this,1))}catch(t){L.call(this,t)}},o=function(t){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1},o.prototype=n(111)(j.prototype,{then:function(t,e){var n=k(m(this,j));return n.ok="function"!=typeof t||t,n.fail="function"==typeof e&&e,n.domain=P?C.domain:void 0,this._c.push(n),this._a&&this._a.push(n),this._s&&I(this,!1),n.promise},catch:function(t){return this.then(void 0,t)}}),r=function(){var t=new o;this.promise=t,this.resolve=l(B,t,1),this.reject=l(L,t,1)},g.f=k=function(t){return t===j||t===s?new r(t):i(t)}),f(f.G+f.W+f.F*!D,{Promise:j}),n(21)(j,"Promise"),n(112)("Promise"),s=n(0).Promise,f(f.S+f.F*!D,"Promise",{reject:function(t){var e=k(this);return(0,e.reject)(t),e.promise}}),f(f.S+f.F*(c||!D),"Promise",{resolve:function(t){return x(c&&this===s?j:this,t)}}),f(f.S+f.F*!(D&&n(109)(function(t){j.all(t).catch(E)})),"Promise",{all:function(t){var e=this,n=k(e),o=n.resolve,i=n.reject,r=_(function(){var n=[],r=0,s=1;v(t,!1,function(t){var c=r++,a=!1;n.push(void 0),s++,e.resolve(t).then(function(t){a||(a=!0,n[c]=t,--s||o(n))},i)}),--s||o(n)});return r.e&&i(r.v),n.promise},race:function(t){var e=this,n=k(e),o=n.reject,i=_(function(){v(t,!1,function(t){e.resolve(t).then(n.resolve,o)})});return i.e&&o(i.v),n.promise}})},115:function(t,e){t.exports=function(t,e,n){var o=void 0===n;switch(e.length){case 0:return o?t():t.call(n);case 1:return o?t(e[0]):t.call(n,e[0]);case 2:return o?t(e[0],e[1]):t.call(n,e[0],e[1]);case 3:return o?t(e[0],e[1],e[2]):t.call(n,e[0],e[1],e[2]);case 4:return o?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)}},116:function(t,e,n){var o=n(1),i=n(97).set,r=o.MutationObserver||o.WebKitMutationObserver,s=o.process,c=o.Promise,a="process"==n(22)(s);t.exports=function(){var t,e,n,l=function(){var o,i;for(a&&(o=s.domain)&&o.exit();t;){i=t.fn,t=t.next;try{i()}catch(o){throw t?n():e=void 0,o}}e=void 0,o&&o.enter()};if(a)n=function(){s.nextTick(l)};else if(!r||o.navigator&&o.navigator.standalone)if(c&&c.resolve){var u=c.resolve(void 0);n=function(){u.then(l)}}else n=function(){i.call(o,l)};else{var f=!0,d=document.createTextNode("");new r(l).observe(d,{characterData:!0}),n=function(){d.data=f=!f}}return function(o){var i={fn:o,next:void 0};e&&(e.next=i),t||(t=i,n()),e=i}}},117:function(t,e,n){var o=n(1),i=o.navigator;t.exports=i&&i.userAgent||""},118:function(t,e,n){"use strict";var o=n(11),i=n(0),r=n(1),s=n(96),c=n(99);o(o.P+o.R,"Promise",{finally:function(t){var e=s(this,i.Promise||r.Promise),n="function"==typeof t;return this.then(n?function(n){return c(e,t()).then(function(){return n})}:t,n?function(n){return c(e,t()).then(function(){throw n})}:t)}})},119:function(t,e,n){"use strict";var o=n(11),i=n(90),r=n(98);o(o.S,"Promise",{try:function(t){var e=i.f(this),n=r(t);return(n.e?e.reject:e.resolve)(n.v),e.promise}})},12:function(t,e,n){"use strict";function o(t,e,n,o,i,r,s,c){t=t||{};var a=typeof t.default;"object"!==a&&"function"!==a||(t=t.default);var l="function"==typeof t?t.options:t;e&&(l.render=e,l.staticRenderFns=n,l._compiled=!0),o&&(l.functional=!0),r&&(l._scopeId=r);var u;if(s?(u=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)},l._ssrRegister=u):i&&(u=c?function(){i.call(this,this.$root.$options.shadowRoot)}:i),u)if(l.functional){l._injectStyles=u;var f=l.render;l.render=function(t,e){return u.call(e),f(t,e)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,u):[u]}return{exports:t,options:l}}e.a=o},120:function(t,e){},121:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=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=[];o._withStripped=!0},122:function(t,e,n){"use strict";function o(t){t.preventDefault()}var i={watch:{isVisible:function(t){t?document.body.addEventListener("touchmove",o,{passive:!1}):document.body.removeEventListener("touchmove",o,{passive:!1})}},beforeDestroy:function(){document.body.removeEventListener("touchmove",o,{passive:!1})}};e.a=i},13:function(t,e,n){var o=n(45),i=n(28);t.exports=Object.keys||function(t){return o(t,i)}},138:function(t,e,n){"use strict";var o=n(159),i=n.n(o),r=n(160);e.a={name:"ActScroll",props:{probeType:{type:Number,default:2},click:{type:Boolean,default:!0},listenScrollInit:{type:Boolean,default:!1},listenScroll:{type:Boolean,default:!1},listenBeforeScroll:{type:Boolean,default:!1},listenScrollEnd:{type:Boolean,default:!1},listenZoomEnd:{type:Boolean,default:!1},listenPullingUp:{type:Boolean,default:!1},direction:{type:String,default:"vertical"},scrollbar:{type:null,default:!1},startY:{type:Number,default:0},refreshDelay:{type:Number,default:20},freeScroll:{type:Boolean,default:!1},mouseWheel:{type:Boolean,default:!1},bounce:{type:[Boolean,Object],default:!0},zoom:{type:Boolean,default:!1},useTransition:{type:Boolean,default:!0}},data:function(){return{beforePullDown:!0,isRebounding:!1,pullUpDirty:!0,pullDownStyle:"",bubbleY:0,lastTouchStart:null,fingers:0,tapTarget:null,isDouble:!1,startXd:0,startYd:0,endXd:0,endYd:0}},mounted:function(){var t=this;this.$nextTick(function(){t.initScroll()})},destroyed:function(){this.scroll&&this.scroll.destroy(),this.$emit("destroyed",this.scroll)},methods:{initScroll:function(){var t=this;if(this.$refs.wrapper){var e={probeType:this.probeType,click:this.click,scrollY:this.freeScroll||"vertical"===this.direction,scrollX:this.freeScroll||"horizontal"===this.direction,scrollbar:this.scrollbar,startY:this.startY,freeScroll:this.freeScroll,mouseWheel:this.mouseWheel,bounce:this.bounce,zoom:this.zoom,bounceTime:300,useTransition:r.a&&this.useTransition,pullUpLoad:{threshold:50}};this.scroll=new i.a(this.$refs.wrapper,e),this.listenScroll&&this.scroll.on("scroll",function(e){t.$emit("scroll",e)}),this.listenScrollEnd&&this.scroll.on("scrollEnd",function(e){t.$emit("scroll-end",e)}),this.listenBeforeScroll&&(this.scroll.on("beforeScrollStart",function(){t.$emit("beforeScrollStart")}),this.scroll.on("scrollStart",function(){t.$emit("scroll-start")})),this.listenZoomEnd&&this.scroll.on("zoomEnd",function(){t.$emit("zoomEnd",t.scroll)}),this.zoom&&(this.isDouble=!0),this.listenScrollInit&&this.$emit("scrollSuc",this.scroll),this.listenPullingUp&&this.scroll.on("pullingUp",function(){t.$emit("pullingUp")})}},disable:function(){this.scroll&&this.scroll.disable()},enable:function(){this.scroll&&this.scroll.enable()},refresh:function(){this.scroll&&this.scroll.refresh()},scrollTo:function(){this.scroll&&this.scroll.scrollTo.apply(this.scroll,arguments)},scrollToElement:function(){this.scroll&&this.scroll.scrollToElement.apply(this.scroll,arguments)},clickItem:function(t,e){this.$emit("click",e)},destroy:function(){this.scroll.destroy()},forceUpdate:function(t){this.refresh()}}}},14:function(t,e){t.exports=!0},1467:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(53),i=n(1468);i.a.install=function(t){t.component(i.a.name,i.a),t.prototype.$createGoldConclusion=Object(o.a)(i.a,t)},e.default=i.a},1468:function(t,e,n){"use strict";function o(t){c||n(1469)}var i=n(1051),r=n(1494),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-7815a36d",null);l.options.__file="src\\components\\GoldConclusion\\src\\index.vue",e.a=l.exports},1469:function(t,e){},1470:function(t,e,n){"use strict";function o(t){c||n(1471)}var i=n(1052),r=n(1490),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-8566117e",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\scrollzoom.vue",e.a=l.exports},1471:function(t,e){},1472:function(t,e,n){"use strict";function o(t){c||n(1473)}var i=n(1053),r=n(1474),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-82320fda",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\intelcheck.vue",e.a=l.exports},1473:function(t,e){},1474:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"conclusion_intel_check_container"},[n("div",{staticClass:"conclusion"},[t.info.title?n("div",{staticClass:"consult_text",style:{color:t.brandColor}},[t._v("\n "+t._s(t.info.title)+"\n ")]):t._e(),t._v(" "),t.info.desc?n("div",{staticClass:"consult_desc"},[t._v("\n "+t._s(t.info.desc)+"\n ")]):t._e(),t._v(" "),t.selectDisease?n("div",{staticClass:"selectDisease-wrap"},[n("div",{staticClass:"tit"},[t._v("\n 您所选疾病:\n ")]),t._v(" "),n("div",{staticClass:"selectDisease"},[t._v("\n "+t._s(t.selectDisease)+"\n ")])]):t._e()]),t._v(" "),n("div",{staticClass:"diseases"},[n("div",{staticClass:"hd"},[t._v("\n 问卷信息结果\n ")]),t._v(" "),t._l(t.info.diseaselist,function(e,o){return n("div",{key:"disease"+o,staticClass:"disease"},[n("div",{staticClass:"disease-tit"},[t._v("\n 疾病"+t._s(o+1)+":"+t._s(e.disease)+"\n ")]),t._v(" "),e.desc?n("div",{staticClass:"disease-desc-wrap"},[n("p",{staticClass:"disease-desc-tit"},[t._v("\n 结论:\n ")]),t._v(" "),n("p",{staticClass:"disease-desc"},[t._v("\n "+t._s(e.desc)+"\n ")])]):t._e(),t._v(" "),e.answerSeq&&e.answerSeq.length?n("div",{staticClass:"question_list"},t._l(e.answerSeq,function(e,o){return n("div",{key:"question"+o,staticClass:"question_item"},[n("p",[n("span",{staticClass:"icon",style:{background:t.brandColor}},[n("span",[t._v("问")])]),t._v(" "),n("span",{staticClass:"content"},[t._v(t._s(e.question))])]),t._v(" "),n("p",[n("span",{staticClass:"icon",style:{background:t.hexToRgb(t.brandColor,.7)}},[n("span",[t._v("答")])]),t._v(" "),n("span",{staticClass:"content"},[t._v(t._s(e.answer))])])])}),0):t._e()])})],2)])},i=[];o._withStripped=!0},1475:function(t,e,n){"use strict";function o(t){c||n(1476)}var i=n(1054),r=n(1489),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-7c7a24c8",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\humancheck.vue",e.a=l.exports},1476:function(t,e){},1477:function(t,e,n){"use strict";function o(t){c||n(1478)}var i=n(1055),r=n(1479),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-a3e142da",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\status.vue",e.a=l.exports},1478:function(t,e){},1479:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.conclusion.title||t.conclusion.desc?n("div",{staticClass:"status"},[t.conclusion.title?n("p",{staticClass:"conclusion",style:{color:t.brandColor}},[t._v("\n "+t._s(t.conclusion.title)+"\n ")]):t._e(),t._v(" "),t.conclusion.desc?n("p",{staticClass:"desc"},[t._v("\n "+t._s(t.conclusion.desc)+"\n ")]):t._e()]):t._e()},i=[];o._withStripped=!0},1480:function(t,e,n){"use strict";function o(t){c||n(1481)}var i=n(1056),r=n(1482),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-54979d0e",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\progress.vue",e.a=l.exports},1481:function(t,e){},1482:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"section"},[n("div",{staticClass:"tit"},[t._v("\n 当前进度:\n ")]),t._v(" "),n("div",{staticClass:"content"},[n("act-timeline",{attrs:{data:t.timelineData,max:3,activeColor:t.brandColor}})],1)])},i=[];o._withStripped=!0},1483:function(t,e,n){"use strict";function o(t){c||n(1484)}var i=n(1057),r=n(1485),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-6b69680d",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\module.vue",e.a=l.exports},1484:function(t,e){},1485:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"section"},[t.vModule.title?n("div",{staticClass:"tit"},[t._v("\n "+t._s(t.vModule.title)+"\n ")]):t._e(),t._v(" "),n("div",{staticClass:"infor"},[t.vModule.subModule&&t.vModule.subModule.length?t._l(t.vModule.subModule,function(e,o){return n("div",{key:"sub"+o,staticClass:"infor-section"},[e.elements&&e.elements.length?[e.title?n("div",{staticClass:"sub-title"},[t._v("\n "+t._s(e.title)+"\n ")]):t._e(),t._v(" "),t._l(e.elements,function(e,o){return n("div",{key:o,staticClass:"element-control"},[n("div",{staticClass:"element-lable",domProps:{innerHTML:t._s(e.fieldDesc+":")}}),t._v(" "),n("div",{staticClass:"element-info"},[n("p",[t._v("\n "+t._s(e.valueDesc||"-")+"\n ")])])])})]:t._e()],2)}):[n("div",{staticClass:"infor-section"},t._l(t.vModule.elements,function(e,o){return n("div",{key:o,staticClass:"element-control"},[n("div",{staticClass:"element-lable",domProps:{innerHTML:t._s(e.fieldDesc+":")}}),t._v(" "),n("div",{staticClass:"element-info"},[n("p",[t._v("\n "+t._s(e.valueDesc||"-")+"\n ")])])])}),0)]],2)])},i=[];o._withStripped=!0},1486:function(t,e,n){"use strict";function o(t){c||n(1487)}var i=n(1058),r=n(1488),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-007e46a6",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\picture.vue",e.a=l.exports},1487:function(t,e){},1488:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.pics.subModule&&t.pics.subModule.length?n("div",{staticClass:"section"},[t.pics.title?n("div",{staticClass:"tit"},[t._v("\n "+t._s(t.pics.title)+"\n ")]):t._e(),t._v(" "),n("div",{staticClass:"infor"},t._l(t.pics.subModule,function(e,o){return n("div",{key:o,staticClass:"infor-section"},[e.title?n("div",{staticClass:"sub-title"},[t._v("\n "+t._s(e.title)+"\n ")]):t._e(),t._v(" "),n("act-file-list",{staticClass:"picture",attrs:{files:e.elements}})],1)}),0)]):t._e()},i=[];o._withStripped=!0},1489:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"conclusion_human_check_container"},[t.info.conclusion?n("status",{attrs:{conclusion:t.info.conclusion,brandColor:t.brandColor}}):t._e(),t._v(" "),t.info.processing&&t.info.processing.length?n("cur-progress",{attrs:{processing:t.info.processing,brandColor:t.brandColor}}):t._e(),t._v(" "),t._l(t.info.moduleInfo,function(e,o){return n("v-module",{key:o,attrs:{vModule:e,brandColor:t.brandColor}})}),t._v(" "),t.info.pics?n("v-picture",{attrs:{pics:t.info.pics,brandColor:t.brandColor},on:{showPreview:t.showPreview}}):t._e()],2)},i=[];o._withStripped=!0},1490:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"act-conclusion-container"},[t.isVisible?n("scroll",{ref:"scroll",staticClass:"scroll-word",attrs:{freeScroll:t.freeScroll,scrollbar:t.scrollbar,mouseWheel:t.mouseWheel,bounce:t.bounce,zoom:t.zoom,listenScroll:t.listenScroll,listenScrollEnd:t.listenScrollEnd,listenScrollInit:t.listenScrollInit,listenZoomEnd:t.listenZoomEnd},on:{"scroll-end":t.scrollEnd,scrollSuc:t.scrollInit}},[n("div",[t._l(t.list,function(e,o){return[n("div",{directives:[{name:"show",rawName:"v-show",value:t.isSelected(o),expression:"isSelected(k)"}],key:"conclusion"+o},[1===e.type?n("intel-check",{attrs:{info:e,brandColor:t.brandColor}}):n("human-check",{attrs:{info:e,brandColor:t.brandColor}})],1)]})],2)]):t._e()],1)},i=[];o._withStripped=!0},1491:function(t,e,n){"use strict";function o(t){c||n(1492)}var i=n(1059),r=n(1493),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-13d8bf44",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\tab.vue",e.a=l.exports},1492:function(t,e){},1493:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"act-conclusion-nav-wrap"},[n("div",{staticClass:"act-conclusion-nav",class:{"flex-content":t.list.length<=3},attrs:{slot:"header"},slot:"header"},[t.list&&t.list.length?n("scroll",{ref:"scroll",attrs:{direction:"horizontal"}},t._l(t.list,function(e,o){return n("div",{key:o,staticClass:"act-conclusion-nav-item",class:{active:t.isSelected(o)},on:{click:function(e){return e.stopPropagation(),t.changeTab(o)}}},[t._v("\n "+t._s(1===e.type?e.name+"智核结论":e.name+"人核结论")+" "),n("i",{directives:[{name:"show",rawName:"v-show",value:t.isSelected(o),expression:"isSelected(i)"}],style:{"background-color":t.brandColor}})])}),0):t._e()],1)])},i=[];o._withStripped=!0},1494:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("act-gold-layer",{ref:"doclayer",staticClass:"act-gold-conclusion-container",attrs:{visible:t.isVisible,title:t.title,center:!1},on:{close:t.close}},[n("div",{staticClass:"act-gold-conclusion"},[n("div",{staticClass:"act-conclusion-layer"},[n("tab",{attrs:{visible:t.isVisible,list:t.list,activeIndex:t.activeIndex,canTabClick:t.canTabClick,brandColor:t.brandColor},on:{changeTab:t.changeTab}}),t._v(" "),n("scroll-zoom",{ref:"scrollContent",staticClass:"scroll-zoom",attrs:{visible:t.isVisible,list:t.list,activeIndex:t.activeIndex,forceRead:t.forceRead,brandColor:t.brandColor},on:{canINext:t.canINext}})],1),t._v(" "),1===t.caseType?n("div",{staticClass:"readterms-btns",attrs:{slot:"footer"},slot:"footer"},[n("div",{staticClass:"item know_btn",on:{click:function(e){return e.stopPropagation(),t.close(e)}}},[t._v("\n 我知道了\n ")])]):t._e(),t._v(" "),2===t.caseType?n("div",{staticClass:"readterms-btns",attrs:{slot:"footer"},slot:"footer"},[n("div",{staticClass:"item",on:{click:function(e){return e.stopPropagation(),t.cancel(e)}}},[t._v("\n "+t._s(t.leftText)+"\n ")]),t._v(" "),n("div",{staticClass:"item",style:{background:t.brandColor},on:{click:function(e){return e.stopPropagation(),t.next(e)}}},[t._v("\n "+t._s(t.computRightText)+"\n ")])]):t._e()])])},i=[];o._withStripped=!0},15:function(t,e,n){"use strict";function o(t,e){if(t.findIndex)return t.findIndex(e);var n=-1;return t.some(function(t,o,i){var r=e.call(this,t,o,i);if(r)return n=o,r}),n}function i(t){return t?JSON.parse(N()(t)):t}function r(t,e){for(var n in e)t[n]&&"object"===L()(t[n])?r(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 c(t){return"[object String]"===Object.prototype.toString.call(t)}function a(t){return"[object Number]"===Object.prototype.toString.call(t)}function l(t){return"[object Object]"===Object.prototype.toString.call(t)}function u(t){return"[object Boolean]"===Object.prototype.toString.call(t)}function f(t){return null===t}function d(t){return void 0!==t&&null!==t}function p(t){return void 0===t}function h(t){return"[object Error]"===Object.prototype.toString.call(t)}function v(t){return"function"==typeof t}function m(t,e,n){function o(e){var n=m,o=y;return m=y=void 0,x=e,g=t.apply(o,n)}function i(t,e){return O?(window.cancelAnimationFrame(_),window.requestAnimationFrame(t)):setTimeout(t,e)}function r(t){if(O)return window.cancelAnimationFrame(t);clearTimeout(t)}function s(t){return x=t,_=i(u,e),S?o(t):g}function c(t){var n=t-w,o=t-x,i=e-n;return C?Math.min(i,b-o):i}function a(t){var n=t-w,o=t-x;return void 0===w||n>=e||n<0||C&&o>=b}function u(){var t=Date.now();if(a(t))return f(t);_=i(u,c(t))}function f(t){return _=void 0,T&&m?o(t):(m=y=void 0,g)}function d(){void 0!==_&&r(_),x=0,m=w=y=_=void 0}function p(){return void 0===_?g:f(Date.now())}function h(){return void 0!==_}function v(){for(var t=Date.now(),n=a(t),r=arguments.length,c=Array(r),l=0;l<r;l++)c[l]=arguments[l];if(m=c,y=this,w=t,n){if(void 0===_)return s(w);if(C)return _=i(u,e),o(w)}return void 0===_&&(_=i(u,e)),g}var m=void 0,y=void 0,b=void 0,g=void 0,_=void 0,w=void 0,x=0,S=!1,C=!1,T=!0,O=!e&&0!==e&&"function"==typeof window.requestAnimationFrame;if("function"!=typeof t)throw new TypeError("Expected a function");return e=+e||0,l(n)&&(S=!!n.leading,C="maxWait"in n,b=C?Math.max(+n.maxWait||0,e):b,T="trailing"in n?!!n.trailing:T),v.cancel=d,v.flush=p,v.pending=h,v}function y(t,e,n){var o=!0,i=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return l(n)&&(o="leading"in n?!!n.leading:o,i="trailing"in n?!!n.trailing:i),m(t,e,{leading:o,trailing:i,maxWait:e})}function b(t){return!!/^1\d{10}$/.test(t)}function g(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 _(t){return t.replace(/\s/g,"").replace(/(.{4})(?=.)/g,"$1 ")}function w(t){if(void 0!==t||null!==t)return/^\d+(\.\d+)?$/.test(t+"")?t+"px":t}function x(t){if(!t)return"";var e=t.length;return 2===e?t.split("").join("&emsp;&emsp;"):3===e?t.split("").join("&ensp;"):t}function S(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=t.offsetHeight;if(e){var o=t.currentStyle||getComputedStyle(t);n+=parseInt(o.marginTop||0)+parseInt(o.marginBottom||0)}return n}function C(t,e){var n=/^#([a-f\d]{1})([a-f\d]{1})([a-f\d]{1})$/i.exec(t),o=/^#([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)}:o&&(i={r:parseInt(o[1],16),g:parseInt(o[2],16),b:parseInt(o[3],16)}),i?void 0!==e?"rgba("+i.r+", "+i.g+", "+i.b+", "+e+")":"rgb("+i.r+", "+i.g+", "+i.b+")":""}function T(t){var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz",n=e.length,o="";t=t||32;for(var i=0;i<t;i++)o+=e.charAt(Math.floor(Math.random()*n));return o}function O(t,e){var n=e||location.href,o=new RegExp("(\\?|&)"+t+"=([^&#$\\s]+)"),i=n.match(o);return i&&i[2]}function j(t){var e=window.getComputedStyle(t),n="none"===e.display,o=null===t.offsetParent&&"fixed"!==e.position;return n||o}function P(t,e,n){return Math.min(Math.max(t,e),n)}function E(t){var e=/os (\d\d?_\d(_\d)?)/,n=e.exec(t);if(!n)return null;var o=n[1].split("_").map(function(t){return parseInt(t,10)});return{major:o[0],minor:o[1],patch:o[2]||0}}function k(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";e=e||window.location.href;var n=new RegExp("(\\?|#|&)"+t+"=([^&#]*)(&|#|$)"),o=e.match(n);return decodeURIComponent(o?o[2]:"")}function D(t){return t?h(t)?t.message:c(t)?t:t.errmsg||"请求失败,请稍后重试":"请求失败,请稍后重试"}function $(){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+&@#/%=~_|]"),o=0;o<t.length;o++){var i=t[o];if(!n.test(i))return;e.push(i.split("?")[0])}return e}function I(t){var e=JSON.parse(N()(t)),n=e.attrModules,o=void 0===n?{}:n,i=e.plan,r=o.applicant,c=o.insureds,a=o.hcpics,l=o.hctext,u=o.makeup,f=o.apphctext,d=o.apphcpics,p={},h=function(t){var e=null,n=null,o=null,i=null,r={},c={},a={};for(var l in t){var u=t[l].defaultValue,f=t[l].required,d=t[l].display;if(s(u)){var p=$(u);p&&(u=p)}1!==Number(f)&&1!==Number(d)||("idType"===l||"id"===l||"idValidType"===l||"idValidEndTime"===l||"idValidStartTime"===l?(e=e||{},e[l]=u):"socialInsAddr"===l||"socialInsDetail"===l||"socialInsPost"===l||"socialInsTel"===l?(n=n||{},n[l]=u):"residentAddr"===l||"residentDetail"===l||"residentPost"===l||"residentTel"===l?(o=o||{},o[l]=u):"officeAddr"===l||"officeDetail"===l||"officePost"===l||"officeTel"===l?(i=i||{},i[l]=u):"companyIdType"===l||"companyId"===l?(c=c||{},c[l]=u):"detail"===l?(a=a||{},a[l]=u):r[l]=u)}return e&&(r.certificate=e),n&&(r.socialIns=n),o&&(r.resident=o),i&&(r.office=i),c&&(r.companyCertificate=c),a&&(r.companyAddress=a),r};if(o.plan&&(i=h(o.plan)),r&&(p.applicant={},r&&(p.applicant=h(r))),c||i){p.insureds=[];for(var v=c||[""],m=0;m<v.length;m++){var y=v[m],b=null,g={};y&&(b=h(y)),b&&(g.insured=b),i&&(g.plan=i),p.insureds.push(g)}}if(l&&(p.hctext=h(l)),f&&(p.apphctext=h(f)),a&&(p.hcpics=h(a)),d&&(p.apphcpics=h(d)),u){p.makeup={};for(var _=u||[""],w=0;w<_.length;w++){var x=_[w],S=null;x&&(S=h(x)),S&&(p.makeup=A()(p.makeup,S))}}return p}n.d(e,"F",function(){return et}),n.d(e,"v",function(){return nt}),e.d=o,e.c=i,e.b=r,e.o=s,e.z=c,e.x=a,e.y=l,e.p=u,e.w=f,e.q=d,e.A=p,e.r=h,e.s=v,e.a=m,e.E=y,e.u=b,e.g=g,e.e=_,e.f=w,e.h=x,e.B=S,e.n=C,e.C=T,e.l=O,e.t=j,e.D=P,e.k=E,e.m=k,e.j=D,e.i=I;var R=n(23),A=n.n(R),M=n(68),L=n.n(M),B=n(56),N=n.n(B),U="undefined"!=typeof window,z=U&&window.navigator.userAgent.toLowerCase(),Y=z&&/msie|trident/.test(z),W=z&&z.indexOf("msie 9.0")>0,F=z&&z.indexOf("edge/")>0,V=z&&z.indexOf("android")>0,G=z&&/iphone|ipad|ipod|ios/.test(z),X=z&&/chrome\/\d+/.test(z)&&!F,q=z&&/MicroMessenger/i.test(z),H=z&&/wxwork/i.test(z),Z=z&&/mucxiaoyusan/i.test(z),J=z&&/muckacabao/i.test(z),K=z&&/mucyanxuan/i.test(z),Q=Z||J,tt=z&&/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(z),et={isIE:Y,isMobile:tt,isIE9:W,isEdge:F,isAndroid:V,isIOS:G,isChrome:X,isWx:q,isWxWork:H,isApp:Q,isXysApp:Z,isKcbApp:J,isYxApp:K},nt=/MucWebAutoTester/.test(window.navigator.userAgent)},159:function(e,n){e.exports=t},16:function(t,e){t.exports={}},160:function(t,e,n){"use strict";n.d(e,"a",function(){return i});var o=n(15),i=function(){var t=!0;if(o.F.isIOS){var e=Object(o.k)(navigator.userAgent.toLowerCase());if(!e)return t;Number(""+e.major+e.minor)>=133&&(t=!1)}return t}()},17:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},171:function(t,e,n){t.exports={default:n(173),__esModule:!0}},172:function(t,e,n){"use strict";function o(t){c||n(195)}var i=n(138),r=n(196),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-3349a91e",null);l.options.__file="src\\components\\common\\scroll.vue",e.a=l.exports},173:function(t,e,n){n(51),n(50),t.exports=n(174)},174:function(t,e,n){var o=n(7),i=n(102);t.exports=n(0).getIterator=function(t){var e=i(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return o(e.call(t))}},18:function(t,e){var n=0,o=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+o).toString(36))}},19:function(t,e,n){var o=n(25);t.exports=function(t){return Object(o(t))}},195:function(t,e){},196:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"wrapper",staticClass:"scroll-wrapper"},[n("div",{staticClass:"scroll-content"},[t._t("default")],2)])},i=[];o._withStripped=!0},198:function(t,e,n){"use strict";var o=n(105),i=n(95),r=n(39),s=n(122);e.a={name:"ActGoldLayer",mixins:[i.a,r.a,s.a],components:{ActPopup:o.a},props:{title:{type:String,default:""},mask:{type:Boolean,default:!0},center:{type:Boolean,default:!0},opacity:{type:[Number,String],default:.7},closable:{type:Boolean,default:!0},brandColor:{type:String,default:""}},methods:{close:function(){this.$emit("close")}}}},2:function(t,e,n){var o=n(27)("wks"),i=n(18),r=n(1).Symbol,s="function"==typeof r;(t.exports=function(t){return o[t]||(o[t]=s&&r[t]||(s?r:i)("Symbol."+t))}).store=o},20:function(t,e){e.f={}.propertyIsEnumerable},21:function(t,e,n){var o=n(6).f,i=n(4),r=n(2)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,r)&&o(t,r,{configurable:!0,value:e})}},22:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},23:function(t,e,n){t.exports={default:n(71),__esModule:!0}},234:function(t,e,n){"use strict";function o(t){c||n(235)}var i=n(198),r=n(236),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-f3b563a0",null);l.options.__file="src\\components\\common\\goldlayer.vue",e.a=l.exports},235:function(t,e){},236:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("transition",{attrs:{name:"act-gold-popup-fade"}},[n("act-popup",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],attrs:{mask:t.mask,center:t.center,opacity:t.opacity,zIndex:t.zIndex},on:{touchmove:function(t){t.preventDefault()},"mask-click":t.close}},[n("transition",{attrs:{name:"act-gold-popup-move"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:t.isVisible,expression:"isVisible"}],staticClass:"act-gold-popup-container",on:{click:function(t){t.stopPropagation()}}},[t.$slots.header?n("div",{staticClass:"act-gold-popup-hd"},[t._t("header")],2):n("div",{staticClass:"act-gold-popup-hd"},[n("h3",[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),t.$slots.headerLeft?t._t("headerLeft"):t._e(),t._v(" "),t.$slots.headerRight?t._t("headerRight"):t.closable?n("i",{staticClass:"act-gold-popup-icon-close",on:{click:function(e){return e.stopPropagation(),t.close(e)}}}):t._e()],2),t._v(" "),t._t("default")],2)])],1)],1)},i=[];o._withStripped=!0},24:function(t,e){var n=Math.ceil,o=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?o:n)(t)}},25:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},26:function(t,e,n){var o=n(27)("keys"),i=n(18);t.exports=function(t){return o[t]||(o[t]=i(t))}},27:function(t,e,n){var o=n(0),i=n(1),r=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,e){return r[t]||(r[t]=void 0!==e?e:{})})("versions",[]).push({version:o.version,mode:n(14)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},28:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},281:function(t,e,n){"use strict";var o=n(101),i=n.n(o),r=n(159),s=n.n(r),c=n(338),a=n(339),l=n(160);e.a={name:"scroll",props:{probeType:{type:Number,default:2},click:{type:Boolean,default:!0},listenScrollInit:{type:Boolean,default:!1},listenScroll:{type:Boolean,default:!1},listenBeforeScroll:{type:Boolean,default:!1},listenScrollEnd:{type:Boolean,default:!1},listenZoomEnd:{type:Boolean,default:!1},direction:{type:String,default:"vertical"},scrollbar:{type:null,default:!1},pullDownRefresh:{type:null,default:!1},pullUpLoad:{type:null,default:!1},startY:{type:Number,default:0},refreshDelay:{type:Number,default:20},freeScroll:{type:Boolean,default:!1},mouseWheel:{type:Boolean,default:!1},bounce:{type:[Boolean,Object],default:!0},zoom:{type:[Boolean,Object],default:!1}},data:function(){return{beforePullDown:!0,isRebounding:!1,isPullingDown:!1,isPullUpLoad:!1,pullUpDirty:!0,pullDownStyle:"",bubbleY:0,lastTouchStart:null,fingers:0,tapTarget:null,isDouble:!1,startXd:0,startYd:0,endXd:0,endYd:0}},computed:{pullUpTxt:function(){var t=this.pullUpLoad&&this.pullUpLoad.txt&&this.pullUpLoad.txt.more||"加载更多",e=this.pullUpLoad&&this.pullUpLoad.txt&&this.pullUpLoad.txt.noMore||"没有更多数据了";return this.pullUpDirty?t:e},refreshTxt:function(){return this.pullDownRefresh&&this.pullDownRefresh.txt||"刷新成功"}},created:function(){this.pullDownInitTop=-50},mounted:function(){var t=this;setTimeout(function(){t.initScroll()},20)},destroyed:function(){this.$refs.scroll&&this.$refs.scroll.destroy()},methods:{initScroll:function(){var t=this;if(this.$refs.wrapper){this.$refs.listWrapper&&(this.pullDownRefresh||this.pullUpLoad)&&(this.$refs.listWrapper.style.minHeight=Object(c.a)(this.$refs.wrapper).height+1+"px");var e={probeType:this.probeType,click:this.click,scrollY:this.freeScroll||"vertical"===this.direction,scrollX:this.freeScroll||"horizontal"===this.direction,scrollbar:this.scrollbar,pullDownRefresh:this.pullDownRefresh,pullUpLoad:this.pullUpLoad,startY:this.startY,freeScroll:this.freeScroll,mouseWheel:this.mouseWheel,bounce:this.bounce,zoom:this.zoom,bounceTime:300,useTransition:l.a};this.scroll=new s.a(this.$refs.wrapper,e),this.listenScroll&&this.scroll.on("scroll",function(e){t.$emit("scroll",e)}),this.listenScrollEnd&&this.scroll.on("scrollEnd",function(e){t.$emit("scroll-end",e)}),this.listenBeforeScroll&&(this.scroll.on("beforeScrollStart",function(){t.$emit("beforeScrollStart")}),this.scroll.on("scrollStart",function(){t.$emit("scroll-start")})),this.listenZoomEnd&&this.scroll.on("zoomEnd",function(){t.$emit("zoomEnd",t.scroll)}),this.pullDownRefresh&&this._initPullDownRefresh(),this.pullUpLoad&&this._initPullUpLoad(),this.zoom&&(this.isDouble=!0),this.listenScrollInit&&this.$emit("scrollSuc",this.scroll)}},disable:function(){this.scroll&&this.scroll.disable()},enable:function(){this.scroll&&this.scroll.enable()},refresh:function(){this.scroll&&this.scroll.refresh()},scrollTo:function(){this.scroll&&this.scroll.scrollTo.apply(this.scroll,arguments)},scrollToElement:function(){this.scroll&&this.scroll.scrollToElement.apply(this.scroll,arguments)},clickItem:function(t,e){this.$emit("click",e)},destroy:function(){this.scroll.destroy()},forceUpdate:function(t){var e=this;this.pullDownRefresh&&this.isPullingDown?(this.isPullingDown=!1,this._reboundPullDown().then(function(){e._afterPullDown()})):this.pullUpLoad&&this.isPullUpLoad?(this.isPullUpLoad=!1,this.scroll.finishPullUp(),this.pullUpDirty=t,this.refresh()):this.refresh()},handleTouchStart:function(t){this.isDouble&&(this.fingers=t.touches.length,this.tapTarget=this.getTouches(t)[0],this.startXd=this.tapTarget.x,this.startYd=this.tapTarget.y)},handleTouchMove:function(t){this.isDouble&&(this.endXd=this.getTouches(t)[0].x,this.endYd=this.getTouches(t)[0].y)},handleTouchEnd:function(t){if(this.isDouble){this.endXd=0===this.endXd?this.startXd:this.endXd,this.endYd=0===this.endYd?this.startYd:this.endYd;var e=this.endXd-this.startXd,n=this.endYd-this.startYd;Math.abs(e)<10&&Math.abs(n)<10&&this.detectDoubleTap(t),this.startXd=this.startYd=this.endXd=this.endYd=0}},cancelEvent:function(t){t.stopPropagation(),t.preventDefault()},getTouches:function(t){return Array.prototype.slice.call(t.touches).map(function(t){return{x:t.pageX,y:t.pageY}})},detectDoubleTap:function(){var t=(new Date).getTime();if(this.fingers>1&&(this.lastTouchStart=null),t-this.lastTouchStart<300){this.cancelEvent(event);var e=this.scroll.scale>1?1:2;this.scroll.zoomTo(e,this.tapTarget.x,this.tapTarget.y)}1===this.fingers&&(this.lastTouchStart=t)},_initPullDownRefresh:function(){var t=this;this.scroll.on("pullingDown",function(){t.beforePullDown=!1,t.isPullingDown=!0,t.$emit("pullingDown")}),this.scroll.on("scroll",function(e){t.pullDownRefresh&&(t.beforePullDown?(t.bubbleY=Math.max(0,e.y+t.pullDownInitTop),t.pullDownStyle="top:"+Math.min(e.y+t.pullDownInitTop,10)+"px"):t.bubbleY=0,t.isRebounding&&(t.pullDownStyle="top:"+(10-(t.pullDownRefresh.stop-e.y))+"px"))})},_initPullUpLoad:function(){var t=this;this.scroll.on("pullingUp",function(){t.isPullUpLoad=!0,t.$emit("pullingUp")})},_reboundPullDown:function(){var t=this,e=this.pullDownRefresh.stopTime,n=void 0===e?600:e;return new i.a(function(e){setTimeout(function(){t.isRebounding=!0,t.scroll.finishPullDown(),e()},n)})},_afterPullDown:function(){var t=this;setTimeout(function(){t.pullDownStyle="top:"+t.pullDownInitTop+"px",t.beforePullDown=!0,t.isRebounding=!1,t.refresh()},this.scroll.options.bounceTime)}},watch:{data:function(){var t=this;setTimeout(function(){t.forceUpdate(!0)},this.refreshDelay)}},components:{Bubble:a.a}}},282:function(t,e,n){"use strict";e.a={props:{y:{type:Number,default:0}},data:function(){return{width:50,height:80}},computed:{distance:function(){return Math.max(0,Math.min(this.y*this.ratio,this.maxDistance))},style:function(){return"width:"+this.width/this.ratio+"px;height:"+this.height/this.ratio+"px"}},created:function(){this.ratio=window.devicePixelRatio,this.width*=this.ratio,this.height*=this.ratio,this.initRadius=18*this.ratio,this.minHeadRadius=12*this.ratio,this.minTailRadius=5*this.ratio,this.initArrowRadius=10*this.ratio,this.minArrowRadius=6*this.ratio,this.arrowWidth=3*this.ratio,this.maxDistance=40*this.ratio,this.initCenterX=25*this.ratio,this.initCenterY=25*this.ratio,this.headCenter={x:this.initCenterX,y:this.initCenterY}},mounted:function(){this._draw()},methods:{_draw:function(){var t=this.$refs.bubble,e=t.getContext("2d");e.clearRect(0,0,t.width,t.height),this._drawBubble(e),this._drawArrow(e)},_drawBubble:function(t){t.save(),t.beginPath();var e=this.distance/this.maxDistance,n=this.initRadius-(this.initRadius-this.minHeadRadius)*e;this.headCenter.y=this.initCenterY-(this.initRadius-this.minHeadRadius)*e,t.arc(this.headCenter.x,this.headCenter.y,n,0,Math.PI,!0);var o=this.initRadius-(this.initRadius-this.minTailRadius)*e,i={x:this.headCenter.x,y:this.headCenter.y+this.distance},r={x:i.x-o,y:i.y},s={x:r.x,y:r.y-this.distance/2};t.quadraticCurveTo(s.x,s.y,r.x,r.y),t.arc(i.x,i.y,o,Math.PI,0,!0);var c={x:this.headCenter.x+n,y:this.headCenter.y},a={x:i.x+o,y:c.y+this.distance/2};t.quadraticCurveTo(a.x,a.y,c.x,c.y),t.fillStyle="rgb(170,170,170)",t.fill(),t.strokeStyle="rgb(153,153,153)",t.stroke(),t.restore()},_drawArrow:function(t){t.save(),t.beginPath();var e=this.distance/this.maxDistance,n=this.initArrowRadius-(this.initArrowRadius-this.minArrowRadius)*e;t.arc(this.headCenter.x,this.headCenter.y,n-(this.arrowWidth-e),-Math.PI/2,0,!0),t.arc(this.headCenter.x,this.headCenter.y,n,0,3*Math.PI/2,!1),t.lineTo(this.headCenter.x,this.headCenter.y-n-this.arrowWidth/2+e),t.lineTo(this.headCenter.x+2*this.arrowWidth-2*e,this.headCenter.y-n+this.arrowWidth/2),t.lineTo(this.headCenter.x,this.headCenter.y-n+3*this.arrowWidth/2-e),t.fillStyle="rgb(255,255,255)",t.fill(),t.strokeStyle="rgb(170,170,170)",t.stroke(),t.restore()}},watch:{y:function(){this._draw()}}}},29:function(t,e,n){var o=n(9);t.exports=function(t,e){if(!o(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!o(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!o(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!o(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},3:function(t,e,n){t.exports=!n(10)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},30:function(t,e){e.f=Object.getOwnPropertySymbols},31:function(t,e,n){e.f=n(2)},32:function(t,e,n){var o=n(1),i=n(0),r=n(14),s=n(31),c=n(6).f;t.exports=function(t){var e=i.Symbol||(i.Symbol=r?{}:o.Symbol||{});"_"==t.charAt(0)||t in e||c(e,t,{value:s.f(t)})}},336:function(t,e,n){"use strict";function o(t){c||n(337)}var i=n(281),r=n(341),s=n(12),c=!1,a=o,l=Object(s.a)(i.a,r.a,r.b,!1,a,"data-v-3d7beb70",null);l.options.__file="src\\components\\common\\scrollZoom\\components\\scroll.vue",e.a=l.exports},337:function(t,e){},338:function(t,e,n){"use strict";function o(t){if(t instanceof window.SVGElement){var e=t.getBoundingClientRect();return{top:e.top,left:e.left,width:e.width,height:e.height}}return{top:t.offsetTop,left:t.offsetLeft,width:t.offsetWidth,height:t.offsetHeight}}e.a=o},339:function(t,e,n){"use strict";var o=n(282),i=n(340),r=n(12),s=Object(r.a)(o.a,i.a,i.b,!1,null,null,null);s.options.__file="src\\components\\common\\scrollZoom\\components\\bubble.vue",e.a=s.exports},340:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement;return(t._self._c||e)("canvas",{ref:"bubble",style:t.style,attrs:{width:t.width,height:t.height}})},i=[];o._withStripped=!0},341:function(t,e,n){"use strict";n.d(e,"a",function(){return o}),n.d(e,"b",function(){return i});var o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"wrapper",staticClass:"scroll-wrapper",on:{touchstart:t.handleTouchStart,touchmove:t.handleTouchMove,touchend:t.handleTouchEnd}},[n("div",{staticClass:"scroll-content"},[n("div",{ref:"listWrapper"},[t._t("default")],2),t._v(" "),t.$scopedSlots.pullup?t._t("pullup",null,{pullUpLoad:t.pullUpLoad,isPullUpLoad:t.isPullUpLoad}):t._e(),t._v(" "),t.pullUpLoad&&!t.$scopedSlots.pullup?n("div",{staticClass:"pullup-wrapper"},[t.isPullUpLoad?n("div",{staticClass:"after-trigger"},[n("act-loading",{directives:[{name:"show",rawName:"v-show",value:!0,expression:"true"}],attrs:{type:"cir4",color:t.brandColor,size:20}})],1):n("div",{staticClass:"before-trigger"},[n("span",[t._v(t._s(t.pullUpTxt))])])]):t._e()],2),t._v(" "),t.$scopedSlots.pulldown?t._t("pulldown",null,{pullDownRefresh:t.pullDownRefresh,pullDownStyle:t.pullDownStyle,beforePullDown:t.beforePullDown,isPullingDown:t.isPullingDown,bubbleY:t.bubbleY}):t._e(),t._v(" "),t.pullDownRefresh&&!t.$scopedSlots.pulldown?n("div",{ref:"pulldown",staticClass:"pulldown-wrapper",style:t.pullDownStyle},[t.beforePullDown?n("div",{staticClass:"before-trigger"},[n("bubble",{attrs:{y:t.bubbleY}})],1):n("div",{staticClass:"after-trigger"},[t.isPullingDown?n("div",{staticClass:"loading"},[n("act-loading",{directives:[{name:"show",rawName:"v-show",value:!0,expression:"true"}],attrs:{type:"cir4",color:t.brandColor,size:20}})],1):n("div",[n("span",[t._v(t._s(t.refreshTxt))])])])]):t._e()],2)},i=[];o._withStripped=!0},36:function(t,e,n){var o=n(9),i=n(1).document,r=o(i)&&o(i.createElement);t.exports=function(t){return r?i.createElement(t):{}}},37:function(t,e,n){var o=n(38);t.exports=function(t,e,n){if(o(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,o){return t.call(e,n,o)};case 3:return function(n,o,i){return t.call(e,n,o,i)}}return function(){return t.apply(e,arguments)}}},38:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},39:function(t,e,n){"use strict";var o={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=o},4:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},40:function(t,e,n){"use strict";var o=n(14),i=n(11),r=n(44),s=n(5),c=n(16),a=n(59),l=n(21),u=n(63),f=n(2)("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};t.exports=function(t,e,n,h,v,m,y){a(n,e,h);var b,g,_,w=function(t){if(!d&&t in T)return T[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},x=e+" Iterator",S="values"==v,C=!1,T=t.prototype,O=T[f]||T["@@iterator"]||v&&T[v],j=O||w(v),P=v?S?w("entries"):j:void 0,E="Array"==e?T.entries||O:O;if(E&&(_=u(E.call(new t)))!==Object.prototype&&_.next&&(l(_,x,!0),o||"function"==typeof _[f]||s(_,f,p)),S&&O&&"values"!==O.name&&(C=!0,j=function(){return O.call(this)}),o&&!y||!d&&!C&&T[f]||s(T,f,j),c[e]=j,c[x]=p,v)if(b={values:S?j:w("values"),keys:m?j:w("keys"),entries:P},y)for(g in b)g in T||r(T,g,b[g]);else i(i.P+i.F*(d||C),e,b);return b}},41:function(t,e,n){var o=n(7),i=n(60),r=n(28),s=n(26)("IE_PROTO"),c=function(){},a=function(){var t,e=n(36)("iframe"),o=r.length;for(e.style.display="none",n(54).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),a=t.F;o--;)delete a.prototype[r[o]];return a()};t.exports=Object.create||function(t,e){var n;return null!==t?(c.prototype=o(t),n=new c,c.prototype=null,n[s]=t):n=a(),void 0===e?n:i(n,e)}},42:function(t,e,n){var o=n(22);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==o(t)?t.split(""):Object(t)}},43:function(t,e,n){t.exports=!n(3)&&!n(10)(function(){return 7!=Object.defineProperty(n(36)("div"),"a",{get:function(){return 7}}).a})},44:function(t,e,n){t.exports=n(5)},45:function(t,e,n){var o=n(4),i=n(8),r=n(61)(!1),s=n(26)("IE_PROTO");t.exports=function(t,e){var n,c=i(t),a=0,l=[];for(n in c)n!=s&&o(c,n)&&l.push(n);for(;e.length>a;)o(c,n=e[a++])&&(~r(l,n)||l.push(n));return l}},46:function(t,e,n){var o=n(45),i=n(28).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return o(t,i)}},47:function(t,e,n){var o=n(8),i=n(46).f,r={}.toString,s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return i(t)}catch(t){return s.slice()}};t.exports.f=function(t){return s&&"[object Window]"==r.call(t)?c(t):i(o(t))}},48:function(t,e,n){"use strict";var o=n(1),i=n(4),r=n(3),s=n(11),c=n(44),a=n(67).KEY,l=n(10),u=n(27),f=n(21),d=n(18),p=n(2),h=n(31),v=n(32),m=n(74),y=n(69),b=n(7),g=n(9),_=n(19),w=n(8),x=n(29),S=n(17),C=n(41),T=n(47),O=n(75),j=n(30),P=n(6),E=n(13),k=O.f,D=P.f,$=T.f,I=o.Symbol,R=o.JSON,A=R&&R.stringify,M=p("_hidden"),L=p("toPrimitive"),B={}.propertyIsEnumerable,N=u("symbol-registry"),U=u("symbols"),z=u("op-symbols"),Y=Object.prototype,W="function"==typeof I&&!!j.f,F=o.QObject,V=!F||!F.prototype||!F.prototype.findChild,G=r&&l(function(){return 7!=C(D({},"a",{get:function(){return D(this,"a",{value:7}).a}})).a})?function(t,e,n){var o=k(Y,e);o&&delete Y[e],D(t,e,n),o&&t!==Y&&D(Y,e,o)}:D,X=function(t){var e=U[t]=C(I.prototype);return e._k=t,e},q=W&&"symbol"==typeof I.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof I},H=function(t,e,n){return t===Y&&H(z,e,n),b(t),e=x(e,!0),b(n),i(U,e)?(n.enumerable?(i(t,M)&&t[M][e]&&(t[M][e]=!1),n=C(n,{enumerable:S(0,!1)})):(i(t,M)||D(t,M,S(1,{})),t[M][e]=!0),G(t,e,n)):D(t,e,n)},Z=function(t,e){b(t);for(var n,o=m(e=w(e)),i=0,r=o.length;r>i;)H(t,n=o[i++],e[n]);return t},J=function(t,e){return void 0===e?C(t):Z(C(t),e)},K=function(t){var e=B.call(this,t=x(t,!0));return!(this===Y&&i(U,t)&&!i(z,t))&&(!(e||!i(this,t)||!i(U,t)||i(this,M)&&this[M][t])||e)},Q=function(t,e){if(t=w(t),e=x(e,!0),t!==Y||!i(U,e)||i(z,e)){var n=k(t,e);return!n||!i(U,e)||i(t,M)&&t[M][e]||(n.enumerable=!0),n}},tt=function(t){for(var e,n=$(w(t)),o=[],r=0;n.length>r;)i(U,e=n[r++])||e==M||e==a||o.push(e);return o},et=function(t){for(var e,n=t===Y,o=$(n?z:w(t)),r=[],s=0;o.length>s;)!i(U,e=o[s++])||n&&!i(Y,e)||r.push(U[e]);return r};W||(I=function(){if(this instanceof I)throw TypeError("Symbol is not a constructor!");var t=d(arguments.length>0?arguments[0]:void 0),e=function(n){this===Y&&e.call(z,n),i(this,M)&&i(this[M],t)&&(this[M][t]=!1),G(this,t,S(1,n))};return r&&V&&G(Y,t,{configurable:!0,set:e}),X(t)},c(I.prototype,"toString",function(){return this._k}),O.f=Q,P.f=H,n(46).f=T.f=tt,n(20).f=K,j.f=et,r&&!n(14)&&c(Y,"propertyIsEnumerable",K,!0),h.f=function(t){return X(p(t))}),s(s.G+s.W+s.F*!W,{Symbol:I});for(var nt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ot=0;nt.length>ot;)p(nt[ot++]);for(var it=E(p.store),rt=0;it.length>rt;)v(it[rt++]);s(s.S+s.F*!W,"Symbol",{for:function(t){return i(N,t+="")?N[t]:N[t]=I(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(){V=!0},useSimple:function(){V=!1}}),s(s.S+s.F*!W,"Object",{create:J,defineProperty:H,defineProperties:Z,getOwnPropertyDescriptor:Q,getOwnPropertyNames:tt,getOwnPropertySymbols:et});var st=l(function(){j.f(1)});s(s.S+s.F*st,"Object",{getOwnPropertySymbols:function(t){return j.f(_(t))}}),R&&s(s.S+s.F*(!W||l(function(){var t=I();return"[null]"!=A([t])||"{}"!=A({a:t})||"{}"!=A(Object(t))})),"JSON",{stringify:function(t){for(var e,n,o=[t],i=1;arguments.length>i;)o.push(arguments[i++]);if(n=e=o[1],(g(e)||void 0!==t)&&!q(t))return y(e)||(e=function(t,e){if("function"==typeof n&&(e=n.call(this,t,e)),!q(e))return e}),o[1]=e,A.apply(R,o)}}),I.prototype[L]||n(5)(I.prototype,L,I.prototype.valueOf),f(I,"Symbol"),f(Math,"Math",!0),f(o.JSON,"JSON",!0)},49:function(t,e,n){var o=n(11),i=n(0),r=n(10);t.exports=function(t,e){var n=(i.Object||{})[t]||Object[t],s={};s[t]=e(n),o(o.S+o.F*r(function(){n(1)}),"Object",s)}},5:function(t,e,n){var o=n(6),i=n(17);t.exports=n(3)?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},50:function(t,e,n){"use strict";var o=n(58)(!0);n(40)(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=o(e,n),this._i+=t.length,{value:t,done:!1})})},51:function(t,e,n){n(64);for(var o=n(1),i=n(5),r=n(16),s=n(2)("toStringTag"),c="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(","),a=0;a<c.length;a++){var l=c[a],u=o[l],f=u&&u.prototype;f&&!f[s]&&i(f,s,l),r[l]=r.Array}},52:function(t,e,n){var o=n(24),i=Math.min;t.exports=function(t){return t>0?i(o(t),9007199254740991):0}},53:function(t,e,n){"use strict";function o(t,e){return function(n,o){var s=this,c=Object(i.a)(n),a=Object(r.a)(e,t,c,o),l=a.$parent,u=a.remove,f=a.show,d=a.hide;return a.remove=function(){a.$removed=!0,u&&u.call(this),l.destroy()},a.show=function(){return f&&f.call.apply(f,[this].concat(Array.prototype.slice.call(arguments))),this},a.hide=function(){return d&&d.call.apply(d,[this].concat(Array.prototype.slice.call(arguments))),this},s._isVue&&s.$once("hook:beforeDestroy",function(){a.$removed||a.remove()}),a}}e.a=o;var i=n(91),r=n(93)},54:function(t,e,n){var o=n(1).document;t.exports=o&&o.documentElement},55:function(t,e){},56:function(t,e,n){t.exports={default:n(70),__esModule:!0}},57:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},58:function(t,e,n){var o=n(24),i=n(25);t.exports=function(t){return function(e,n){var r,s,c=String(i(e)),a=o(n),l=c.length;return a<0||a>=l?t?"":void 0:(r=c.charCodeAt(a),r<55296||r>56319||a+1===l||(s=c.charCodeAt(a+1))<56320||s>57343?t?c.charAt(a):r:t?c.slice(a,a+2):s-56320+(r-55296<<10)+65536)}}},59:function(t,e,n){"use strict";var o=n(41),i=n(17),r=n(21),s={};n(5)(s,n(2)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=o(s,{next:i(1,n)}),r(t,e+" Iterator")}},6:function(t,e,n){var o=n(7),i=n(43),r=n(29),s=Object.defineProperty;e.f=n(3)?Object.defineProperty:function(t,e,n){if(o(t),e=r(e,!0),o(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}},60:function(t,e,n){var o=n(6),i=n(7),r=n(13);t.exports=n(3)?Object.defineProperties:function(t,e){i(t);for(var n,s=r(e),c=s.length,a=0;c>a;)o.f(t,n=s[a++],e[n]);return t}},61:function(t,e,n){var o=n(8),i=n(52),r=n(62);t.exports=function(t){return function(e,n,s){var c,a=o(e),l=i(a.length),u=r(s,l);if(t&&n!=n){for(;l>u;)if((c=a[u++])!=c)return!0}else for(;l>u;u++)if((t||u in a)&&a[u]===n)return t||u||0;return!t&&-1}}},62:function(t,e,n){var o=n(24),i=Math.max,r=Math.min;t.exports=function(t,e){return t=o(t),t<0?i(t+e,0):r(t,e)}},63:function(t,e,n){var o=n(4),i=n(19),r=n(26)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),o(t,r)?t[r]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},64:function(t,e,n){"use strict";var o=n(65),i=n(57),r=n(16),s=n(8);t.exports=n(40)(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"),r.Arguments=r.Array,o("keys"),o("values"),o("entries")},65:function(t,e){t.exports=function(){}},66:function(t,e,n){"use strict";function o(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(76),r=n.n(i),s=n(85),c=n.n(s),a=n(23),l=n.n(a),u=n(88),f=n.n(u),d=f.a,p=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable,v=function(){try{if(!l.a)return!1;var t=new String("abc");if(t[5]="de","5"===c()(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==c()(e).map(function(t){return e[t]}).join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach(function(t){o[t]=t}),"abcdefghijklmnopqrst"===r()(l()({},o)).join("")}catch(t){return!1}}()?l.a:function(t,e){for(var n,i,r=o(t),s=1;s<arguments.length;s++){n=Object(arguments[s]);for(var c in n)p.call(n,c)&&(r[c]=n[c]);if(d){i=d(n);for(var a=0;a<i.length;a++)h.call(n,i[a])&&(r[i[a]]=n[i[a]])}}return r};e.a=v},67:function(t,e,n){var o=n(18)("meta"),i=n(9),r=n(4),s=n(6).f,c=0,a=Object.isExtensible||function(){return!0},l=!n(10)(function(){return a(Object.preventExtensions({}))}),u=function(t){s(t,o,{value:{i:"O"+ ++c,w:{}}})},f=function(t,e){if(!i(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!r(t,o)){if(!a(t))return"F";if(!e)return"E";u(t)}return t[o].i},d=function(t,e){if(!r(t,o)){if(!a(t))return!0;if(!e)return!1;u(t)}return t[o].w},p=function(t){return l&&h.NEED&&a(t)&&!r(t,o)&&u(t),t},h=t.exports={KEY:o,NEED:!1,fastKey:f,getWeak:d,onFreeze:p}},68:function(t,e,n){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}e.__esModule=!0;var i=n(77),r=o(i),s=n(79),c=o(s),a="function"==typeof c.default&&"symbol"==typeof r.default?function(t){return typeof t}:function(t){return t&&"function"==typeof c.default&&t.constructor===c.default&&t!==c.default.prototype?"symbol":typeof t};e.default="function"==typeof c.default&&"symbol"===a(r.default)?function(t){return void 0===t?"undefined":a(t)}:function(t){return t&&"function"==typeof c.default&&t.constructor===c.default&&t!==c.default.prototype?"symbol":void 0===t?"undefined":a(t)}},69:function(t,e,n){var o=n(22);t.exports=Array.isArray||function(t){return"Array"==o(t)}},7:function(t,e,n){var o=n(9);t.exports=function(t){if(!o(t))throw TypeError(t+" is not an object!");return t}},70:function(t,e,n){var o=n(0),i=o.JSON||(o.JSON={stringify:JSON.stringify});t.exports=function(t){return i.stringify.apply(i,arguments)}},71:function(t,e,n){n(72),t.exports=n(0).Object.assign},72:function(t,e,n){var o=n(11);o(o.S+o.F,"Object",{assign:n(73)})},73:function(t,e,n){"use strict";var o=n(3),i=n(13),r=n(30),s=n(20),c=n(19),a=n(42),l=Object.assign;t.exports=!l||n(10)(function(){var t={},e={},n=Symbol(),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach(function(t){e[t]=t}),7!=l({},t)[n]||Object.keys(l({},e)).join("")!=o})?function(t,e){for(var n=c(t),l=arguments.length,u=1,f=r.f,d=s.f;l>u;)for(var p,h=a(arguments[u++]),v=f?i(h).concat(f(h)):i(h),m=v.length,y=0;m>y;)p=v[y++],o&&!d.call(h,p)||(n[p]=h[p]);return n}:l},74:function(t,e,n){var o=n(13),i=n(30),r=n(20);t.exports=function(t){var e=o(t),n=i.f;if(n)for(var s,c=n(t),a=r.f,l=0;c.length>l;)a.call(t,s=c[l++])&&e.push(s);return e}},75:function(t,e,n){var o=n(20),i=n(17),r=n(8),s=n(29),c=n(4),a=n(43),l=Object.getOwnPropertyDescriptor;e.f=n(3)?l:function(t,e){if(t=r(t),e=s(e,!0),a)try{return l(t,e)}catch(t){}if(c(t,e))return i(!o.f.call(t,e),t[e])}},76:function(t,e,n){t.exports={default:n(83),__esModule:!0}},77:function(t,e,n){t.exports={default:n(78),__esModule:!0}},78:function(t,e,n){n(50),n(51),t.exports=n(31).f("iterator")},79:function(t,e,n){t.exports={default:n(80),__esModule:!0}},8:function(t,e,n){var o=n(42),i=n(25);t.exports=function(t){return o(i(t))}},80:function(t,e,n){n(48),n(55),n(81),n(82),t.exports=n(0).Symbol},81:function(t,e,n){n(32)("asyncIterator")},82:function(t,e,n){n(32)("observable")},83:function(t,e,n){n(84),t.exports=n(0).Object.keys},84:function(t,e,n){var o=n(19),i=n(13);n(49)("keys",function(){return function(t){return i(o(t))}})},85:function(t,e,n){t.exports={default:n(86),__esModule:!0}},86:function(t,e,n){n(87);var o=n(0).Object;t.exports=function(t){return o.getOwnPropertyNames(t)}},87:function(t,e,n){n(49)("getOwnPropertyNames",function(){return n(47).f})},88:function(t,e,n){t.exports={default:n(89),__esModule:!0}},89:function(t,e,n){n(48),t.exports=n(0).Object.getOwnPropertySymbols},9:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},90:function(t,e,n){"use strict";function o(t){var e,n;this.promise=new t(function(t,o){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=o}),this.resolve=i(e),this.reject=i(n)}var i=n(38);t.exports.f=function(t){return new o(t)}},91:function(t,e,n){"use strict";function o(t){var e={},n={},o={};for(var a in t)if(t.hasOwnProperty(a))if(-1!==c.indexOf(a))e[a]=t[a];else if(s.test(a)){var l=s.exec(a)[1];l=Object(r.a)(l),o[l]=t[a]}else n[a]=t[a];return e.on=Object(i.a)(o,e.on),e.props=Object(i.a)(n,e.props),e}e.a=o;var i=n(66),r=n(92),s=new RegExp(/^on(.+)/),c=["class","style","attrs","props","domProps","on","nativeOn","directives","scopedSlots","slot","key","ref","refInFor"]},92:function(t,e,n){"use strict";function o(t,e){var n=a(t,e);return n.charAt(0).toLowerCase()+n.slice(1)}e.a=o;var i=n(23),r=n.n(i),s=n(15),c=function(t){for(var e=!1,n=!1,o=!1,i=0;i<t.length;i++){var r=t[i];e&&/[a-zA-Z]/.test(r)&&r.toUpperCase()===r?(t=t.slice(0,i)+"-"+t.slice(i),e=!1,o=n,n=!0,i++):n&&o&&/[a-zA-Z]/.test(r)&&r.toLowerCase()===r?(t=t.slice(0,i-1)+"-"+t.slice(i-1),o=n,n=!1,e=!0):(e=r.toLowerCase()===r&&r.toUpperCase()!==r,o=n,n=r.toUpperCase()===r&&r.toLowerCase()!==r)}return t},a=function(t,e){if("string"!=typeof t&&!Object(s.o)(t))throw new TypeError("Expected the input to be `string | string[]`");e=r()({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=c(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))}},93:function(t,e,n){"use strict";function o(t,e,n,o){var r=void 0,s=void 0,c=new t({render:function(t){var n=s&&s(t);return n&&!Object(i.o)(n)&&(n=[n]),t(e,r,n||[])},methods:{init:function(){document.body.appendChild(this.$el)},destroy:function(){this.$destroy(),document.body.removeChild(this.$el)}}});return c.updateRenderData=function(t,e){r=t,s=e},c.updateRenderData(n,o),c.$mount(),c.init(),c.$children[0]}e.a=o;var i=n(15)},94:function(t,e,n){var o=n(22),i=n(2)("toStringTag"),r="Arguments"==o(function(){return arguments}()),s=function(t,e){try{return t[e]}catch(t){}};t.exports=function(t){var e,n,c;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=s(e=Object(t),i))?n:r?o(e):"Object"==(c=o(e))&&"function"==typeof e.callee?"Arguments":c}},95:function(t,e,n){"use strict";e.a={props:{zIndex:{type:Number,default:100},maskClosable:{type:Boolean,default:!1}}}},96:function(t,e,n){var o=n(7),i=n(38),r=n(2)("species");t.exports=function(t,e){var n,s=o(t).constructor;return void 0===s||void 0==(n=o(s)[r])?e:i(n)}},97:function(t,e,n){var o,i,r,s=n(37),c=n(115),a=n(54),l=n(36),u=n(1),f=u.process,d=u.setImmediate,p=u.clearImmediate,h=u.MessageChannel,v=u.Dispatch,m=0,y={},b=function(){var t=+this;if(y.hasOwnProperty(t)){var e=y[t];delete y[t],e()}},g=function(t){b.call(t.data)};d&&p||(d=function(t){for(var e=[],n=1;arguments.length>n;)e.push(arguments[n++]);return y[++m]=function(){c("function"==typeof t?t:Function(t),e)},o(m),m},p=function(t){delete y[t]},"process"==n(22)(f)?o=function(t){f.nextTick(s(b,t,1))}:v&&v.now?o=function(t){v.now(s(b,t,1))}:h?(i=new h,r=i.port2,i.port1.onmessage=g,o=s(r.postMessage,r,1)):u.addEventListener&&"function"==typeof postMessage&&!u.importScripts?(o=function(t){u.postMessage(t+"","*")},u.addEventListener("message",g,!1)):o="onreadystatechange"in l("script")?function(t){a.appendChild(l("script")).onreadystatechange=function(){a.removeChild(this),b.call(t)}}:function(t){setTimeout(s(b,t,1),0)}),t.exports={set:d,clear:p}},98:function(t,e){t.exports=function(t){try{return{e:!1,v:t()}}catch(t){return{e:!0,v:t}}}},99:function(t,e,n){var o=n(7),i=n(9),r=n(90);t.exports=function(t,e){if(o(t),i(e)&&e.constructor===t)return e;var n=r.f(t);return(0,n.resolve)(e),n.promise}}})});
@@ -1 +1 @@
1
- !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.GoldFaq=n():t.GoldFaq=n()}("undefined"!=typeof self?self:this,function(){return function(t){function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var e={};return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="../es",n(n.s=1496)}({0:function(t,n){var e=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=e)},1:function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},10:function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},1060:function(t,n,e){"use strict";n.a={name:"ActGoldFaq",data:function(){return{showMore:!1}},props:{list:{type:Array,default:function(){return[]}},brandColor:{type:String,default:"#8c7fee"},moreDataTrack:{type:String,default:""},showLength:{type:[String,Number],default:2}},computed:{commentStyle:function(){var t={};return this.brandColor&&(t.color=this.brandColor),t}},methods:{_toggleMore:function(){this.showMore=!this.showMore}}}},11:function(t,n,e){var r=e(1),o=e(0),i=e(37),u=e(5),c=e(4),a=function(t,n,e){var s,f,l,p=t&a.F,d=t&a.G,v=t&a.S,y=t&a.P,h=t&a.B,m=t&a.W,g=d?o:o[n]||(o[n]={}),b=g.prototype,w=d?r:v?r[n]:(r[n]||{}).prototype;d&&(e=n);for(s in e)(f=!p&&w&&void 0!==w[s])&&c(g,s)||(l=f?w[s]:e[s],g[s]=d&&"function"!=typeof w[s]?e[s]:h&&f?i(l,r):m&&w[s]==l?function(t){var n=function(n,e,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(n);case 2:return new t(n,e)}return new t(n,e,r)}return t.apply(this,arguments)};return n.prototype=t.prototype,n}(l):y&&"function"==typeof l?i(Function.call,l):l,y&&((g.virtual||(g.virtual={}))[s]=l,t&a.R&&b&&!b[s]&&u(b,s,l)))};a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,t.exports=a},12:function(t,n,e){"use strict";function r(t,n,e,r,o,i,u,c){t=t||{};var a=typeof t.default;"object"!==a&&"function"!==a||(t=t.default);var s="function"==typeof t?t.options:t;n&&(s.render=n,s.staticRenderFns=e,s._compiled=!0),r&&(s.functional=!0),i&&(s._scopeId=i);var f;if(u?(f=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__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(u)},s._ssrRegister=f):o&&(f=c?function(){o.call(this,this.$root.$options.shadowRoot)}:o),f)if(s.functional){s._injectStyles=f;var l=s.render;s.render=function(t,n){return f.call(n),l(t,n)}}else{var p=s.beforeCreate;s.beforeCreate=p?[].concat(p,f):[f]}return{exports:t,options:s}}n.a=r},13:function(t,n,e){var r=e(45),o=e(28);t.exports=Object.keys||function(t){return r(t,o)}},14:function(t,n){t.exports=!0},1496:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e(53),o=e(1497);o.a.install=function(t){t.component(o.a.name,o.a),t.prototype.$createGoldInsureQa=Object(r.a)(o.a,t)},n.default=o.a},1497:function(t,n,e){"use strict";function r(t){c||e(1498)}var o=e(1060),i=e(1499),u=e(12),c=!1,a=r,s=Object(u.a)(o.a,i.a,i.b,!1,a,"data-v-64e71f34",null);s.options.__file="src\\components\\GoldFaq\\src\\index.vue",n.a=s.exports},1498:function(t,n){},1499:function(t,n,e){"use strict";e.d(n,"a",function(){return r}),e.d(n,"b",function(){return o});var r=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"act-question-box"},[t.$slots.header?t._t("header"):e("div",{staticClass:"act-box-tit",style:{"--color":t.brandColor}},[t._v("\n 常见问题\n ")]),t._v(" "),t.list.length>0?[e("div",{staticClass:"act-question-list"},[t._l(t.list,function(n,r){return[e("div",{directives:[{name:"show",rawName:"v-show",value:t.showMore||r<t.showLength,expression:"showMore || i < showLength"}],key:r,staticClass:"act-question-item mem-replayer-show"},[e("div",{staticClass:"act-question-tit act-row"},[t.$slots.q?t._t("question"):e("span",{staticClass:"act-tag",style:t.commentStyle},[t._v("Q:")]),t._v(" "),e("p",{staticClass:"act-col",style:t.commentStyle,domProps:{innerHTML:t._s(t.str=n.comment)}})],2),t._v(" "),e("div",{staticClass:"act-question-text act-row"},[t.$slots.a?t._t("answer"):e("span",{staticClass:"act-tag"},[t._v("A:")]),t._v(" "),e("p",{staticClass:"act-col",domProps:{innerHTML:t._s(t.str=n.reply)}})],2)])]})],2),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.list.length>t.showLength&&!t.showMore,expression:"list.length > showLength && !showMore"}],staticClass:"act-question-more mem-replayer-hide",attrs:{"data-track":t.moreDataTrack},on:{click:t._toggleMore}},[t._v("\n 查看更多"),e("span",{staticClass:"arrow"})])]:e("p",{staticClass:"act-box-nodata"},[t._v("\n 暂无数据\n ")])],2)},o=[];r._withStripped=!0},15:function(t,n,e){"use strict";function r(t,n){if(t.findIndex)return t.findIndex(n);var e=-1;return t.some(function(t,r,o){var i=n.call(this,t,r,o);if(i)return e=r,i}),e}function o(t){return t?JSON.parse(R()(t)):t}function i(t,n){for(var e in n)t[e]&&"object"===$()(t[e])?i(t[e],n[e]):t[e]=n[e]}function u(t){return Array.isArray?Array.isArray(t):"[object Array]"===Object.prototype.toString.call(t)}function c(t){return"[object String]"===Object.prototype.toString.call(t)}function a(t){return"[object Number]"===Object.prototype.toString.call(t)}function s(t){return"[object Object]"===Object.prototype.toString.call(t)}function f(t){return"[object Boolean]"===Object.prototype.toString.call(t)}function l(t){return null===t}function p(t){return void 0!==t&&null!==t}function d(t){return void 0===t}function v(t){return"[object Error]"===Object.prototype.toString.call(t)}function y(t){return"function"==typeof t}function h(t,n,e){function r(n){var e=h,r=m;return h=m=void 0,O=n,b=t.apply(r,e)}function o(t,n){return C?(window.cancelAnimationFrame(w),window.requestAnimationFrame(t)):setTimeout(t,n)}function i(t){if(C)return window.cancelAnimationFrame(t);clearTimeout(t)}function u(t){return O=t,w=o(f,n),_?r(t):b}function c(t){var e=t-x,r=t-O,o=n-e;return S?Math.min(o,g-r):o}function a(t){var e=t-x,r=t-O;return void 0===x||e>=n||e<0||S&&r>=g}function f(){var t=Date.now();if(a(t))return l(t);w=o(f,c(t))}function l(t){return w=void 0,j&&h?r(t):(h=m=void 0,b)}function p(){void 0!==w&&i(w),O=0,h=x=m=w=void 0}function d(){return void 0===w?b:l(Date.now())}function v(){return void 0!==w}function y(){for(var t=Date.now(),e=a(t),i=arguments.length,c=Array(i),s=0;s<i;s++)c[s]=arguments[s];if(h=c,m=this,x=t,e){if(void 0===w)return u(x);if(S)return w=o(f,n),r(x)}return void 0===w&&(w=o(f,n)),b}var h=void 0,m=void 0,g=void 0,b=void 0,w=void 0,x=void 0,O=0,_=!1,S=!1,j=!0,C=!n&&0!==n&&"function"==typeof window.requestAnimationFrame;if("function"!=typeof t)throw new TypeError("Expected a function");return n=+n||0,s(e)&&(_=!!e.leading,S="maxWait"in e,g=S?Math.max(+e.maxWait||0,n):g,j="trailing"in e?!!e.trailing:j),y.cancel=p,y.flush=d,y.pending=v,y}function m(t,n,e){var r=!0,o=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return s(e)&&(r="leading"in e?!!e.leading:r,o="trailing"in e?!!e.trailing:o),h(t,n,{leading:r,trailing:o,maxWait:n})}function g(t){return!!/^1\d{10}$/.test(t)}function b(t){var n=t.length;return n>3&&n<8?t=t.replace(/\s/g,"").replace(/^(.{3})/g,"$1 "):n>=8&&(t=t.replace(/\s/g,"").replace(/^(.{3})(.+)/g,function(t,n,e){return n+" "+e.replace(/(.{4})(?=.)/g,"$1 ")})),t}function w(t){return t.replace(/\s/g,"").replace(/(.{4})(?=.)/g,"$1 ")}function x(t){if(void 0!==t||null!==t)return/^\d+(\.\d+)?$/.test(t+"")?t+"px":t}function O(t){if(!t)return"";var n=t.length;return 2===n?t.split("").join("&emsp;&emsp;"):3===n?t.split("").join("&ensp;"):t}function _(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],e=t.offsetHeight;if(n){var r=t.currentStyle||getComputedStyle(t);e+=parseInt(r.marginTop||0)+parseInt(r.marginBottom||0)}return e}function S(t,n){var e=/^#([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),o=null;return e?o={r:parseInt(e[1]+e[1],16),g:parseInt(e[2]+e[2],16),b:parseInt(e[3]+e[3],16)}:r&&(o={r:parseInt(r[1],16),g:parseInt(r[2],16),b:parseInt(r[3],16)}),o?void 0!==n?"rgba("+o.r+", "+o.g+", "+o.b+", "+n+")":"rgb("+o.r+", "+o.g+", "+o.b+")":""}function j(t){var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz",e=n.length,r="";t=t||32;for(var o=0;o<t;o++)r+=n.charAt(Math.floor(Math.random()*e));return r}function C(t,n){var e=n||location.href,r=new RegExp("(\\?|&)"+t+"=([^&#$\\s]+)"),o=e.match(r);return o&&o[2]}function M(t){var n=window.getComputedStyle(t),e="none"===n.display,r=null===t.offsetParent&&"fixed"!==n.position;return e||r}function A(t,n,e){return Math.min(Math.max(t,n),e)}function E(t){var n=/os (\d\d?_\d(_\d)?)/,e=n.exec(t);if(!e)return null;var r=e[1].split("_").map(function(t){return parseInt(t,10)});return{major:r[0],minor:r[1],patch:r[2]||0}}function P(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";n=n||window.location.href;var e=new RegExp("(\\?|#|&)"+t+"=([^&#]*)(&|#|$)"),r=n.match(e);return decodeURIComponent(r?r[2]:"")}function T(t){return t?v(t)?t.message:c(t)?t:t.errmsg||"请求失败,请稍后重试":"请求失败,请稍后重试"}function k(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=[],e=new RegExp("https?://[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]"),r=0;r<t.length;r++){var o=t[r];if(!e.test(o))return;n.push(o.split("?")[0])}return n}function L(t){var n=JSON.parse(R()(t)),e=n.attrModules,r=void 0===e?{}:e,o=n.plan,i=r.applicant,c=r.insureds,a=r.hcpics,s=r.hctext,f=r.makeup,l=r.apphctext,p=r.apphcpics,d={},v=function(t){var n=null,e=null,r=null,o=null,i={},c={},a={};for(var s in t){var f=t[s].defaultValue,l=t[s].required,p=t[s].display;if(u(f)){var d=k(f);d&&(f=d)}1!==Number(l)&&1!==Number(p)||("idType"===s||"id"===s||"idValidType"===s||"idValidEndTime"===s||"idValidStartTime"===s?(n=n||{},n[s]=f):"socialInsAddr"===s||"socialInsDetail"===s||"socialInsPost"===s||"socialInsTel"===s?(e=e||{},e[s]=f):"residentAddr"===s||"residentDetail"===s||"residentPost"===s||"residentTel"===s?(r=r||{},r[s]=f):"officeAddr"===s||"officeDetail"===s||"officePost"===s||"officeTel"===s?(o=o||{},o[s]=f):"companyIdType"===s||"companyId"===s?(c=c||{},c[s]=f):"detail"===s?(a=a||{},a[s]=f):i[s]=f)}return n&&(i.certificate=n),e&&(i.socialIns=e),r&&(i.resident=r),o&&(i.office=o),c&&(i.companyCertificate=c),a&&(i.companyAddress=a),i};if(r.plan&&(o=v(r.plan)),i&&(d.applicant={},i&&(d.applicant=v(i))),c||o){d.insureds=[];for(var y=c||[""],h=0;h<y.length;h++){var m=y[h],g=null,b={};m&&(g=v(m)),g&&(b.insured=g),o&&(b.plan=o),d.insureds.push(b)}}if(s&&(d.hctext=v(s)),l&&(d.apphctext=v(l)),a&&(d.hcpics=v(a)),p&&(d.apphcpics=v(p)),f){d.makeup={};for(var w=f||[""],x=0;x<w.length;x++){var O=w[x],_=null;O&&(_=v(O)),_&&(d.makeup=N()(d.makeup,_))}}return d}e.d(n,"F",function(){return nt}),e.d(n,"v",function(){return et}),n.d=r,n.c=o,n.b=i,n.o=u,n.z=c,n.x=a,n.y=s,n.p=f,n.w=l,n.q=p,n.A=d,n.r=v,n.s=y,n.a=h,n.E=m,n.u=g,n.g=b,n.e=w,n.f=x,n.h=O,n.B=_,n.n=S,n.C=j,n.l=C,n.t=M,n.D=A,n.k=E,n.m=P,n.j=T,n.i=L;var I=e(23),N=e.n(I),F=e(68),$=e.n(F),D=e(56),R=e.n(D),q="undefined"!=typeof window,G=q&&window.navigator.userAgent.toLowerCase(),W=G&&/msie|trident/.test(G),V=G&&G.indexOf("msie 9.0")>0,U=G&&G.indexOf("edge/")>0,B=G&&G.indexOf("android")>0,J=G&&/iphone|ipad|ipod|ios/.test(G),z=G&&/chrome\/\d+/.test(G)&&!U,H=G&&/MicroMessenger/i.test(G),Q=G&&/wxwork/i.test(G),K=G&&/mucxiaoyusan/i.test(G),Z=G&&/muckacabao/i.test(G),X=G&&/mucyanxuan/i.test(G),Y=K||Z,tt=G&&/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(G),nt={isIE:W,isMobile:tt,isIE9:V,isEdge:U,isAndroid:B,isIOS:J,isChrome:z,isWx:H,isWxWork:Q,isApp:Y,isXysApp:K,isKcbApp:Z,isYxApp:X},et=/MucWebAutoTester/.test(window.navigator.userAgent)},16:function(t,n){t.exports={}},17:function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},18:function(t,n){var e=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+r).toString(36))}},19:function(t,n,e){var r=e(25);t.exports=function(t){return Object(r(t))}},2:function(t,n,e){var r=e(27)("wks"),o=e(18),i=e(1).Symbol,u="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=u&&i[t]||(u?i:o)("Symbol."+t))}).store=r},20:function(t,n){n.f={}.propertyIsEnumerable},21:function(t,n,e){var r=e(6).f,o=e(4),i=e(2)("toStringTag");t.exports=function(t,n,e){t&&!o(t=e?t:t.prototype,i)&&r(t,i,{configurable:!0,value:n})}},22:function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},23:function(t,n,e){t.exports={default:e(71),__esModule:!0}},24:function(t,n){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},25:function(t,n){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},26:function(t,n,e){var r=e(27)("keys"),o=e(18);t.exports=function(t){return r[t]||(r[t]=o(t))}},27:function(t,n,e){var r=e(0),o=e(1),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,n){return i[t]||(i[t]=void 0!==n?n:{})})("versions",[]).push({version:r.version,mode:e(14)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},28:function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},29:function(t,n,e){var r=e(9);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},3:function(t,n,e){t.exports=!e(10)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},30:function(t,n){n.f=Object.getOwnPropertySymbols},31:function(t,n,e){n.f=e(2)},32:function(t,n,e){var r=e(1),o=e(0),i=e(14),u=e(31),c=e(6).f;t.exports=function(t){var n=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==t.charAt(0)||t in n||c(n,t,{value:u.f(t)})}},36:function(t,n,e){var r=e(9),o=e(1).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},37:function(t,n,e){var r=e(38);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,o){return t.call(n,e,r,o)}}return function(){return t.apply(n,arguments)}}},38:function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},4:function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},40:function(t,n,e){"use strict";var r=e(14),o=e(11),i=e(44),u=e(5),c=e(16),a=e(59),s=e(21),f=e(63),l=e(2)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,n,e,v,y,h,m){a(e,n,v);var g,b,w,x=function(t){if(!p&&t in j)return j[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},O=n+" Iterator",_="values"==y,S=!1,j=t.prototype,C=j[l]||j["@@iterator"]||y&&j[y],M=C||x(y),A=y?_?x("entries"):M:void 0,E="Array"==n?j.entries||C:C;if(E&&(w=f(E.call(new t)))!==Object.prototype&&w.next&&(s(w,O,!0),r||"function"==typeof w[l]||u(w,l,d)),_&&C&&"values"!==C.name&&(S=!0,M=function(){return C.call(this)}),r&&!m||!p&&!S&&j[l]||u(j,l,M),c[n]=M,c[O]=d,y)if(g={values:_?M:x("values"),keys:h?M:x("keys"),entries:A},m)for(b in g)b in j||i(j,b,g[b]);else o(o.P+o.F*(p||S),n,g);return g}},41:function(t,n,e){var r=e(7),o=e(60),i=e(28),u=e(26)("IE_PROTO"),c=function(){},a=function(){var t,n=e(36)("iframe"),r=i.length;for(n.style.display="none",e(54).appendChild(n),n.src="javascript:",t=n.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),a=t.F;r--;)delete a.prototype[i[r]];return a()};t.exports=Object.create||function(t,n){var e;return null!==t?(c.prototype=r(t),e=new c,c.prototype=null,e[u]=t):e=a(),void 0===n?e:o(e,n)}},42:function(t,n,e){var r=e(22);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},43:function(t,n,e){t.exports=!e(3)&&!e(10)(function(){return 7!=Object.defineProperty(e(36)("div"),"a",{get:function(){return 7}}).a})},44:function(t,n,e){t.exports=e(5)},45:function(t,n,e){var r=e(4),o=e(8),i=e(61)(!1),u=e(26)("IE_PROTO");t.exports=function(t,n){var e,c=o(t),a=0,s=[];for(e in c)e!=u&&r(c,e)&&s.push(e);for(;n.length>a;)r(c,e=n[a++])&&(~i(s,e)||s.push(e));return s}},46:function(t,n,e){var r=e(45),o=e(28).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},47:function(t,n,e){var r=e(8),o=e(46).f,i={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],c=function(t){try{return o(t)}catch(t){return u.slice()}};t.exports.f=function(t){return u&&"[object Window]"==i.call(t)?c(t):o(r(t))}},48:function(t,n,e){"use strict";var r=e(1),o=e(4),i=e(3),u=e(11),c=e(44),a=e(67).KEY,s=e(10),f=e(27),l=e(21),p=e(18),d=e(2),v=e(31),y=e(32),h=e(74),m=e(69),g=e(7),b=e(9),w=e(19),x=e(8),O=e(29),_=e(17),S=e(41),j=e(47),C=e(75),M=e(30),A=e(6),E=e(13),P=C.f,T=A.f,k=j.f,L=r.Symbol,I=r.JSON,N=I&&I.stringify,F=d("_hidden"),$=d("toPrimitive"),D={}.propertyIsEnumerable,R=f("symbol-registry"),q=f("symbols"),G=f("op-symbols"),W=Object.prototype,V="function"==typeof L&&!!M.f,U=r.QObject,B=!U||!U.prototype||!U.prototype.findChild,J=i&&s(function(){return 7!=S(T({},"a",{get:function(){return T(this,"a",{value:7}).a}})).a})?function(t,n,e){var r=P(W,n);r&&delete W[n],T(t,n,e),r&&t!==W&&T(W,n,r)}:T,z=function(t){var n=q[t]=S(L.prototype);return n._k=t,n},H=V&&"symbol"==typeof L.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof L},Q=function(t,n,e){return t===W&&Q(G,n,e),g(t),n=O(n,!0),g(e),o(q,n)?(e.enumerable?(o(t,F)&&t[F][n]&&(t[F][n]=!1),e=S(e,{enumerable:_(0,!1)})):(o(t,F)||T(t,F,_(1,{})),t[F][n]=!0),J(t,n,e)):T(t,n,e)},K=function(t,n){g(t);for(var e,r=h(n=x(n)),o=0,i=r.length;i>o;)Q(t,e=r[o++],n[e]);return t},Z=function(t,n){return void 0===n?S(t):K(S(t),n)},X=function(t){var n=D.call(this,t=O(t,!0));return!(this===W&&o(q,t)&&!o(G,t))&&(!(n||!o(this,t)||!o(q,t)||o(this,F)&&this[F][t])||n)},Y=function(t,n){if(t=x(t),n=O(n,!0),t!==W||!o(q,n)||o(G,n)){var e=P(t,n);return!e||!o(q,n)||o(t,F)&&t[F][n]||(e.enumerable=!0),e}},tt=function(t){for(var n,e=k(x(t)),r=[],i=0;e.length>i;)o(q,n=e[i++])||n==F||n==a||r.push(n);return r},nt=function(t){for(var n,e=t===W,r=k(e?G:x(t)),i=[],u=0;r.length>u;)!o(q,n=r[u++])||e&&!o(W,n)||i.push(q[n]);return i};V||(L=function(){if(this instanceof L)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),n=function(e){this===W&&n.call(G,e),o(this,F)&&o(this[F],t)&&(this[F][t]=!1),J(this,t,_(1,e))};return i&&B&&J(W,t,{configurable:!0,set:n}),z(t)},c(L.prototype,"toString",function(){return this._k}),C.f=Y,A.f=Q,e(46).f=j.f=tt,e(20).f=X,M.f=nt,i&&!e(14)&&c(W,"propertyIsEnumerable",X,!0),v.f=function(t){return z(d(t))}),u(u.G+u.W+u.F*!V,{Symbol:L});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),rt=0;et.length>rt;)d(et[rt++]);for(var ot=E(d.store),it=0;ot.length>it;)y(ot[it++]);u(u.S+u.F*!V,"Symbol",{for:function(t){return o(R,t+="")?R[t]:R[t]=L(t)},keyFor:function(t){if(!H(t))throw TypeError(t+" is not a symbol!");for(var n in R)if(R[n]===t)return n},useSetter:function(){B=!0},useSimple:function(){B=!1}}),u(u.S+u.F*!V,"Object",{create:Z,defineProperty:Q,defineProperties:K,getOwnPropertyDescriptor:Y,getOwnPropertyNames:tt,getOwnPropertySymbols:nt});var ut=s(function(){M.f(1)});u(u.S+u.F*ut,"Object",{getOwnPropertySymbols:function(t){return M.f(w(t))}}),I&&u(u.S+u.F*(!V||s(function(){var t=L();return"[null]"!=N([t])||"{}"!=N({a:t})||"{}"!=N(Object(t))})),"JSON",{stringify:function(t){for(var n,e,r=[t],o=1;arguments.length>o;)r.push(arguments[o++]);if(e=n=r[1],(b(n)||void 0!==t)&&!H(t))return m(n)||(n=function(t,n){if("function"==typeof e&&(n=e.call(this,t,n)),!H(n))return n}),r[1]=n,N.apply(I,r)}}),L.prototype[$]||e(5)(L.prototype,$,L.prototype.valueOf),l(L,"Symbol"),l(Math,"Math",!0),l(r.JSON,"JSON",!0)},49:function(t,n,e){var r=e(11),o=e(0),i=e(10);t.exports=function(t,n){var e=(o.Object||{})[t]||Object[t],u={};u[t]=n(e),r(r.S+r.F*i(function(){e(1)}),"Object",u)}},5:function(t,n,e){var r=e(6),o=e(17);t.exports=e(3)?function(t,n,e){return r.f(t,n,o(1,e))}:function(t,n,e){return t[n]=e,t}},50:function(t,n,e){"use strict";var r=e(58)(!0);e(40)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,n=this._t,e=this._i;return e>=n.length?{value:void 0,done:!0}:(t=r(n,e),this._i+=t.length,{value:t,done:!1})})},51:function(t,n,e){e(64);for(var r=e(1),o=e(5),i=e(16),u=e(2)("toStringTag"),c="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(","),a=0;a<c.length;a++){var s=c[a],f=r[s],l=f&&f.prototype;l&&!l[u]&&o(l,u,s),i[s]=i.Array}},52:function(t,n,e){var r=e(24),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},53:function(t,n,e){"use strict";function r(t,n){return function(e,r){var u=this,c=Object(o.a)(e),a=Object(i.a)(n,t,c,r),s=a.$parent,f=a.remove,l=a.show,p=a.hide;return a.remove=function(){a.$removed=!0,f&&f.call(this),s.destroy()},a.show=function(){return l&&l.call.apply(l,[this].concat(Array.prototype.slice.call(arguments))),this},a.hide=function(){return p&&p.call.apply(p,[this].concat(Array.prototype.slice.call(arguments))),this},u._isVue&&u.$once("hook:beforeDestroy",function(){a.$removed||a.remove()}),a}}n.a=r;var o=e(91),i=e(93)},54:function(t,n,e){var r=e(1).document;t.exports=r&&r.documentElement},55:function(t,n){},56:function(t,n,e){t.exports={default:e(70),__esModule:!0}},57:function(t,n){t.exports=function(t,n){return{value:n,done:!!t}}},58:function(t,n,e){var r=e(24),o=e(25);t.exports=function(t){return function(n,e){var i,u,c=String(o(n)),a=r(e),s=c.length;return a<0||a>=s?t?"":void 0:(i=c.charCodeAt(a),i<55296||i>56319||a+1===s||(u=c.charCodeAt(a+1))<56320||u>57343?t?c.charAt(a):i:t?c.slice(a,a+2):u-56320+(i-55296<<10)+65536)}}},59:function(t,n,e){"use strict";var r=e(41),o=e(17),i=e(21),u={};e(5)(u,e(2)("iterator"),function(){return this}),t.exports=function(t,n,e){t.prototype=r(u,{next:o(1,e)}),i(t,n+" Iterator")}},6:function(t,n,e){var r=e(7),o=e(43),i=e(29),u=Object.defineProperty;n.f=e(3)?Object.defineProperty:function(t,n,e){if(r(t),n=i(n,!0),r(e),o)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported!");return"value"in e&&(t[n]=e.value),t}},60:function(t,n,e){var r=e(6),o=e(7),i=e(13);t.exports=e(3)?Object.defineProperties:function(t,n){o(t);for(var e,u=i(n),c=u.length,a=0;c>a;)r.f(t,e=u[a++],n[e]);return t}},61:function(t,n,e){var r=e(8),o=e(52),i=e(62);t.exports=function(t){return function(n,e,u){var c,a=r(n),s=o(a.length),f=i(u,s);if(t&&e!=e){for(;s>f;)if((c=a[f++])!=c)return!0}else for(;s>f;f++)if((t||f in a)&&a[f]===e)return t||f||0;return!t&&-1}}},62:function(t,n,e){var r=e(24),o=Math.max,i=Math.min;t.exports=function(t,n){return t=r(t),t<0?o(t+n,0):i(t,n)}},63:function(t,n,e){var r=e(4),o=e(19),i=e(26)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},64:function(t,n,e){"use strict";var r=e(65),o=e(57),i=e(16),u=e(8);t.exports=e(40)(Array,"Array",function(t,n){this._t=u(t),this._i=0,this._k=n},function(){var t=this._t,n=this._k,e=this._i++;return!t||e>=t.length?(this._t=void 0,o(1)):"keys"==n?o(0,e):"values"==n?o(0,t[e]):o(0,[e,t[e]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},65:function(t,n){t.exports=function(){}},66:function(t,n,e){"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 o=e(76),i=e.n(o),u=e(85),c=e.n(u),a=e(23),s=e.n(a),f=e(88),l=e.n(f),p=l.a,d=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable,y=function(){try{if(!s.a)return!1;var t=new String("abc");if(t[5]="de","5"===c()(t)[0])return!1;for(var n={},e=0;e<10;e++)n["_"+String.fromCharCode(e)]=e;if("0123456789"!==c()(n).map(function(t){return n[t]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(t){r[t]=t}),"abcdefghijklmnopqrst"===i()(s()({},r)).join("")}catch(t){return!1}}()?s.a:function(t,n){for(var e,o,i=r(t),u=1;u<arguments.length;u++){e=Object(arguments[u]);for(var c in e)d.call(e,c)&&(i[c]=e[c]);if(p){o=p(e);for(var a=0;a<o.length;a++)v.call(e,o[a])&&(i[o[a]]=e[o[a]])}}return i};n.a=y},67:function(t,n,e){var r=e(18)("meta"),o=e(9),i=e(4),u=e(6).f,c=0,a=Object.isExtensible||function(){return!0},s=!e(10)(function(){return a(Object.preventExtensions({}))}),f=function(t){u(t,r,{value:{i:"O"+ ++c,w:{}}})},l=function(t,n){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,r)){if(!a(t))return"F";if(!n)return"E";f(t)}return t[r].i},p=function(t,n){if(!i(t,r)){if(!a(t))return!0;if(!n)return!1;f(t)}return t[r].w},d=function(t){return s&&v.NEED&&a(t)&&!i(t,r)&&f(t),t},v=t.exports={KEY:r,NEED:!1,fastKey:l,getWeak:p,onFreeze:d}},68:function(t,n,e){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}n.__esModule=!0;var o=e(77),i=r(o),u=e(79),c=r(u),a="function"==typeof c.default&&"symbol"==typeof i.default?function(t){return typeof t}:function(t){return t&&"function"==typeof c.default&&t.constructor===c.default&&t!==c.default.prototype?"symbol":typeof t};n.default="function"==typeof c.default&&"symbol"===a(i.default)?function(t){return void 0===t?"undefined":a(t)}:function(t){return t&&"function"==typeof c.default&&t.constructor===c.default&&t!==c.default.prototype?"symbol":void 0===t?"undefined":a(t)}},69:function(t,n,e){var r=e(22);t.exports=Array.isArray||function(t){return"Array"==r(t)}},7:function(t,n,e){var r=e(9);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},70:function(t,n,e){var r=e(0),o=r.JSON||(r.JSON={stringify:JSON.stringify});t.exports=function(t){return o.stringify.apply(o,arguments)}},71:function(t,n,e){e(72),t.exports=e(0).Object.assign},72:function(t,n,e){var r=e(11);r(r.S+r.F,"Object",{assign:e(73)})},73:function(t,n,e){"use strict";var r=e(3),o=e(13),i=e(30),u=e(20),c=e(19),a=e(42),s=Object.assign;t.exports=!s||e(10)(function(){var t={},n={},e=Symbol(),r="abcdefghijklmnopqrst";return t[e]=7,r.split("").forEach(function(t){n[t]=t}),7!=s({},t)[e]||Object.keys(s({},n)).join("")!=r})?function(t,n){for(var e=c(t),s=arguments.length,f=1,l=i.f,p=u.f;s>f;)for(var d,v=a(arguments[f++]),y=l?o(v).concat(l(v)):o(v),h=y.length,m=0;h>m;)d=y[m++],r&&!p.call(v,d)||(e[d]=v[d]);return e}:s},74:function(t,n,e){var r=e(13),o=e(30),i=e(20);t.exports=function(t){var n=r(t),e=o.f;if(e)for(var u,c=e(t),a=i.f,s=0;c.length>s;)a.call(t,u=c[s++])&&n.push(u);return n}},75:function(t,n,e){var r=e(20),o=e(17),i=e(8),u=e(29),c=e(4),a=e(43),s=Object.getOwnPropertyDescriptor;n.f=e(3)?s:function(t,n){if(t=i(t),n=u(n,!0),a)try{return s(t,n)}catch(t){}if(c(t,n))return o(!r.f.call(t,n),t[n])}},76:function(t,n,e){t.exports={default:e(83),__esModule:!0}},77:function(t,n,e){t.exports={default:e(78),__esModule:!0}},78:function(t,n,e){e(50),e(51),t.exports=e(31).f("iterator")},79:function(t,n,e){t.exports={default:e(80),__esModule:!0}},8:function(t,n,e){var r=e(42),o=e(25);t.exports=function(t){return r(o(t))}},80:function(t,n,e){e(48),e(55),e(81),e(82),t.exports=e(0).Symbol},81:function(t,n,e){e(32)("asyncIterator")},82:function(t,n,e){e(32)("observable")},83:function(t,n,e){e(84),t.exports=e(0).Object.keys},84:function(t,n,e){var r=e(19),o=e(13);e(49)("keys",function(){return function(t){return o(r(t))}})},85:function(t,n,e){t.exports={default:e(86),__esModule:!0}},86:function(t,n,e){e(87);var r=e(0).Object;t.exports=function(t){return r.getOwnPropertyNames(t)}},87:function(t,n,e){e(49)("getOwnPropertyNames",function(){return e(47).f})},88:function(t,n,e){t.exports={default:e(89),__esModule:!0}},89:function(t,n,e){e(48),t.exports=e(0).Object.getOwnPropertySymbols},9:function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},91:function(t,n,e){"use strict";function r(t){var n={},e={},r={};for(var a in t)if(t.hasOwnProperty(a))if(-1!==c.indexOf(a))n[a]=t[a];else if(u.test(a)){var s=u.exec(a)[1];s=Object(i.a)(s),r[s]=t[a]}else e[a]=t[a];return n.on=Object(o.a)(r,n.on),n.props=Object(o.a)(e,n.props),n}n.a=r;var o=e(66),i=e(92),u=new RegExp(/^on(.+)/),c=["class","style","attrs","props","domProps","on","nativeOn","directives","scopedSlots","slot","key","ref","refInFor"]},92:function(t,n,e){"use strict";function r(t,n){var e=a(t,n);return e.charAt(0).toLowerCase()+e.slice(1)}n.a=r;var o=e(23),i=e.n(o),u=e(15),c=function(t){for(var n=!1,e=!1,r=!1,o=0;o<t.length;o++){var i=t[o];n&&/[a-zA-Z]/.test(i)&&i.toUpperCase()===i?(t=t.slice(0,o)+"-"+t.slice(o),n=!1,r=e,e=!0,o++):e&&r&&/[a-zA-Z]/.test(i)&&i.toLowerCase()===i?(t=t.slice(0,o-1)+"-"+t.slice(o-1),r=e,e=!1,n=!0):(n=i.toLowerCase()===i&&i.toUpperCase()!==i,r=e,e=i.toUpperCase()===i&&i.toLowerCase()!==i)}return t},a=function(t,n){if("string"!=typeof t&&!Object(u.o)(t))throw new TypeError("Expected the input to be `string | string[]`");n=i()({pascalCase:!1},n);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?n.pascalCase?t.toUpperCase():t.toLowerCase():(t!==t.toLowerCase()&&(t=c(t)),t=t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(t,n){return n.toUpperCase()}).replace(/\d+(\w|$)/g,function(t){return t.toUpperCase()}),function(t){return n.pascalCase?t.charAt(0).toUpperCase()+t.slice(1):t}(t))}},93:function(t,n,e){"use strict";function r(t,n,e,r){var i=void 0,u=void 0,c=new t({render:function(t){var e=u&&u(t);return e&&!Object(o.o)(e)&&(e=[e]),t(n,i,e||[])},methods:{init:function(){document.body.appendChild(this.$el)},destroy:function(){this.$destroy(),document.body.removeChild(this.$el)}}});return c.updateRenderData=function(t,n){i=t,u=n},c.updateRenderData(e,r),c.$mount(),c.init(),c.$children[0]}n.a=r;var o=e(15)}})});
1
+ !function(t,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.GoldFaq=n():t.GoldFaq=n()}("undefined"!=typeof self?self:this,function(){return function(t){function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}var e={};return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},n.p="../es",n(n.s=1496)}({0:function(t,n){var e=t.exports={version:"2.6.11"};"number"==typeof __e&&(__e=e)},1:function(t,n){var e=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)},10:function(t,n){t.exports=function(t){try{return!!t()}catch(t){return!0}}},1060:function(t,n,e){"use strict";n.a={name:"ActGoldFaq",data:function(){return{showMore:!1}},props:{list:{type:Array,default:function(){return[]}},brandColor:{type:String,default:"#8c7fee"},moreDataTrack:{type:String,default:""},showLength:{type:[String,Number],default:2}},computed:{questionBoxStyle:function(){var t={};return this.brandColor&&(t.color=this.brandColor,t.background="linear-gradient(90deg, "+this.brandColor+"31 0%, "+this.brandColor+"31 100%)"),t}},methods:{_toggleMore:function(){this.showMore=!this.showMore}}}},11:function(t,n,e){var r=e(1),o=e(0),i=e(37),u=e(5),a=e(4),c=function(t,n,e){var s,f,l,p=t&c.F,d=t&c.G,v=t&c.S,y=t&c.P,h=t&c.B,g=t&c.W,m=d?o:o[n]||(o[n]={}),b=m.prototype,w=d?r:v?r[n]:(r[n]||{}).prototype;d&&(e=n);for(s in e)(f=!p&&w&&void 0!==w[s])&&a(m,s)||(l=f?w[s]:e[s],m[s]=d&&"function"!=typeof w[s]?e[s]:h&&f?i(l,r):g&&w[s]==l?function(t){var n=function(n,e,r){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(n);case 2:return new t(n,e)}return new t(n,e,r)}return t.apply(this,arguments)};return n.prototype=t.prototype,n}(l):y&&"function"==typeof l?i(Function.call,l):l,y&&((m.virtual||(m.virtual={}))[s]=l,t&c.R&&b&&!b[s]&&u(b,s,l)))};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},12:function(t,n,e){"use strict";function r(t,n,e,r,o,i,u,a){t=t||{};var c=typeof t.default;"object"!==c&&"function"!==c||(t=t.default);var s="function"==typeof t?t.options:t;n&&(s.render=n,s.staticRenderFns=e,s._compiled=!0),r&&(s.functional=!0),i&&(s._scopeId=i);var f;if(u?(f=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__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(u)},s._ssrRegister=f):o&&(f=a?function(){o.call(this,this.$root.$options.shadowRoot)}:o),f)if(s.functional){s._injectStyles=f;var l=s.render;s.render=function(t,n){return f.call(n),l(t,n)}}else{var p=s.beforeCreate;s.beforeCreate=p?[].concat(p,f):[f]}return{exports:t,options:s}}n.a=r},13:function(t,n,e){var r=e(45),o=e(28);t.exports=Object.keys||function(t){return r(t,o)}},14:function(t,n){t.exports=!0},1496:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e(53),o=e(1497);o.a.install=function(t){t.component(o.a.name,o.a),t.prototype.$createGoldInsureQa=Object(r.a)(o.a,t)},n.default=o.a},1497:function(t,n,e){"use strict";function r(t){a||e(1498)}var o=e(1060),i=e(1499),u=e(12),a=!1,c=r,s=Object(u.a)(o.a,i.a,i.b,!1,c,"data-v-64e71f34",null);s.options.__file="src\\components\\GoldFaq\\src\\index.vue",n.a=s.exports},1498:function(t,n){},1499:function(t,n,e){"use strict";e.d(n,"a",function(){return r}),e.d(n,"b",function(){return o});var r=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"act-question-box"},[t.$slots.header?t._t("header"):e("div",{staticClass:"act-box-tit",style:{"--color":t.brandColor}},[t._v("\n 常见问题\n ")]),t._v(" "),t.list.length>0?[e("div",{staticClass:"act-question-list"},[t._l(t.list,function(n,r){return[t.showMore||r<t.showLength?e("div",{key:r,staticClass:"act-question-item mem-replayer-show",class:{"act-question-item-fix-bottom":r===t.list.length-1}},[e("div",{staticClass:"act-question-tit act-row"},[t.$slots.question?t._t("question"):e("div",{staticClass:"act-tag act-question-tag",style:t.questionBoxStyle},[t._v("\n Q\n ")]),t._v(" "),e("p",{staticClass:"act-col act-question-text",domProps:{innerHTML:t._s(n.comment)}})],2),t._v(" "),e("div",{staticClass:"act-question-text act-row"},[t.$slots.answer?t._t("answer"):e("div",{staticClass:"act-tag act-answer-tag"},[t._v("\n A\n ")]),t._v(" "),e("p",{staticClass:"act-col act-answer-text",domProps:{innerHTML:t._s(n.reply)}})],2)]):t._e()]})],2),t._v(" "),e("div",{directives:[{name:"show",rawName:"v-show",value:t.list.length>t.showLength&&!t.showMore,expression:"list.length > showLength && !showMore"}],staticClass:"act-question-more mem-replayer-hide",style:{color:t.brandColor},attrs:{"data-track":t.moreDataTrack},on:{click:t._toggleMore}},[t._v("\n 查看更多"),e("span",{staticClass:"arrow"})])]:e("p",{staticClass:"act-box-nodata"},[t._v("\n 暂无数据\n ")])],2)},o=[];r._withStripped=!0},15:function(t,n,e){"use strict";function r(t,n){if(t.findIndex)return t.findIndex(n);var e=-1;return t.some(function(t,r,o){var i=n.call(this,t,r,o);if(i)return e=r,i}),e}function o(t){return t?JSON.parse(D()(t)):t}function i(t,n){for(var e in n)t[e]&&"object"===$()(t[e])?i(t[e],n[e]):t[e]=n[e]}function u(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 s(t){return"[object Object]"===Object.prototype.toString.call(t)}function f(t){return"[object Boolean]"===Object.prototype.toString.call(t)}function l(t){return null===t}function p(t){return void 0!==t&&null!==t}function d(t){return void 0===t}function v(t){return"[object Error]"===Object.prototype.toString.call(t)}function y(t){return"function"==typeof t}function h(t,n,e){function r(n){var e=h,r=g;return h=g=void 0,O=n,b=t.apply(r,e)}function o(t,n){return C?(window.cancelAnimationFrame(w),window.requestAnimationFrame(t)):setTimeout(t,n)}function i(t){if(C)return window.cancelAnimationFrame(t);clearTimeout(t)}function u(t){return O=t,w=o(f,n),_?r(t):b}function a(t){var e=t-x,r=t-O,o=n-e;return S?Math.min(o,m-r):o}function c(t){var e=t-x,r=t-O;return void 0===x||e>=n||e<0||S&&r>=m}function f(){var t=Date.now();if(c(t))return l(t);w=o(f,a(t))}function l(t){return w=void 0,j&&h?r(t):(h=g=void 0,b)}function p(){void 0!==w&&i(w),O=0,h=x=g=w=void 0}function d(){return void 0===w?b:l(Date.now())}function v(){return void 0!==w}function y(){for(var t=Date.now(),e=c(t),i=arguments.length,a=Array(i),s=0;s<i;s++)a[s]=arguments[s];if(h=a,g=this,x=t,e){if(void 0===w)return u(x);if(S)return w=o(f,n),r(x)}return void 0===w&&(w=o(f,n)),b}var h=void 0,g=void 0,m=void 0,b=void 0,w=void 0,x=void 0,O=0,_=!1,S=!1,j=!0,C=!n&&0!==n&&"function"==typeof window.requestAnimationFrame;if("function"!=typeof t)throw new TypeError("Expected a function");return n=+n||0,s(e)&&(_=!!e.leading,S="maxWait"in e,m=S?Math.max(+e.maxWait||0,n):m,j="trailing"in e?!!e.trailing:j),y.cancel=p,y.flush=d,y.pending=v,y}function g(t,n,e){var r=!0,o=!0;if("function"!=typeof t)throw new TypeError("Expected a function");return s(e)&&(r="leading"in e?!!e.leading:r,o="trailing"in e?!!e.trailing:o),h(t,n,{leading:r,trailing:o,maxWait:n})}function m(t){return!!/^1\d{10}$/.test(t)}function b(t){var n=t.length;return n>3&&n<8?t=t.replace(/\s/g,"").replace(/^(.{3})/g,"$1 "):n>=8&&(t=t.replace(/\s/g,"").replace(/^(.{3})(.+)/g,function(t,n,e){return n+" "+e.replace(/(.{4})(?=.)/g,"$1 ")})),t}function w(t){return t.replace(/\s/g,"").replace(/(.{4})(?=.)/g,"$1 ")}function x(t){if(void 0!==t||null!==t)return/^\d+(\.\d+)?$/.test(t+"")?t+"px":t}function O(t){if(!t)return"";var n=t.length;return 2===n?t.split("").join("&emsp;&emsp;"):3===n?t.split("").join("&ensp;"):t}function _(t){var n=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],e=t.offsetHeight;if(n){var r=t.currentStyle||getComputedStyle(t);e+=parseInt(r.marginTop||0)+parseInt(r.marginBottom||0)}return e}function S(t,n){var e=/^#([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),o=null;return e?o={r:parseInt(e[1]+e[1],16),g:parseInt(e[2]+e[2],16),b:parseInt(e[3]+e[3],16)}:r&&(o={r:parseInt(r[1],16),g:parseInt(r[2],16),b:parseInt(r[3],16)}),o?void 0!==n?"rgba("+o.r+", "+o.g+", "+o.b+", "+n+")":"rgb("+o.r+", "+o.g+", "+o.b+")":""}function j(t){var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz",e=n.length,r="";t=t||32;for(var o=0;o<t;o++)r+=n.charAt(Math.floor(Math.random()*e));return r}function C(t,n){var e=n||location.href,r=new RegExp("(\\?|&)"+t+"=([^&#$\\s]+)"),o=e.match(r);return o&&o[2]}function M(t){var n=window.getComputedStyle(t),e="none"===n.display,r=null===t.offsetParent&&"fixed"!==n.position;return e||r}function A(t,n,e){return Math.min(Math.max(t,n),e)}function E(t){var n=/os (\d\d?_\d(_\d)?)/,e=n.exec(t);if(!e)return null;var r=e[1].split("_").map(function(t){return parseInt(t,10)});return{major:r[0],minor:r[1],patch:r[2]||0}}function P(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";n=n||window.location.href;var e=new RegExp("(\\?|#|&)"+t+"=([^&#]*)(&|#|$)"),r=n.match(e);return decodeURIComponent(r?r[2]:"")}function T(t){return t?v(t)?t.message:a(t)?t:t.errmsg||"请求失败,请稍后重试":"请求失败,请稍后重试"}function k(){for(var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=[],e=new RegExp("https?://[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]"),r=0;r<t.length;r++){var o=t[r];if(!e.test(o))return;n.push(o.split("?")[0])}return n}function L(t){var n=JSON.parse(D()(t)),e=n.attrModules,r=void 0===e?{}:e,o=n.plan,i=r.applicant,a=r.insureds,c=r.hcpics,s=r.hctext,f=r.makeup,l=r.apphctext,p=r.apphcpics,d={},v=function(t){var n=null,e=null,r=null,o=null,i={},a={},c={};for(var s in t){var f=t[s].defaultValue,l=t[s].required,p=t[s].display;if(u(f)){var d=k(f);d&&(f=d)}1!==Number(l)&&1!==Number(p)||("idType"===s||"id"===s||"idValidType"===s||"idValidEndTime"===s||"idValidStartTime"===s?(n=n||{},n[s]=f):"socialInsAddr"===s||"socialInsDetail"===s||"socialInsPost"===s||"socialInsTel"===s?(e=e||{},e[s]=f):"residentAddr"===s||"residentDetail"===s||"residentPost"===s||"residentTel"===s?(r=r||{},r[s]=f):"officeAddr"===s||"officeDetail"===s||"officePost"===s||"officeTel"===s?(o=o||{},o[s]=f):"companyIdType"===s||"companyId"===s?(a=a||{},a[s]=f):"detail"===s?(c=c||{},c[s]=f):i[s]=f)}return n&&(i.certificate=n),e&&(i.socialIns=e),r&&(i.resident=r),o&&(i.office=o),a&&(i.companyCertificate=a),c&&(i.companyAddress=c),i};if(r.plan&&(o=v(r.plan)),i&&(d.applicant={},i&&(d.applicant=v(i))),a||o){d.insureds=[];for(var y=a||[""],h=0;h<y.length;h++){var g=y[h],m=null,b={};g&&(m=v(g)),m&&(b.insured=m),o&&(b.plan=o),d.insureds.push(b)}}if(s&&(d.hctext=v(s)),l&&(d.apphctext=v(l)),c&&(d.hcpics=v(c)),p&&(d.apphcpics=v(p)),f){d.makeup={};for(var w=f||[""],x=0;x<w.length;x++){var O=w[x],_=null;O&&(_=v(O)),_&&(d.makeup=F()(d.makeup,_))}}return d}e.d(n,"F",function(){return nt}),e.d(n,"v",function(){return et}),n.d=r,n.c=o,n.b=i,n.o=u,n.z=a,n.x=c,n.y=s,n.p=f,n.w=l,n.q=p,n.A=d,n.r=v,n.s=y,n.a=h,n.E=g,n.u=m,n.g=b,n.e=w,n.f=x,n.h=O,n.B=_,n.n=S,n.C=j,n.l=C,n.t=M,n.D=A,n.k=E,n.m=P,n.j=T,n.i=L;var I=e(23),F=e.n(I),N=e(68),$=e.n(N),q=e(56),D=e.n(q),R="undefined"!=typeof window,G=R&&window.navigator.userAgent.toLowerCase(),W=G&&/msie|trident/.test(G),V=G&&G.indexOf("msie 9.0")>0,B=G&&G.indexOf("edge/")>0,U=G&&G.indexOf("android")>0,J=G&&/iphone|ipad|ipod|ios/.test(G),z=G&&/chrome\/\d+/.test(G)&&!B,H=G&&/MicroMessenger/i.test(G),Q=G&&/wxwork/i.test(G),K=G&&/mucxiaoyusan/i.test(G),Z=G&&/muckacabao/i.test(G),X=G&&/mucyanxuan/i.test(G),Y=K||Z,tt=G&&/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/i.test(G),nt={isIE:W,isMobile:tt,isIE9:V,isEdge:B,isAndroid:U,isIOS:J,isChrome:z,isWx:H,isWxWork:Q,isApp:Y,isXysApp:K,isKcbApp:Z,isYxApp:X},et=/MucWebAutoTester/.test(window.navigator.userAgent)},16:function(t,n){t.exports={}},17:function(t,n){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},18:function(t,n){var e=0,r=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++e+r).toString(36))}},19:function(t,n,e){var r=e(25);t.exports=function(t){return Object(r(t))}},2:function(t,n,e){var r=e(27)("wks"),o=e(18),i=e(1).Symbol,u="function"==typeof i;(t.exports=function(t){return r[t]||(r[t]=u&&i[t]||(u?i:o)("Symbol."+t))}).store=r},20:function(t,n){n.f={}.propertyIsEnumerable},21:function(t,n,e){var r=e(6).f,o=e(4),i=e(2)("toStringTag");t.exports=function(t,n,e){t&&!o(t=e?t:t.prototype,i)&&r(t,i,{configurable:!0,value:n})}},22:function(t,n){var e={}.toString;t.exports=function(t){return e.call(t).slice(8,-1)}},23:function(t,n,e){t.exports={default:e(71),__esModule:!0}},24:function(t,n){var e=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:e)(t)}},25:function(t,n){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},26:function(t,n,e){var r=e(27)("keys"),o=e(18);t.exports=function(t){return r[t]||(r[t]=o(t))}},27:function(t,n,e){var r=e(0),o=e(1),i=o["__core-js_shared__"]||(o["__core-js_shared__"]={});(t.exports=function(t,n){return i[t]||(i[t]=void 0!==n?n:{})})("versions",[]).push({version:r.version,mode:e(14)?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},28:function(t,n){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},29:function(t,n,e){var r=e(9);t.exports=function(t,n){if(!r(t))return t;var e,o;if(n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;if("function"==typeof(e=t.valueOf)&&!r(o=e.call(t)))return o;if(!n&&"function"==typeof(e=t.toString)&&!r(o=e.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},3:function(t,n,e){t.exports=!e(10)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},30:function(t,n){n.f=Object.getOwnPropertySymbols},31:function(t,n,e){n.f=e(2)},32:function(t,n,e){var r=e(1),o=e(0),i=e(14),u=e(31),a=e(6).f;t.exports=function(t){var n=o.Symbol||(o.Symbol=i?{}:r.Symbol||{});"_"==t.charAt(0)||t in n||a(n,t,{value:u.f(t)})}},36:function(t,n,e){var r=e(9),o=e(1).document,i=r(o)&&r(o.createElement);t.exports=function(t){return i?o.createElement(t):{}}},37:function(t,n,e){var r=e(38);t.exports=function(t,n,e){if(r(t),void 0===n)return t;switch(e){case 1:return function(e){return t.call(n,e)};case 2:return function(e,r){return t.call(n,e,r)};case 3:return function(e,r,o){return t.call(n,e,r,o)}}return function(){return t.apply(n,arguments)}}},38:function(t,n){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},4:function(t,n){var e={}.hasOwnProperty;t.exports=function(t,n){return e.call(t,n)}},40:function(t,n,e){"use strict";var r=e(14),o=e(11),i=e(44),u=e(5),a=e(16),c=e(59),s=e(21),f=e(63),l=e(2)("iterator"),p=!([].keys&&"next"in[].keys()),d=function(){return this};t.exports=function(t,n,e,v,y,h,g){c(e,n,v);var m,b,w,x=function(t){if(!p&&t in j)return j[t];switch(t){case"keys":case"values":return function(){return new e(this,t)}}return function(){return new e(this,t)}},O=n+" Iterator",_="values"==y,S=!1,j=t.prototype,C=j[l]||j["@@iterator"]||y&&j[y],M=C||x(y),A=y?_?x("entries"):M:void 0,E="Array"==n?j.entries||C:C;if(E&&(w=f(E.call(new t)))!==Object.prototype&&w.next&&(s(w,O,!0),r||"function"==typeof w[l]||u(w,l,d)),_&&C&&"values"!==C.name&&(S=!0,M=function(){return C.call(this)}),r&&!g||!p&&!S&&j[l]||u(j,l,M),a[n]=M,a[O]=d,y)if(m={values:_?M:x("values"),keys:h?M:x("keys"),entries:A},g)for(b in m)b in j||i(j,b,m[b]);else o(o.P+o.F*(p||S),n,m);return m}},41:function(t,n,e){var r=e(7),o=e(60),i=e(28),u=e(26)("IE_PROTO"),a=function(){},c=function(){var t,n=e(36)("iframe"),r=i.length;for(n.style.display="none",e(54).appendChild(n),n.src="javascript:",t=n.contentWindow.document,t.open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;r--;)delete c.prototype[i[r]];return c()};t.exports=Object.create||function(t,n){var e;return null!==t?(a.prototype=r(t),e=new a,a.prototype=null,e[u]=t):e=c(),void 0===n?e:o(e,n)}},42:function(t,n,e){var r=e(22);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==r(t)?t.split(""):Object(t)}},43:function(t,n,e){t.exports=!e(3)&&!e(10)(function(){return 7!=Object.defineProperty(e(36)("div"),"a",{get:function(){return 7}}).a})},44:function(t,n,e){t.exports=e(5)},45:function(t,n,e){var r=e(4),o=e(8),i=e(61)(!1),u=e(26)("IE_PROTO");t.exports=function(t,n){var e,a=o(t),c=0,s=[];for(e in a)e!=u&&r(a,e)&&s.push(e);for(;n.length>c;)r(a,e=n[c++])&&(~i(s,e)||s.push(e));return s}},46:function(t,n,e){var r=e(45),o=e(28).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},47:function(t,n,e){var r=e(8),o=e(46).f,i={}.toString,u="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],a=function(t){try{return o(t)}catch(t){return u.slice()}};t.exports.f=function(t){return u&&"[object Window]"==i.call(t)?a(t):o(r(t))}},48:function(t,n,e){"use strict";var r=e(1),o=e(4),i=e(3),u=e(11),a=e(44),c=e(67).KEY,s=e(10),f=e(27),l=e(21),p=e(18),d=e(2),v=e(31),y=e(32),h=e(74),g=e(69),m=e(7),b=e(9),w=e(19),x=e(8),O=e(29),_=e(17),S=e(41),j=e(47),C=e(75),M=e(30),A=e(6),E=e(13),P=C.f,T=A.f,k=j.f,L=r.Symbol,I=r.JSON,F=I&&I.stringify,N=d("_hidden"),$=d("toPrimitive"),q={}.propertyIsEnumerable,D=f("symbol-registry"),R=f("symbols"),G=f("op-symbols"),W=Object.prototype,V="function"==typeof L&&!!M.f,B=r.QObject,U=!B||!B.prototype||!B.prototype.findChild,J=i&&s(function(){return 7!=S(T({},"a",{get:function(){return T(this,"a",{value:7}).a}})).a})?function(t,n,e){var r=P(W,n);r&&delete W[n],T(t,n,e),r&&t!==W&&T(W,n,r)}:T,z=function(t){var n=R[t]=S(L.prototype);return n._k=t,n},H=V&&"symbol"==typeof L.iterator?function(t){return"symbol"==typeof t}:function(t){return t instanceof L},Q=function(t,n,e){return t===W&&Q(G,n,e),m(t),n=O(n,!0),m(e),o(R,n)?(e.enumerable?(o(t,N)&&t[N][n]&&(t[N][n]=!1),e=S(e,{enumerable:_(0,!1)})):(o(t,N)||T(t,N,_(1,{})),t[N][n]=!0),J(t,n,e)):T(t,n,e)},K=function(t,n){m(t);for(var e,r=h(n=x(n)),o=0,i=r.length;i>o;)Q(t,e=r[o++],n[e]);return t},Z=function(t,n){return void 0===n?S(t):K(S(t),n)},X=function(t){var n=q.call(this,t=O(t,!0));return!(this===W&&o(R,t)&&!o(G,t))&&(!(n||!o(this,t)||!o(R,t)||o(this,N)&&this[N][t])||n)},Y=function(t,n){if(t=x(t),n=O(n,!0),t!==W||!o(R,n)||o(G,n)){var e=P(t,n);return!e||!o(R,n)||o(t,N)&&t[N][n]||(e.enumerable=!0),e}},tt=function(t){for(var n,e=k(x(t)),r=[],i=0;e.length>i;)o(R,n=e[i++])||n==N||n==c||r.push(n);return r},nt=function(t){for(var n,e=t===W,r=k(e?G:x(t)),i=[],u=0;r.length>u;)!o(R,n=r[u++])||e&&!o(W,n)||i.push(R[n]);return i};V||(L=function(){if(this instanceof L)throw TypeError("Symbol is not a constructor!");var t=p(arguments.length>0?arguments[0]:void 0),n=function(e){this===W&&n.call(G,e),o(this,N)&&o(this[N],t)&&(this[N][t]=!1),J(this,t,_(1,e))};return i&&U&&J(W,t,{configurable:!0,set:n}),z(t)},a(L.prototype,"toString",function(){return this._k}),C.f=Y,A.f=Q,e(46).f=j.f=tt,e(20).f=X,M.f=nt,i&&!e(14)&&a(W,"propertyIsEnumerable",X,!0),v.f=function(t){return z(d(t))}),u(u.G+u.W+u.F*!V,{Symbol:L});for(var et="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),rt=0;et.length>rt;)d(et[rt++]);for(var ot=E(d.store),it=0;ot.length>it;)y(ot[it++]);u(u.S+u.F*!V,"Symbol",{for:function(t){return o(D,t+="")?D[t]:D[t]=L(t)},keyFor:function(t){if(!H(t))throw TypeError(t+" is not a symbol!");for(var n in D)if(D[n]===t)return n},useSetter:function(){U=!0},useSimple:function(){U=!1}}),u(u.S+u.F*!V,"Object",{create:Z,defineProperty:Q,defineProperties:K,getOwnPropertyDescriptor:Y,getOwnPropertyNames:tt,getOwnPropertySymbols:nt});var ut=s(function(){M.f(1)});u(u.S+u.F*ut,"Object",{getOwnPropertySymbols:function(t){return M.f(w(t))}}),I&&u(u.S+u.F*(!V||s(function(){var t=L();return"[null]"!=F([t])||"{}"!=F({a:t})||"{}"!=F(Object(t))})),"JSON",{stringify:function(t){for(var n,e,r=[t],o=1;arguments.length>o;)r.push(arguments[o++]);if(e=n=r[1],(b(n)||void 0!==t)&&!H(t))return g(n)||(n=function(t,n){if("function"==typeof e&&(n=e.call(this,t,n)),!H(n))return n}),r[1]=n,F.apply(I,r)}}),L.prototype[$]||e(5)(L.prototype,$,L.prototype.valueOf),l(L,"Symbol"),l(Math,"Math",!0),l(r.JSON,"JSON",!0)},49:function(t,n,e){var r=e(11),o=e(0),i=e(10);t.exports=function(t,n){var e=(o.Object||{})[t]||Object[t],u={};u[t]=n(e),r(r.S+r.F*i(function(){e(1)}),"Object",u)}},5:function(t,n,e){var r=e(6),o=e(17);t.exports=e(3)?function(t,n,e){return r.f(t,n,o(1,e))}:function(t,n,e){return t[n]=e,t}},50:function(t,n,e){"use strict";var r=e(58)(!0);e(40)(String,"String",function(t){this._t=String(t),this._i=0},function(){var t,n=this._t,e=this._i;return e>=n.length?{value:void 0,done:!0}:(t=r(n,e),this._i+=t.length,{value:t,done:!1})})},51:function(t,n,e){e(64);for(var r=e(1),o=e(5),i=e(16),u=e(2)("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 s=a[c],f=r[s],l=f&&f.prototype;l&&!l[u]&&o(l,u,s),i[s]=i.Array}},52:function(t,n,e){var r=e(24),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},53:function(t,n,e){"use strict";function r(t,n){return function(e,r){var u=this,a=Object(o.a)(e),c=Object(i.a)(n,t,a,r),s=c.$parent,f=c.remove,l=c.show,p=c.hide;return c.remove=function(){c.$removed=!0,f&&f.call(this),s.destroy()},c.show=function(){return l&&l.call.apply(l,[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},u._isVue&&u.$once("hook:beforeDestroy",function(){c.$removed||c.remove()}),c}}n.a=r;var o=e(91),i=e(93)},54:function(t,n,e){var r=e(1).document;t.exports=r&&r.documentElement},55:function(t,n){},56:function(t,n,e){t.exports={default:e(70),__esModule:!0}},57:function(t,n){t.exports=function(t,n){return{value:n,done:!!t}}},58:function(t,n,e){var r=e(24),o=e(25);t.exports=function(t){return function(n,e){var i,u,a=String(o(n)),c=r(e),s=a.length;return c<0||c>=s?t?"":void 0:(i=a.charCodeAt(c),i<55296||i>56319||c+1===s||(u=a.charCodeAt(c+1))<56320||u>57343?t?a.charAt(c):i:t?a.slice(c,c+2):u-56320+(i-55296<<10)+65536)}}},59:function(t,n,e){"use strict";var r=e(41),o=e(17),i=e(21),u={};e(5)(u,e(2)("iterator"),function(){return this}),t.exports=function(t,n,e){t.prototype=r(u,{next:o(1,e)}),i(t,n+" Iterator")}},6:function(t,n,e){var r=e(7),o=e(43),i=e(29),u=Object.defineProperty;n.f=e(3)?Object.defineProperty:function(t,n,e){if(r(t),n=i(n,!0),r(e),o)try{return u(t,n,e)}catch(t){}if("get"in e||"set"in e)throw TypeError("Accessors not supported!");return"value"in e&&(t[n]=e.value),t}},60:function(t,n,e){var r=e(6),o=e(7),i=e(13);t.exports=e(3)?Object.defineProperties:function(t,n){o(t);for(var e,u=i(n),a=u.length,c=0;a>c;)r.f(t,e=u[c++],n[e]);return t}},61:function(t,n,e){var r=e(8),o=e(52),i=e(62);t.exports=function(t){return function(n,e,u){var a,c=r(n),s=o(c.length),f=i(u,s);if(t&&e!=e){for(;s>f;)if((a=c[f++])!=a)return!0}else for(;s>f;f++)if((t||f in c)&&c[f]===e)return t||f||0;return!t&&-1}}},62:function(t,n,e){var r=e(24),o=Math.max,i=Math.min;t.exports=function(t,n){return t=r(t),t<0?o(t+n,0):i(t,n)}},63:function(t,n,e){var r=e(4),o=e(19),i=e(26)("IE_PROTO"),u=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?u:null}},64:function(t,n,e){"use strict";var r=e(65),o=e(57),i=e(16),u=e(8);t.exports=e(40)(Array,"Array",function(t,n){this._t=u(t),this._i=0,this._k=n},function(){var t=this._t,n=this._k,e=this._i++;return!t||e>=t.length?(this._t=void 0,o(1)):"keys"==n?o(0,e):"values"==n?o(0,t[e]):o(0,[e,t[e]])},"values"),i.Arguments=i.Array,r("keys"),r("values"),r("entries")},65:function(t,n){t.exports=function(){}},66:function(t,n,e){"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 o=e(76),i=e.n(o),u=e(85),a=e.n(u),c=e(23),s=e.n(c),f=e(88),l=e.n(f),p=l.a,d=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable,y=function(){try{if(!s.a)return!1;var t=new String("abc");if(t[5]="de","5"===a()(t)[0])return!1;for(var n={},e=0;e<10;e++)n["_"+String.fromCharCode(e)]=e;if("0123456789"!==a()(n).map(function(t){return n[t]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(t){r[t]=t}),"abcdefghijklmnopqrst"===i()(s()({},r)).join("")}catch(t){return!1}}()?s.a:function(t,n){for(var e,o,i=r(t),u=1;u<arguments.length;u++){e=Object(arguments[u]);for(var a in e)d.call(e,a)&&(i[a]=e[a]);if(p){o=p(e);for(var c=0;c<o.length;c++)v.call(e,o[c])&&(i[o[c]]=e[o[c]])}}return i};n.a=y},67:function(t,n,e){var r=e(18)("meta"),o=e(9),i=e(4),u=e(6).f,a=0,c=Object.isExtensible||function(){return!0},s=!e(10)(function(){return c(Object.preventExtensions({}))}),f=function(t){u(t,r,{value:{i:"O"+ ++a,w:{}}})},l=function(t,n){if(!o(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!i(t,r)){if(!c(t))return"F";if(!n)return"E";f(t)}return t[r].i},p=function(t,n){if(!i(t,r)){if(!c(t))return!0;if(!n)return!1;f(t)}return t[r].w},d=function(t){return s&&v.NEED&&c(t)&&!i(t,r)&&f(t),t},v=t.exports={KEY:r,NEED:!1,fastKey:l,getWeak:p,onFreeze:d}},68:function(t,n,e){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}n.__esModule=!0;var o=e(77),i=r(o),u=e(79),a=r(u),c="function"==typeof a.default&&"symbol"==typeof i.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};n.default="function"==typeof a.default&&"symbol"===c(i.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)}},69:function(t,n,e){var r=e(22);t.exports=Array.isArray||function(t){return"Array"==r(t)}},7:function(t,n,e){var r=e(9);t.exports=function(t){if(!r(t))throw TypeError(t+" is not an object!");return t}},70:function(t,n,e){var r=e(0),o=r.JSON||(r.JSON={stringify:JSON.stringify});t.exports=function(t){return o.stringify.apply(o,arguments)}},71:function(t,n,e){e(72),t.exports=e(0).Object.assign},72:function(t,n,e){var r=e(11);r(r.S+r.F,"Object",{assign:e(73)})},73:function(t,n,e){"use strict";var r=e(3),o=e(13),i=e(30),u=e(20),a=e(19),c=e(42),s=Object.assign;t.exports=!s||e(10)(function(){var t={},n={},e=Symbol(),r="abcdefghijklmnopqrst";return t[e]=7,r.split("").forEach(function(t){n[t]=t}),7!=s({},t)[e]||Object.keys(s({},n)).join("")!=r})?function(t,n){for(var e=a(t),s=arguments.length,f=1,l=i.f,p=u.f;s>f;)for(var d,v=c(arguments[f++]),y=l?o(v).concat(l(v)):o(v),h=y.length,g=0;h>g;)d=y[g++],r&&!p.call(v,d)||(e[d]=v[d]);return e}:s},74:function(t,n,e){var r=e(13),o=e(30),i=e(20);t.exports=function(t){var n=r(t),e=o.f;if(e)for(var u,a=e(t),c=i.f,s=0;a.length>s;)c.call(t,u=a[s++])&&n.push(u);return n}},75:function(t,n,e){var r=e(20),o=e(17),i=e(8),u=e(29),a=e(4),c=e(43),s=Object.getOwnPropertyDescriptor;n.f=e(3)?s:function(t,n){if(t=i(t),n=u(n,!0),c)try{return s(t,n)}catch(t){}if(a(t,n))return o(!r.f.call(t,n),t[n])}},76:function(t,n,e){t.exports={default:e(83),__esModule:!0}},77:function(t,n,e){t.exports={default:e(78),__esModule:!0}},78:function(t,n,e){e(50),e(51),t.exports=e(31).f("iterator")},79:function(t,n,e){t.exports={default:e(80),__esModule:!0}},8:function(t,n,e){var r=e(42),o=e(25);t.exports=function(t){return r(o(t))}},80:function(t,n,e){e(48),e(55),e(81),e(82),t.exports=e(0).Symbol},81:function(t,n,e){e(32)("asyncIterator")},82:function(t,n,e){e(32)("observable")},83:function(t,n,e){e(84),t.exports=e(0).Object.keys},84:function(t,n,e){var r=e(19),o=e(13);e(49)("keys",function(){return function(t){return o(r(t))}})},85:function(t,n,e){t.exports={default:e(86),__esModule:!0}},86:function(t,n,e){e(87);var r=e(0).Object;t.exports=function(t){return r.getOwnPropertyNames(t)}},87:function(t,n,e){e(49)("getOwnPropertyNames",function(){return e(47).f})},88:function(t,n,e){t.exports={default:e(89),__esModule:!0}},89:function(t,n,e){e(48),t.exports=e(0).Object.getOwnPropertySymbols},9:function(t,n){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},91:function(t,n,e){"use strict";function r(t){var n={},e={},r={};for(var c in t)if(t.hasOwnProperty(c))if(-1!==a.indexOf(c))n[c]=t[c];else if(u.test(c)){var s=u.exec(c)[1];s=Object(i.a)(s),r[s]=t[c]}else e[c]=t[c];return n.on=Object(o.a)(r,n.on),n.props=Object(o.a)(e,n.props),n}n.a=r;var o=e(66),i=e(92),u=new RegExp(/^on(.+)/),a=["class","style","attrs","props","domProps","on","nativeOn","directives","scopedSlots","slot","key","ref","refInFor"]},92:function(t,n,e){"use strict";function r(t,n){var e=c(t,n);return e.charAt(0).toLowerCase()+e.slice(1)}n.a=r;var o=e(23),i=e.n(o),u=e(15),a=function(t){for(var n=!1,e=!1,r=!1,o=0;o<t.length;o++){var i=t[o];n&&/[a-zA-Z]/.test(i)&&i.toUpperCase()===i?(t=t.slice(0,o)+"-"+t.slice(o),n=!1,r=e,e=!0,o++):e&&r&&/[a-zA-Z]/.test(i)&&i.toLowerCase()===i?(t=t.slice(0,o-1)+"-"+t.slice(o-1),r=e,e=!1,n=!0):(n=i.toLowerCase()===i&&i.toUpperCase()!==i,r=e,e=i.toUpperCase()===i&&i.toLowerCase()!==i)}return t},c=function(t,n){if("string"!=typeof t&&!Object(u.o)(t))throw new TypeError("Expected the input to be `string | string[]`");n=i()({pascalCase:!1},n);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?n.pascalCase?t.toUpperCase():t.toLowerCase():(t!==t.toLowerCase()&&(t=a(t)),t=t.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,function(t,n){return n.toUpperCase()}).replace(/\d+(\w|$)/g,function(t){return t.toUpperCase()}),function(t){return n.pascalCase?t.charAt(0).toUpperCase()+t.slice(1):t}(t))}},93:function(t,n,e){"use strict";function r(t,n,e,r){var i=void 0,u=void 0,a=new t({render:function(t){var e=u&&u(t);return e&&!Object(o.o)(e)&&(e=[e]),t(n,i,e||[])},methods:{init:function(){document.body.appendChild(this.$el)},destroy:function(){this.$destroy(),document.body.removeChild(this.$el)}}});return a.updateRenderData=function(t,n){i=t,u=n},a.updateRenderData(e,r),a.$mount(),a.init(),a.$children[0]}n.a=r;var o=e(15)}})});
@@ -1 +1 @@
1
- .act-question-box[data-v-64e71f34]{background-color:#fff;margin-bottom:1rem;line-height:1.5}.act-question-box .act-box-nodata[data-v-64e71f34]{padding:20px 15px;font-size:14px;color:#646464;text-align:center}.act-box-tit[data-v-64e71f34]{position:relative;padding:17px 11px 0;font-size:17px;color:#323232}.act-box-tit[data-v-64e71f34]:before{position:absolute;top:23px;left:0;display:block;width:3px;height:16px;background-color:var(--color);content:""}.act-question-list[data-v-64e71f34]{margin-top:12px;padding:0 11px}.act-question-item[data-v-64e71f34]{font-size:14px}.act-question-item[data-v-64e71f34]:not(:last-of-type){margin-bottom:19px}.act-question-item[data-v-64e71f34]:last-of-type{padding-bottom:19px}.act-question-item .act-tag[data-v-64e71f34]{width:23px}.act-question-tit[data-v-64e71f34]{color:#8c7fee}.act-question-text[data-v-64e71f34]{color:#666}.act-question-more[data-v-64e71f34]{height:40px;background-color:#f9f9f9;line-height:40px;font-size:15px;color:#999;text-align:center}.act-question-more .arrow[data-v-64e71f34]{display:inline-block;width:7px;height:7px;margin-left:3px;border-bottom:1px solid #999;border-right:1px solid #999;vertical-align:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
1
+ .act-question-box[data-v-64e71f34]{background-color:#fff;line-height:1.5}.act-question-box .act-box-nodata[data-v-64e71f34]{padding:20px 15px;font-size:14px;color:#646464;text-align:center}.act-box-tit[data-v-64e71f34]{position:relative;padding:17px 11px 0;font-size:17px;font-weight:700;color:#323232}.act-box-tit[data-v-64e71f34]:before{position:absolute;top:23px;left:0;display:block;width:3px;height:16px;background-color:var(--color);content:""}.act-question-list[data-v-64e71f34]{margin-top:12px;padding:0 16px}.act-question-item[data-v-64e71f34]{font-size:14px;text-align:justify;position:relative}.act-question-item[data-v-64e71f34]:not(:last-of-type){margin-bottom:28px}.act-question-item[data-v-64e71f34]:not(:last-of-type):after{position:absolute;bottom:-14px;left:0;width:100%;height:1px;background:#f5f5f5;content:""}.act-question-item .act-tag[data-v-64e71f34]{width:20px;height:20px;border-radius:6px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:13px;margin-right:8px;margin-top:2px;font-weight:700}.act-question-item .act-question-tag[data-v-64e71f34]{background:-webkit-linear-gradient(left,rgba(182,173,251,.192157),rgba(149,137,244,.192157));background:linear-gradient(90deg,rgba(182,173,251,.192157),rgba(149,137,244,.192157));color:#a69dff}.act-question-item .act-answer-tag[data-v-64e71f34]{background:-webkit-linear-gradient(left,rgba(255,181,46,.192157),rgba(254,214,71,.192157));background:linear-gradient(90deg,rgba(255,181,46,.192157),rgba(254,214,71,.192157));color:#ffb52e}.act-question-item .act-question-text[data-v-64e71f34]{font-size:15px;color:#333;line-height:24px}.act-question-item .act-answer-text[data-v-64e71f34]{font-size:14px;color:#666;line-height:22px}.act-question-item-fix-bottom[data-v-64e71f34]{padding-bottom:10px}.act-question-tit[data-v-64e71f34]{color:#8c7fee;margin-bottom:8px;font-weight:700}.act-question-text[data-v-64e71f34]{color:#666}.act-question-more[data-v-64e71f34]{font-size:15px;color:#999;text-align:center;margin-top:16px}.act-question-more .arrow[data-v-64e71f34]{display:inline-block;width:10px;height:10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAtpJREFUWEftVjFoFEEU/W+iUSzEwjqFnaB2IoidYiTzGxUJoiQKYsRCktIkNkpSmqQRE0E0CYiIWtwMRzghhdikVMFSxNJGMMiJyTxZuMBlvbvZ242Y4rbcff+/N+//+X8h2/zBNtcnHYFFK9RxsONgUQeKxnd68J846L1XkndIHhSRz8aYB9ba2aJk9fHOuesicpPkAQCfROSuqvo0x18lLpVKAyLyNA00xsz39fVdBRCKCCVpvPePSQ424Biw1i7Uv98kcHl5ecfq6uo3EdnXSASAR6qanDz345ybJdksx3dV3Q9gfYNgk0Dv/eEQwvtW7MaYGWvtcB6Fzrkpki1jjTFHrLUfGgqsVCo91Wr1S4wcwKSqjsVwqZ6bIDkai+nu7u7p7e392lBg8rJUKq2IyNFYIgDjqjoRwyXfnXOjJKNYACuqeqxpD9aSHRKRdyT3xsgBjKjqdCucc26Y5FQsl4j8AHBcVT+2FJh8LJfLJ9bW1pZEZE8sMYAhVZ1rhEtGCcks4+kngDOq+jY6ZjYAzrlTSXVI7oqIDAAGVXUx1XOXSSbjyrSKB/BLRFRV3zScHK2CawP7FcmdEZHrxph+a+3LBOe9Px9CeC4iXRFxvwGcs9a6ZrjoLnbOXSD5LAuZiJytEb3OcigAF1X1RctDxHqsdrMHADwh2fJAAKoJnuTuiHNM2iK9NdoucX2A934ohPAwy4FiGGPMjay7PVrilMiREML9mICIe9HRFB0zkYszHkK4l0ckgDFVnWwnti0HNxJ77ydDCLfbIsqxHpP8uQTWLs6MiNzKIhLAtKqOZMGmMbkFJjfaOZdskGuRnptT1aE84go5WBsnyc/nPMlLTQQsqOogAP4XgQlp7Sc3WXP9m24fsGitvVL/85lHZO4Sp8nK5fLJEMJpkl0Alqy1lTyCtqwHt4I8S44tczALWR5MR2Ae1wqtuqKE7cZ3StyuY50xU9SxdPwf3dwVOIOakkMAAAAASUVORK5CYII=);background-size:100% 100%;background-repeat:no-repeat;margin-left:5px}