UNPKG

@xysfe/actui

Version:

A fantastic mobile ui lib implement by Vue

1 lines 33.6 kB
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/assets/utils/helpers.js"),require("@xysfe/actui/es/assets/mixins/visible.js"),require("@xysfe/actui/es/assets/common/scroll.js"),require("@xysfe/actui/es/assets/common/goldlayer.js"),require("@xysfe/actui/es/assets/common/scrollZoom/components/scroll.js")):"function"==typeof define&&define.amd?define(["@xysfe/actui/es/assets/utils/create/index.js","@xysfe/actui/es/assets/utils/helpers.js","@xysfe/actui/es/assets/mixins/visible.js","@xysfe/actui/es/assets/common/scroll.js","@xysfe/actui/es/assets/common/goldlayer.js","@xysfe/actui/es/assets/common/scrollZoom/components/scroll.js"],e):"object"==typeof exports?exports.GoldConclusion=e(require("@xysfe/actui/es/assets/utils/create/index.js"),require("@xysfe/actui/es/assets/utils/helpers.js"),require("@xysfe/actui/es/assets/mixins/visible.js"),require("@xysfe/actui/es/assets/common/scroll.js"),require("@xysfe/actui/es/assets/common/goldlayer.js"),require("@xysfe/actui/es/assets/common/scrollZoom/components/scroll.js")):t.GoldConclusion=e(t["@xysfe/actui/es/assets/utils/create/index.js"],t["@xysfe/actui/es/assets/utils/helpers.js"],t["@xysfe/actui/es/assets/mixins/visible.js"],t["@xysfe/actui/es/assets/common/scroll.js"],t["@xysfe/actui/es/assets/common/goldlayer.js"],t["@xysfe/actui/es/assets/common/scrollZoom/components/scroll.js"])}("undefined"!=typeof self?self:this,function(t,e,n,o,i,s){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=1780)}({0: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)},1:function(t,e,n){var o=n(31)("wks"),i=n(24),s=n(0).Symbol,r="function"==typeof s;(t.exports=function(t){return o[t]||(o[t]=r&&s[t]||(r?s:i)("Symbol."+t))}).store=o},10:function(t,e,n){var o=n(4),i=n(41),s=n(38),r=Object.defineProperty;e.f=n(3)?Object.defineProperty:function(t,e,n){if(o(t),e=s(e,!0),o(n),i)try{return r(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}},11:function(t,e){t.exports={}},1158:function(t,e,n){"use strict";var o=n(159),i=n.n(o),s=n(1783),r=n(40),c=n.n(r),a=n(1808);e.a={name:"ActGoldConclusion",mixins:[c.a],components:{ActGoldLayer:i.a,ScrollZoom:s.a,tab:a.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,s=t.dialogData,r=void 0===s?[]:s,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,v=void 0===p?"#8c7fee":p,h=t.onConfirm,m=void 0===h?function(){}:h,_=t.onCancel,b=void 0===_?function(){}:_;this.dialog&&this.dialog.remove(),this.dialog=this.$createGoldDialog({zIndex:500,closable:!1,title:i,content:r.join("<br/>"),buttonType:"sticky",width:a,confirmButtonColor:v,showCancelButton:1!==Number(n),cancelButtonText:u,confirmButtonText:d,onConfirm:function(){m()},onCancel:function(){b()}}),this.dialog.show()}}}},1159:function(t,e,n){"use strict";var o=n(1785),i=n.n(o),s=n(1786),r=n(1792),c=n(40),a=n.n(c);e.a={name:"ScrollZoom",mixins:[a.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:i.a,IntelCheck:s.a,HumanCheck:r.a}}},1160:function(t,e,n){"use strict";var o=n(39),i=(n.n(o),n(1788));e.a={name:"Content",components:{intelModule:i.a},props:{info:{type:Object,default:function(){return{}}},brandColor:{type:String,default:"#8c7fee"}},data:function(){return{hexToRgb:o.hexToRgb}},computed:{selectDisease:function(){return this.info&&this.info.diseaselist&&this.info.diseaselist.length?this.info.diseaselist.map(function(t){return t.disease}).join("、"):""}}}},1161:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{module:{type:Object,default:function(){}},brandColor:{type:String,default:"#8c7fee"}}}},1162:function(t,e,n){"use strict";var o=n(1794),i=n(1797),s=n(1800),r=n(1803);e.a={name:"HumanCheck",components:{status:o.a,curProgress:i.a,vModule:s.a,vPicture:r.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}}}},1163:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{conclusion:{type:Object,default:function(){return{}}},brandColor:{type:String,default:"#8c7fee"}}}},1164:function(t,e,n){"use strict";var o=n(130),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 s;if(n){if(o>=e.length)break;s=e[o++]}else{if(o=e.next(),o.done)break;s=o.value}var r=s,c=r.title,a=r.desc,l=r.time,u={title:c,desc:a,time:new Date(1e3*l).format("yyyy-MM-dd hh:mm:ss")};t.push(u)}return t}}}},1165:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{vModule:{type:Object,default:function(){}},brandColor:{type:String,default:"#8c7fee"}}}},1166:function(t,e,n){"use strict";e.a={data:function(){return{}},props:{pics:{type:Object,default:function(){}},brandColor:{type:String,default:"#8c7fee"}}}},1167:function(t,e,n){"use strict";var o=n(129),i=n.n(o),s=n(40),r=n.n(s);e.a={name:"Tab",mixins:[r.a],data:function(){return{scroll:null}},components:{scroll:i.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()})}}}},12:function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},129:function(t,e){t.exports=o},13:function(t,e,n){var o=n(34),i=n(15);t.exports=function(t){return o(i(t))}},130:function(t,e,n){t.exports={default:n(144),__esModule:!0}},14:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},144:function(t,e,n){n(50),n(48),t.exports=n(145)},145:function(t,e,n){var o=n(4),i=n(56);t.exports=n(2).getIterator=function(t){var e=i(t);if("function"!=typeof e)throw TypeError(t+" is not iterable!");return o(e.call(t))}},15:function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},159:function(t,e){t.exports=i},16:function(t,e){var n=Math.ceil,o=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?o:n)(t)}},17:function(t,e,n){var o=n(19);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)}}},1780:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(26),i=n.n(o),s=n(1781);s.a.install=function(t){t.component(s.a.name,s.a),t.prototype.$createGoldConclusion=i()(s.a,t)},e.default=s.a},1781:function(t,e,n){"use strict";function o(t){c||n(1782)}var i=n(1158),s=n(1811),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-7815a36d",null);l.options.__file="src\\components\\GoldConclusion\\src\\index.vue",e.a=l.exports},1782:function(t,e){},1783:function(t,e,n){"use strict";function o(t){c||n(1784)}var i=n(1159),s=n(1807),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-8566117e",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\scrollzoom.vue",e.a=l.exports},1784:function(t,e){},1785:function(t,e){t.exports=s},1786:function(t,e,n){"use strict";function o(t){c||n(1787)}var i=n(1160),s=n(1791),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-82320fda",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\intelcheck.vue",e.a=l.exports},1787:function(t,e){},1788:function(t,e,n){"use strict";function o(t){c||n(1789)}var i=n(1161),s=n(1790),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-fb1cedde",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\intelModule.vue",e.a=l.exports},1789:function(t,e){},1790: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.module.title?n("div",{staticClass:"tit"},[t._v("\n "+t._s(t.module.title)+"\n ")]):t._e(),t._v(" "),n("div",{staticClass:"infor"},[t.module.subModule&&t.module.subModule.length?t._l(t.module.subModule,function(e,o){return n("div",{key:"sub"+o,staticClass:"infor-section"},[e&&e.length?[t._l(e,function(e,i){return[e.title?n("div",{key:i,staticClass:"sub-title"},[t._v("\n "+t._s(e.title)+"\n ")]):t._e(),t._v(" "),1===e.subType?t._l(e.elements,function(e,s){return n("div",{key:o+"_"+i+"_"+s,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 ")])])])}):2===e.subType?t._l(e.elements,function(e,s){return n("div",{key:o+"_"+i+"_"+s},[e.valueDesc&&Array.isArray(e.valueDesc)&&e.valueDesc.length?[n("act-file-list",{staticClass:"picture",attrs:{files:e.valueDesc}})]:t._e()],2)}):t._e()]})]:t._e()],2)}):t._e()],2)])},i=[];o._withStripped=!0},1791: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"},[n("span",{domProps:{innerHTML:t._s(t.info.desc)}})]):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(" "),t.info.diseaselist&&t.info.diseaselist.length?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):t._e(),t._v(" "),t.info.moduleInfo&&t.info.moduleInfo.length?n("div",{staticClass:"module"},t._l(t.info.moduleInfo,function(e,o){return n("intelModule",{key:o,attrs:{module:e,brandColor:t.brandColor}})}),1):t._e()])},i=[];o._withStripped=!0},1792:function(t,e,n){"use strict";function o(t){c||n(1793)}var i=n(1162),s=n(1806),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-7c7a24c8",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\humancheck.vue",e.a=l.exports},1793:function(t,e){},1794:function(t,e,n){"use strict";function o(t){c||n(1795)}var i=n(1163),s=n(1796),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-a3e142da",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\status.vue",e.a=l.exports},1795:function(t,e){},1796: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",domProps:{innerHTML:t._s(t.conclusion.desc)}}):t._e()]):t._e()},i=[];o._withStripped=!0},1797:function(t,e,n){"use strict";function o(t){c||n(1798)}var i=n(1164),s=n(1799),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-54979d0e",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\progress.vue",e.a=l.exports},1798:function(t,e){},1799: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},18:function(t,e){t.exports=!0},1800:function(t,e,n){"use strict";function o(t){c||n(1801)}var i=n(1165),s=n(1802),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-6b69680d",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\module.vue",e.a=l.exports},1801:function(t,e){},1802: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},1803:function(t,e,n){"use strict";function o(t){c||n(1804)}var i=n(1166),s=n(1805),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-007e46a6",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\picture.vue",e.a=l.exports},1804:function(t,e){},1805: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},1806: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},1807: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},1808:function(t,e,n){"use strict";function o(t){c||n(1809)}var i=n(1167),s=n(1810),r=n(7),c=!1,a=o,l=Object(r.a)(i.a,s.a,s.b,!1,a,"data-v-13d8bf44",null);l.options.__file="src\\components\\GoldConclusion\\src\\components\\tab.vue",e.a=l.exports},1809:function(t,e){},1810: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},1811: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.apply(null,arguments)}}},[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.apply(null,arguments)}}},[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.apply(null,arguments)}}},[t._v("\n "+t._s(t.computRightText)+"\n ")])]):t._e(),t._v(" "),3===t.caseType?n("div",{staticClass:"readterms-btns",attrs:{slot:"footer"},slot:"footer"},[n("div",{staticClass:"next-btn",style:{background:t.brandColor},on:{click:function(e){return e.stopPropagation(),t.next.apply(null,arguments)}}},[t._v("\n "+t._s(t.computRightText)+"\n ")])]):t._e()])])},i=[];o._withStripped=!0},19:function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},2:function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},20:function(t,e,n){var o=n(31)("keys"),i=n(24);t.exports=function(t){return o[t]||(o[t]=i(t))}},22:function(t,e,n){var o=n(6),i=n(0).document,s=o(i)&&o(i.createElement);t.exports=function(t){return s?i.createElement(t):{}}},23:function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},24:function(t,e){var n=0,o=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+o).toString(36))}},26:function(e,n){e.exports=t},27:function(t,e,n){var o=n(10).f,i=n(8),s=n(1)("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,s)&&o(t,s,{configurable:!0,value:e})}},28:function(t,e,n){var o=n(42),i=n(32);t.exports=Object.keys||function(t){return o(t,i)}},3:function(t,e,n){t.exports=!n(12)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},31:function(t,e,n){var o=n(2),i=n(0),s=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(t.exports=function(t,e){return s[t]||(s[t]=void 0!==e?e:{})})("versions",[]).push({version:o.version,mode:n(18)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},32:function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},33:function(t,e,n){var o=n(15);t.exports=function(t){return Object(o(t))}},34:function(t,e,n){var o=n(14);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==o(t)?t.split(""):Object(t)}},35:function(t,e,n){var o=n(16),i=Math.min;t.exports=function(t){return t>0?i(o(t),9007199254740991):0}},36:function(t,e,n){"use strict";var o=n(18),i=n(9),s=n(54),r=n(5),c=n(11),a=n(60),l=n(27),u=n(62),f=n(1)("iterator"),d=!([].keys&&"next"in[].keys()),p=function(){return this};t.exports=function(t,e,n,v,h,m,_){a(n,e,v);var b,y,x,C=function(t){if(!d&&t in w)return w[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},g=e+" Iterator",S="values"==h,T=!1,w=t.prototype,j=w[f]||w["@@iterator"]||h&&w[h],k=j||C(h),O=h?S?C("entries"):k:void 0,M="Array"==e?w.entries||j:j;if(M&&(x=u(M.call(new t)))!==Object.prototype&&x.next&&(l(x,g,!0),o||"function"==typeof x[f]||r(x,f,p)),S&&j&&"values"!==j.name&&(T=!0,k=function(){return j.call(this)}),o&&!_||!d&&!T&&w[f]||r(w,f,k),c[e]=k,c[g]=p,h)if(b={values:S?k:C("values"),keys:m?k:C("keys"),entries:O},_)for(y in b)y in w||s(w,y,b[y]);else i(i.P+i.F*(d||T),e,b);return b}},38:function(t,e,n){var o=n(6);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")}},39:function(t,n){t.exports=e},4:function(t,e,n){var o=n(6);t.exports=function(t){if(!o(t))throw TypeError(t+" is not an object!");return t}},40:function(t,e){t.exports=n},41:function(t,e,n){t.exports=!n(3)&&!n(12)(function(){return 7!=Object.defineProperty(n(22)("div"),"a",{get:function(){return 7}}).a})},42:function(t,e,n){var o=n(8),i=n(13),s=n(46)(!1),r=n(20)("IE_PROTO");t.exports=function(t,e){var n,c=i(t),a=0,l=[];for(n in c)n!=r&&o(c,n)&&l.push(n);for(;e.length>a;)o(c,n=e[a++])&&(~s(l,n)||l.push(n));return l}},43:function(t,e,n){var o=n(0).document;t.exports=o&&o.documentElement},45:function(t,e,n){var o=n(14),i=n(1)("toStringTag"),s="Arguments"==o(function(){return arguments}()),r=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=r(e=Object(t),i))?n:s?o(e):"Object"==(c=o(e))&&"function"==typeof e.callee?"Arguments":c}},46:function(t,e,n){var o=n(13),i=n(35),s=n(47);t.exports=function(t){return function(e,n,r){var c,a=o(e),l=i(a.length),u=s(r,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}}},47:function(t,e,n){var o=n(16),i=Math.max,s=Math.min;t.exports=function(t,e){return t=o(t),t<0?i(t+e,0):s(t,e)}},48:function(t,e,n){"use strict";var o=n(59)(!0);n(36)(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})})},5:function(t,e,n){var o=n(10),i=n(23);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){n(68);for(var o=n(0),i=n(5),s=n(11),r=n(1)("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[r]&&i(f,r,l),s[l]=s.Array}},52:function(t,e,n){var o=n(4),i=n(61),s=n(32),r=n(20)("IE_PROTO"),c=function(){},a=function(){var t,e=n(22)("iframe"),o=s.length;for(e.style.display="none",n(43).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[s[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[r]=t):n=a(),void 0===e?n:i(n,e)}},54:function(t,e,n){t.exports=n(5)},56:function(t,e,n){var o=n(45),i=n(1)("iterator"),s=n(11);t.exports=n(2).getIteratorMethod=function(t){if(void 0!=t)return t[i]||t["@@iterator"]||s[o(t)]}},59:function(t,e,n){var o=n(16),i=n(15);t.exports=function(t){return function(e,n){var s,r,c=String(i(e)),a=o(n),l=c.length;return a<0||a>=l?t?"":void 0:(s=c.charCodeAt(a),s<55296||s>56319||a+1===l||(r=c.charCodeAt(a+1))<56320||r>57343?t?c.charAt(a):s:t?c.slice(a,a+2):r-56320+(s-55296<<10)+65536)}}},6:function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},60:function(t,e,n){"use strict";var o=n(52),i=n(23),s=n(27),r={};n(5)(r,n(1)("iterator"),function(){return this}),t.exports=function(t,e,n){t.prototype=o(r,{next:i(1,n)}),s(t,e+" Iterator")}},61:function(t,e,n){var o=n(10),i=n(4),s=n(28);t.exports=n(3)?Object.defineProperties:function(t,e){i(t);for(var n,r=s(e),c=r.length,a=0;c>a;)o.f(t,n=r[a++],e[n]);return t}},62:function(t,e,n){var o=n(8),i=n(33),s=n(20)("IE_PROTO"),r=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=i(t),o(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?r:null}},63:function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},68:function(t,e,n){"use strict";var o=n(69),i=n(63),s=n(11),r=n(13);t.exports=n(36)(Array,"Array",function(t,e){this._t=r(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"),s.Arguments=s.Array,o("keys"),o("values"),o("entries")},69:function(t,e){t.exports=function(){}},7:function(t,e,n){"use strict";function o(t,e,n,o,i,s,r,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),s&&(l._scopeId=s);var u;if(r?(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(r)},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},8:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},9:function(t,e,n){var o=n(0),i=n(2),s=n(17),r=n(5),c=n(8),a=function(t,e,n){var l,u,f,d=t&a.F,p=t&a.G,v=t&a.S,h=t&a.P,m=t&a.B,_=t&a.W,b=p?i:i[e]||(i[e]={}),y=b.prototype,x=p?o:v?o[e]:(o[e]||{}).prototype;p&&(n=e);for(l in n)(u=!d&&x&&void 0!==x[l])&&c(b,l)||(f=u?x[l]:n[l],b[l]=p&&"function"!=typeof x[l]?n[l]:m&&u?s(f,o):_&&x[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):h&&"function"==typeof f?s(Function.call,f):f,h&&((b.virtual||(b.virtual={}))[l]=f,t&a.R&&y&&!y[l]&&r(y,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}})});