(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-carInsure1-underwriting1"],{"0311":function(e,t,n){e.exports=n("a8d0")},"05bf":function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){}));var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.show?n("v-uni-view",{staticClass:"previewImage",style:{"background-color":"rgba(0,0,0,"+e.opacity+")"},on:{touchmove:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t)},click:function(t){arguments[0]=t=e.$handleEvent(t),e.close.apply(void 0,arguments)}}},[n("v-uni-swiper",{staticClass:"swiper",attrs:{current:e.index,"disable-touch":e.swiper,circular:e.circular},on:{change:function(t){arguments[0]=t=e.$handleEvent(t),e.swiperChange.apply(void 0,arguments)}}},e._l(e.imgs,(function(t,i){return n("v-uni-swiper-item",{key:"swiper-item-"+i,attrs:{id:"swiper-item-"+i}},[n("v-uni-movable-area",{staticClass:"marea",attrs:{"scale-area":!0}},[n("v-uni-movable-view",{key:"movable-view-"+i,staticClass:"mview",attrs:{id:"movable-view-"+i,direction:"all","out-of-bounds":!1,inertia:!0,damping:"90",friction:"2",scale:"true","scale-min":"1","scale-max":"4","scale-value":e.scale},on:{scale:function(t){arguments[0]=t=e.$handleEvent(t),e.onScale.apply(void 0,arguments)},change:function(t){arguments[0]=t=e.$handleEvent(t),e.movableChange.apply(void 0,arguments)}}},[n("v-uni-image",{key:"movable-view"+i,staticClass:"image",style:{transform:"rotateZ("+e.deg+"deg)"},attrs:{id:"image-"+i,src:t,"data-index":i,"data-src":t,mode:"widthFix"},on:{touchmove:function(t){arguments[0]=t=e.$handleEvent(t),e.handletouchmove.apply(void 0,arguments)},touchstart:function(t){arguments[0]=t=e.$handleEvent(t),e.handletouchstart.apply(void 0,arguments)},touchend:function(t){arguments[0]=t=e.$handleEvent(t),e.handletouchend.apply(void 0,arguments)}}})],1)],1)],1)})),1),e.imgs.length>0?n("v-uni-view",{staticClass:"page"},[n("v-uni-text",{staticClass:"text"},[e._v(e._s(e.index+1)+" / "+e._s(e.imgs.length))])],1):e._e(),e.saveBtn?n("v-uni-view",{staticClass:"save",on:{click:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t),e.save.apply(void 0,arguments)}}},[n("v-uni-text",{staticClass:"text"},[e._v("保存")])],1):e._e(),e.rotateBtn?n("v-uni-view",{staticClass:"rotate",on:{click:function(t){t.stopPropagation(),t.preventDefault(),arguments[0]=t=e.$handleEvent(t),e.rotate.apply(void 0,arguments)}}},[n("v-uni-text",{staticClass:"text"},[e._v("旋转")])],1):e._e(),e.descs.length>0&&e.descs.length==e.imgs.length&&e.descs[e.index].length>0?n("v-uni-view",{staticClass:"desc"},[e._v(e._s(e.descs[e.index]))]):e._e()],1):e._e()},a=[]},"111e":function(e,t,n){"use strict";var i=n("fdad"),a=n.n(i);a.a},"22d0":function(e,t,n){var i=n("87e2");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);var a=n("4f06").default;a("7eaec7b8",i,!0,{sourceMap:!1,shadowMode:!1})},2905:function(e,t,n){"use strict";(function(e){n("7a82"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("a9e3"),n("c975");var i={name:"ksj-previewImage",props:{imgs:{type:Array,required:!0,default:function(){return[]}},descs:{type:Array,required:!1,default:function(){return[]}},opacity:{type:Number,default:.8},saveBtn:{type:Boolean,default:!1},rotateBtn:{type:Boolean,default:!0},circular:{type:Boolean,default:!1}},data:function(){return{swiper:!1,show:!1,index:0,deg:0,time:0,interval:1e3,scale:1}},methods:{onScale:function(e){},handletouchstart:function(e){var t=this,n=e.touches.length;return 1!=n||(this.time=setTimeout((function(){t.onLongPress(e)}),this.interval)),!1},handletouchend:function(){return clearTimeout(this.time),this.time,!1},handletouchmove:function(){clearTimeout(this.time),this.time=0},onLongPress:function(e){var t=e.currentTarget.dataset.src,n=e.currentTarget.dataset.index,i={src:t,index:n};this.$emit("longPress",i)},swiperChange:function(e){this.index=e.target.current,this.$nextTick((function(){this.scale=1}))},movableChange:function(e){},save:function(t){var n=this.imgs[this.index];e.log(n),e.log(this.imgs),e.log(this.index),this.downloadImg(n)},downloadImg:function(t){uni.showLoading({title:"保存中"}),uni.saveImageToPhotosAlbum({filePath:t,success:function(e){uni.hideLoading(),uni.showToast({title:"已保存至相册",duration:1e3})},fail:function(t){e.log(t),uni.hideLoading(),uni.showToast({title:"图片下载失败",icon:"none",duration:1e3})}})},rotate:function(e){this.deg=270==this.deg?0:this.deg+90},open:function(t){if(e.log(t),null!==t&&""!==t){if(isNaN(t)){var n=this.imgs.indexOf(t);-1===n?(this.imgs=[t],this.index=0,e.log("kxj-previewImage:未在图片地址数组中找到传入的图片,已为你自动打开单张预览模式")):this.index=this.imgs.indexOf(t)}else t>=this.imgs.length?e.log("kxj-previewImage:打开参数无效"):this.index=t;e.log("kxj-previewImage:当前预览图片序号"+this.index),this.show=!0}else e.log("kxj-previewImage:打开参数无效")},close:function(e){this.show=!1,this.index=0,this.deg=0,this.time=0,this.interval=1e3,this.scale=1}}};t.default=i}).call(this,n("5a52")["default"])},"3ac8":function(e,t,n){"use strict";n.r(t);var i=n("656a"),a=n.n(i);for(var r in i)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(r);t["default"]=a.a},"656a":function(e,t,n){"use strict";(function(e){n("7a82");var i=n("dbce").default,a=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0,n("d3b7"),n("3ca3"),n("ddb0"),n("2b3d"),n("9861"),n("99af"),n("a434"),n("caad");var r=a(n("53ca")),o=a(n("c7eb")),s=a(n("1da1")),c=a(n("5530")),u=n("26cb"),l=a(n("97f3")),d=n("65a8"),f=i(n("0311")),v={components:{previewImage:l.default},computed:(0,c.default)((0,c.default)({},(0,u.mapState)(["userInfo"])),{},{getHeight:function(){var e=uni.getSystemInfoSync().windowHeight;return"minHeight: ".concat(e,"px;")}}),data:function(){return{previewImgs:[],sumPermium:"",carInfo:{},vehicleModel:{},orderno:"",licenseNo:"",riskList:[],kindList:[],name:"",icon:"",taxAmount:"",jqpremium:"",sypremium:"",ownerInfo:{},policyHolderInfo:{},insuredPersonInfo:{},agree:!1,jqappoint:"",syappoint:"",identifyList:[{label:"身份证",id:"01"},{label:"护照",id:"02"},{label:"港澳台居民居住证",id:"03"},{label:"组织机构代码证",id:"04"},{label:"统一社会信用代码证",id:"05"},{label:"营业执照",id:"06"}],showOwerInfo:!1,showPolicyHolderInfo:!1,showInsuredPersonInfo:!1,showProposalWay:!1,showAdvancePayment:!1,showAppoint:!1,showCarImageInfo:!1,carImageList:[],showOwnerImageInfo:!1,ownerImageList:[],showPolicyImageInfo:!1,policyImageList:[],showInsuredImageInfo:!1,insuredImageList:[],showCarCheckImageInfo:!1,carCheckImageList:[],existenceimg:0}},onLoad:function(e){var t=this;return(0,s.default)((0,o.default)().mark((function n(){var i;return(0,o.default)().wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(!e.orderno){n.next=25;break}return t.orderno=e.orderno,n.next=4,t.$http.get("/insOrder/queryOrder?orderno="+e.orderno);case 4:i=n.sent,t.icon="",t.name=i.data.inscompany,t.carInfo=i.data.carinfo,t.ownerInfo=i.data.ownerinfo,t.policyHolderInfo=i.data.applyinfo,t.insuredPersonInfo=i.data.insureinfo,t.riskList=i.data.riskinfo,t.kindList=i.data.kindinfo,t.licenseNo=i.data.licenseNo,t.sumPermium=i.data.sumpremium,t.taxAmount=i.data.taxamount,t.jqpremium=i.data.jqpremium,t.sypremium=i.data.sypremium,t.getTaskImg("C01","carImageList"),t.getTaskImg("C02","ownerImageList"),t.getTaskImg("C03","policyImageList"),t.getTaskImg("C04","insuredImageList"),t.getTaskImg("C05","carCheckImageList"),n.next=26;break;case 25:uni.showModal({showCancel:!1,title:"未查询到该订单"});case 26:case"end":return n.stop()}}),n)})))()},methods:(0,c.default)((0,c.default)({},(0,u.mapMutations)(["setOrdertype","setOrderStage"])),{},{toCarInfo:function(){var e=this;this.navigate({url:"/pages/carInsure1/carInfo1",success:function(t){t.eventChannel.emit("acceptData",{carInfo:e.carInfo,ownerInfo:e.ownerInfo,policyHolderInfo:e.policyHolderInfo,insuredPersonInfo:e.insuredPersonInfo,riskList:e.riskList,kindList:e.kindList})}},"navigateTo",!0)},controlShow:function(e){this[e]=!this[e]},agreed:function(){0==this.agree?this.agree=!0:this.agree=!1},getTaskImg:function(e,t){var n=this;return(0,s.default)((0,o.default)().mark((function i(){var a;return(0,o.default)().wrap((function(i){while(1)switch(i.prev=i.next){case 0:return i.next=2,n.$http.get("/insTaskImage/findById?imgtype="+e+"&taskid="+n.orderno);case 2:a=i.sent,a.data.imgList.length>0?n.existenceimg=1:n.existenceimg=0,n[t]=a.data.imgList;case 5:case"end":return i.stop()}}),i)})))()},chooseImage:function(t){var n=this;return(0,s.default)((0,o.default)().mark((function i(){var a;return(0,o.default)().wrap((function(i){while(1)switch(i.prev=i.next){case 0:if(9!==n[t+"ImageList"].length){i.next=7;break}return i.next=3,n.isFullImg(t);case 3:if(a=i.sent,e.log("是否继续?",a),a){i.next=7;break}return i.abrupt("return");case 7:uni.chooseImage({count:9-n[t+"ImageList"].length,success:function(e){for(var i=function(i){if("永安财险"!=n.name){var a="image/jpeg"===e.tempFiles[i].type;return a?{v:new Promise((function(a){f.compressAccurately(e.tempFiles[i],90).then((function(e){var i=window.URL.createObjectURL(e);(0,d.pathToBase64)(i).then((function(e){n[t+"ImageList"]=n[t+"ImageList"].concat(e)})),a(e)}))}))}:(uni.showModal({showCancel:!1,title:"上传图片只能是 JPG 格式!"}),{v:!1})}if(Math.round(e.tempFiles[i].size/1024)>800)uni.showModal({showCancel:!1,title:"图片过大,请重新上传"});else if(Math.round(e.tempFiles[i].size/1024)<800&&Math.round(e.tempFiles[i].size/1024)>100){var r="image/jpeg"===e.tempFiles[i].type;return r?{v:new Promise((function(a){f.imageConversion(e.tempFiles[i],90).then((function(e){var i=window.URL.createObjectURL(e);(0,d.pathToBase64)(i).then((function(e){n[t+"ImageList"]=n[t+"ImageList"].imageConversionconcat(e)})),a(e)}))}))}:(uni.showModal({showCancel:!1,title:"上传图片只能是 JPG 格式!"}),{v:!1})}},a=0;a0)){n.next=5;break}return a={imgList:t.carImageList,imgtype:"C01",taskid:t.orderno},n.next=5,t.saveTaskImg(a);case 5:if(!(t.ownerImageList.length>0)){n.next=9;break}return r={imgList:t.ownerImageList,imgtype:"C02",taskid:t.orderno},n.next=9,t.saveTaskImg(r);case 9:if(!(t.policyImageList.length>0)){n.next=13;break}return c={imgList:t.policyImageList,imgtype:"C03",taskid:t.orderno},n.next=13,t.saveTaskImg(c);case 13:if(!(t.insuredImageList.length>0)){n.next=17;break}return u={imgList:t.insuredImageList,imgtype:"C04",taskid:t.orderno},n.next=17,t.saveTaskImg(u);case 17:if(!(t.carCheckImageList.length>0)){n.next=21;break}return l={imgList:t.carCheckImageList,imgtype:"C05",taskid:t.orderno},n.next=21,t.saveTaskImg(l);case 21:n.t0=t.name,n.next="永安财险"===n.t0?24:"人保财险"===n.t0?29:"中煤财险"===n.t0?34:"恒邦财险"===n.t0?53:"永诚财险"===n.t0?72:91;break;case 24:return n.next=26,t.$http.post("/api/yongan/audit",{orderno:t.orderno,jqappoint:"",syappoint:""});case 26:return d=n.sent,"200"==d.code?uni.showModal({content:"订单自核成功",cancelText:"暂不缴费",confirmText:"立即缴费",success:function(e){e.confirm?uni.navigateTo({url:"/pages/carInsure1/payCode1?orderno="+t.orderno}):(t.setOrdertype(0),t.setOrderStage(5),t.navigate({url:"/pages/index/index"},"switchTab",!0))}}):uni.showModal({content:"自核不通过("+d.msg+")",cancelText:"继续选择",confirmText:"人工核保",success:function(){var e=(0,s.default)((0,o.default)().mark((function e(n){var i;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n.confirm){e.next=6;break}t.setOrdertype(0),t.setOrderStage(1),t.navigate({url:"/pages/orders/orders"},"switchTab",!0),e.next=13;break;case 6:return i={auditid:t.userInfo.sysUser.id,auditopinion:"",jqapplyno:"",jqappoint:"",jqpolicyno:"",orderno:t.orderno,orderstatus:"0",syapplyno:"",syappoint:"",sypolicyno:""},e.next=9,t.$http.post("/insOrder/saveAudit",i);case 9:e.sent,t.setOrdertype(0),t.setOrderStage(0),t.navigate({url:"/pages/orders/orders"},"switchTab",!0);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()}),n.abrupt("break",91);case 29:return n.next=31,t.$http.post("/api/insRenbao/audit",{orderno:t.orderno,jqappoint:"",syappoint:""});case 31:return f=n.sent,"200"==f.code?uni.showModal({content:"订单自核成功",cancelText:"暂不缴费",confirmText:"立即缴费",success:function(e){e.confirm?uni.navigateTo({url:"/pages/carInsure1/payCode1?orderno="+t.orderno}):(t.setOrdertype(0),t.setOrderStage(5),t.navigate({url:"/pages/index/index"},"switchTab",!0))}}):uni.showModal({content:"自核不通过("+f.msg+")",cancelText:"继续选择",confirmText:"人工核保",success:function(){var e=(0,s.default)((0,o.default)().mark((function e(n){var i;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n.confirm){e.next=6;break}t.setOrdertype(0),t.setOrderStage(1),t.navigate({url:"/pages/orders/orders"},"switchTab",!0),e.next=13;break;case 6:return i={auditid:t.userInfo.sysUser.id,auditopinion:"",jqapplyno:"",jqappoint:"",jqpolicyno:"",orderno:t.orderno,orderstatus:"0",syapplyno:"",syappoint:"",sypolicyno:""},e.next=9,t.$http.post("/insOrder/saveAudit",i);case 9:e.sent,t.setOrdertype(0),t.setOrderStage(0),t.navigate({url:"/pages/orders/orders"},"switchTab",!0);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()}),n.abrupt("break",91);case 34:if(0!=t.existenceimg||!(t.carImageList.length>0||t.ownerImageList.length>0||t.policyImageList.length>0||t.insuredImageList.length>0||t.carCheckImageList.length>0)){n.next=48;break}return n.next=37,t.$http.post("/insZhongmei/submitImage",{orderno:t.orderno});case 37:if(v=n.sent,"200"!=v.code){n.next=45;break}return n.next=41,t.$http.post("/insZhongmei/audit",{orderno:t.orderno,jqappoint:"",syappoint:""});case 41:p=n.sent,"200"==p.code?uni.showModal({content:"订单自核成功",cancelText:"暂不缴费",confirmText:"立即缴费",success:function(e){e.confirm?uni.navigateTo({url:"/pages/carInsure1/payCode1?orderno="+t.orderno}):(t.setOrdertype(0),t.setOrderStage(5),t.navigate({url:"/pages/index/index"},"switchTab",!0))}}):uni.showModal({content:"自核不通过("+p.msg+")",cancelText:"继续选择",confirmText:"人工核保",success:function(){var e=(0,s.default)((0,o.default)().mark((function e(n){var i;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n.confirm){e.next=6;break}t.setOrdertype(0),t.setOrderStage(1),t.navigate({url:"/pages/orders/orders"},"switchTab",!0),e.next=13;break;case 6:return i={auditid:t.userInfo.sysUser.id,auditopinion:"",jqapplyno:"",jqappoint:"",jqpolicyno:"",orderno:t.orderno,orderstatus:"0",syapplyno:"",syappoint:"",sypolicyno:""},e.next=9,t.$http.post("/insOrder/saveAudit",i);case 9:e.sent,t.setOrdertype(0),t.setOrderStage(0),t.navigate({url:"/pages/orders/orders"},"switchTab",!0);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()}),n.next=46;break;case 45:return n.abrupt("return",uni.showToast({icon:"none",title:v.msg+",请重新申请核保",duration:1500}));case 46:n.next=52;break;case 48:return n.next=50,t.$http.post("/insZhongmei/audit",{orderno:t.orderno,jqappoint:"",syappoint:""});case 50:h=n.sent,"200"==h.code?uni.showModal({content:"订单自核成功",cancelText:"暂不缴费",confirmText:"立即缴费",success:function(e){e.confirm?uni.navigateTo({url:"/pages/carInsure1/payCode1?orderno="+t.orderno}):(t.setOrdertype(0),t.setOrderStage(5),t.navigate({url:"/pages/index/index"},"switchTab",!0))}}):uni.showModal({content:"自核不通过("+h.msg+")",cancelText:"继续选择",confirmText:"人工核保",success:function(){var e=(0,s.default)((0,o.default)().mark((function e(n){var i;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n.confirm){e.next=6;break}t.setOrdertype(0),t.setOrderStage(1),t.navigate({url:"/pages/orders/orders"},"switchTab",!0),e.next=13;break;case 6:return i={auditid:t.userInfo.sysUser.id,auditopinion:"",jqapplyno:"",jqappoint:"",jqpolicyno:"",orderno:t.orderno,orderstatus:"0",syapplyno:"",syappoint:"",sypolicyno:""},e.next=9,t.$http.post("/insOrder/saveAudit",i);case 9:e.sent,t.setOrdertype(0),t.setOrderStage(0),t.navigate({url:"/pages/orders/orders"},"switchTab",!0);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()});case 52:return n.abrupt("break",91);case 53:if(0!=t.existenceimg||!(t.carImageList.length>0||t.ownerImageList.length>0||t.policyImageList.length>0||t.insuredImageList.length>0||t.carCheckImageList.length>0)){n.next=67;break}return n.next=56,t.$http.post("/ins/hengbang/submitImage",{orderno:t.orderno});case 56:if(g=n.sent,"200"!=g.code){n.next=64;break}return n.next=60,t.$http.post("/ins/hengbang/audit",{orderno:t.orderno,jqappoint:"",syappoint:""});case 60:w=n.sent,"200"==w.code?uni.showModal({content:"订单自核成功",cancelText:"暂不缴费",confirmText:"立即缴费",success:function(e){e.confirm?uni.navigateTo({url:"/pages/carInsure1/payCode1?orderno="+t.orderno}):(t.setOrdertype(0),t.setOrderStage(5),t.navigate({url:"/pages/index/index"},"switchTab",!0))}}):uni.showModal({content:"自核不通过("+w.msg+")",cancelText:"继续选择",confirmText:"人工核保",success:function(){var e=(0,s.default)((0,o.default)().mark((function e(n){var i;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n.confirm){e.next=6;break}t.setOrdertype(0),t.setOrderStage(1),t.navigate({url:"/pages/orders/orders"},"switchTab",!0),e.next=13;break;case 6:return i={auditid:t.userInfo.sysUser.id,auditopinion:"",jqapplyno:"",jqappoint:"",jqpolicyno:"",orderno:t.orderno,orderstatus:"0",syapplyno:"",syappoint:"",sypolicyno:""},e.next=9,t.$http.post("/insOrder/saveAudit",i);case 9:e.sent,t.setOrdertype(0),t.setOrderStage(0),t.navigate({url:"/pages/orders/orders"},"switchTab",!0);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()}),n.next=65;break;case 64:return n.abrupt("return",uni.showToast({icon:"none",title:g.msg+",请重新申请核保",duration:1500}));case 65:n.next=71;break;case 67:return n.next=69,t.$http.post("/ins/hengbang/audit",{orderno:t.orderno,jqappoint:"",syappoint:""});case 69:m=n.sent,"200"==m.code?uni.showModal({content:"订单自核成功",cancelText:"暂不缴费",confirmText:"立即缴费",success:function(e){e.confirm?uni.navigateTo({url:"/pages/carInsure1/payCode1?orderno="+t.orderno}):(t.setOrdertype(0),t.setOrderStage(5),t.navigate({url:"/pages/index/index"},"switchTab",!0))}}):uni.showModal({content:"自核不通过("+m.msg+")",cancelText:"继续选择",confirmText:"人工核保",success:function(){var e=(0,s.default)((0,o.default)().mark((function e(n){var i;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n.confirm){e.next=6;break}t.setOrdertype(0),t.setOrderStage(1),t.navigate({url:"/pages/orders/orders"},"switchTab",!0),e.next=13;break;case 6:return i={auditid:t.userInfo.sysUser.id,auditopinion:"",jqapplyno:"",jqappoint:"",jqpolicyno:"",orderno:t.orderno,orderstatus:"0",syapplyno:"",syappoint:"",sypolicyno:""},e.next=9,t.$http.post("/insOrder/saveAudit",i);case 9:e.sent,t.setOrdertype(0),t.setOrderStage(0),t.navigate({url:"/pages/orders/orders"},"switchTab",!0);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()});case 71:return n.abrupt("break",91);case 72:if(0!=t.existenceimg||!(t.carImageList.length>0||t.ownerImageList.length>0||t.policyImageList.length>0||t.insuredImageList.length>0||t.carCheckImageList.length>0)){n.next=86;break}return n.next=75,t.$http.post("/ins/yongcheng/submitImage",{orderno:t.orderno});case 75:if(x=n.sent,"200"!=x.code){n.next=83;break}return n.next=79,t.$http.post("/ins/yongcheng/audit",{orderno:t.orderno,jqappoint:"",syappoint:""});case 79:b=n.sent,"200"==b.code?uni.showModal({content:"订单自核成功",cancelText:"暂不缴费",confirmText:"立即缴费",success:function(e){e.confirm?uni.navigateTo({url:"/pages/carInsure1/payCode1?orderno="+t.orderno}):(t.setOrdertype(0),t.setOrderStage(5),t.navigate({url:"/pages/index/index"},"switchTab",!0))}}):uni.showModal({content:"自核不通过("+b.msg+")",cancelText:"继续选择",confirmText:"人工核保",success:function(){var e=(0,s.default)((0,o.default)().mark((function e(n){var i;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n.confirm){e.next=6;break}t.setOrdertype(0),t.setOrderStage(1),t.navigate({url:"/pages/orders/orders"},"switchTab",!0),e.next=13;break;case 6:return i={auditid:t.userInfo.sysUser.id,auditopinion:"",jqapplyno:"",jqappoint:"",jqpolicyno:"",orderno:t.orderno,orderstatus:"0",syapplyno:"",syappoint:"",sypolicyno:""},e.next=9,t.$http.post("/insOrder/saveAudit",i);case 9:e.sent,t.setOrdertype(0),t.setOrderStage(0),t.navigate({url:"/pages/orders/orders"},"switchTab",!0);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()}),n.next=84;break;case 83:return n.abrupt("return",uni.showToast({icon:"none",title:x.msg+",请重新申请核保",duration:1500}));case 84:n.next=90;break;case 86:return n.next=88,t.$http.post("/ins/yongcheng/audit",{orderno:t.orderno,jqappoint:"",syappoint:""});case 88:y=n.sent,"200"==y.code?uni.showModal({content:"订单自核成功",cancelText:"暂不缴费",confirmText:"立即缴费",success:function(e){e.confirm?uni.navigateTo({url:"/pages/carInsure1/payCode1?orderno="+t.orderno}):(t.setOrdertype(0),t.setOrderStage(5),t.navigate({url:"/pages/index/index"},"switchTab",!0))}}):uni.showModal({content:"自核不通过("+y.msg+")",cancelText:"继续选择",confirmText:"人工核保",success:function(){var e=(0,s.default)((0,o.default)().mark((function e(n){var i;return(0,o.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(!n.confirm){e.next=6;break}t.setOrdertype(0),t.setOrderStage(1),t.navigate({url:"/pages/orders/orders"},"switchTab",!0),e.next=13;break;case 6:return i={auditid:t.userInfo.sysUser.id,auditopinion:"",jqapplyno:"",jqappoint:"",jqpolicyno:"",orderno:t.orderno,orderstatus:"0",syapplyno:"",syappoint:"",sypolicyno:""},e.next=9,t.$http.post("/insOrder/saveAudit",i);case 9:e.sent,t.setOrdertype(0),t.setOrderStage(0),t.navigate({url:"/pages/orders/orders"},"switchTab",!0);case 13:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}()});case 90:return n.abrupt("break",91);case 91:n.next=94;break;case 93:i.cancel&&e.log("用户点击取消");case 94:case"end":return n.stop()}}),n)})));return function(e){return n.apply(this,arguments)}}()});case 11:case"end":return n.stop()}}),n)})))()}})};t.default=v}).call(this,n("5a52")["default"])},"65a8":function(e,t,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(t,"__esModule",{value:!0}),t.base64ToPath=function(e){return new Promise((function(t,n){if("object"===("undefined"===typeof window?"undefined":(0,a.default)(window))&&"document"in window){e=e.split(",");var i=e[0].match(/:(.*?);/)[1],r=atob(e[1]),o=r.length,s=new Uint8Array(o);while(o--)s[o]=r.charCodeAt(o);return t((window.URL||window.webkitURL).createObjectURL(new Blob([s],{type:i})))}var c=e.match(/data\:\S+\/(\S+);/);c?c=c[1]:n(new Error("base64 error"));var u=Date.now()+"."+c;if("object"!==("undefined"===typeof plus?"undefined":(0,a.default)(plus)))if("object"===("undefined"===typeof wx?"undefined":(0,a.default)(wx))&&wx.canIUse("getFileSystemManager")){var l=wx.env.USER_DATA_PATH+"/"+u;wx.getFileSystemManager().writeFile({filePath:l,data:e.replace(/^data:\S+\/\S+;base64,/,""),encoding:"base64",success:function(){t(l)},fail:function(e){n(e)}})}else n(new Error("not support"));else{var d=new plus.nativeObj.Bitmap("bitmap"+Date.now());d.loadBase64Data(e,(function(){var e="_doc/uniapp_temp/"+u;d.save(e,{},(function(){d.clear(),t(e)}),(function(e){d.clear(),n(e)}))}),(function(e){d.clear(),n(e)}))}}))},t.pathToBase64=function(e){return new Promise((function(t,n){if("object"===("undefined"===typeof window?"undefined":(0,a.default)(window))&&"document"in window){if("function"===typeof FileReader){var i=new XMLHttpRequest;return i.open("GET",e,!0),i.responseType="blob",i.onload=function(){if(200===this.status){var e=new FileReader;e.onload=function(e){t(e.target.result)},e.onerror=n,e.readAsDataURL(this.response)}},i.onerror=n,void i.send()}var r=document.createElement("canvas"),o=r.getContext("2d"),s=new Image;return s.onload=function(){r.width=s.width,r.height=s.height,o.drawImage(s,0,0),t(r.toDataURL()),r.height=r.width=0},s.onerror=n,void(s.src=e)}"object"!==("undefined"===typeof plus?"undefined":(0,a.default)(plus))?"object"===("undefined"===typeof wx?"undefined":(0,a.default)(wx))&&wx.canIUse("getFileSystemManager")?wx.getFileSystemManager().readFile({filePath:e,encoding:"base64",success:function(e){t("data:image/png;base64,"+e.data)},fail:function(e){n(e)}}):n(new Error("not support")):plus.io.resolveLocalFileSystemURL(function(e){if(0===e.indexOf("_www")||0===e.indexOf("_doc")||0===e.indexOf("_documents")||0===e.indexOf("_downloads"))return e;if(0===e.indexOf("file://"))return e;if(0===e.indexOf("/storage/emulated/0/"))return e;if(0===e.indexOf("/")){var t=plus.io.convertAbsoluteFileSystem(e);if(t!==e)return t;e=e.substr(1)}return"_www/"+e}(e),(function(e){e.file((function(e){var i=new plus.io.FileReader;i.onload=function(e){t(e.target.result)},i.onerror=function(e){n(e)},i.readAsDataURL(e)}),(function(e){n(e)}))}),(function(e){n(e)}))}))};var a=i(n("53ca"));n("c975"),n("d3b7"),n("d9e2"),n("d401"),n("ac1f"),n("466d"),n("81b2"),n("0eb6"),n("b7ef"),n("8bd4"),n("ace4"),n("5cc6"),n("907a"),n("9a8c"),n("a975"),n("735e"),n("c1ac"),n("d139"),n("3a7b"),n("986a"),n("1d02"),n("d5d6"),n("82f8"),n("e91f"),n("60bd"),n("5f96"),n("3280"),n("3fcc"),n("ca91"),n("25a1"),n("cd26"),n("3c5d"),n("2954"),n("649e"),n("219c"),n("b39a"),n("72f7"),n("3ca3"),n("ddb0"),n("2b3d"),n("9861"),n("5319")},"73f1":function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){}));var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("v-uni-view",{staticStyle:{"background-color":"#F5F5F5"},style:e.getHeight},[n("public-module"),n("v-uni-view",{staticClass:"carInfo w-100 px-3 box-sizing"},[n("v-uni-view",{staticClass:"d-flex"},[n("v-uni-view",{staticClass:"icon iconfont icon-tree-round-car flex-shrink topLeft"}),n("v-uni-view",{staticClass:"topRight d-flex flex-1 p-3 flex-column",staticStyle:{color:"#FFFFFF"}},[n("v-uni-view",{staticClass:"d-flex flex-1"},[n("v-uni-view",{staticClass:"font-lg d-flex a-center"},[e._v(e._s(this.licenseNo)),n("v-uni-view",{staticClass:"icon iconfont icon-bianji1 ml-2",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.toCarInfo.apply(void 0,arguments)}}})],1)],1),n("v-uni-view",{staticClass:"brandName"},[e._v(e._s(e.carInfo.modelcname))])],1)],1),n("v-uni-view",{staticClass:"other d-flex j-sb px-3"},[n("v-uni-view",{staticClass:"d-flex flex-1 a-center"},[n("v-uni-view",{staticClass:"privilege d-flex a-center j-center flex-shrink px-2"},[e._v("特权")]),n("v-uni-view",{staticClass:"content"},[e._v("每月自动查违章,无违章领奖励")])],1),n("v-uni-view",{staticClass:"flex-shrink icon iconfont icon-youjiantou d-flex a-center font-sm"})],1)],1),n("v-uni-view",[n("v-uni-view",{staticClass:"personInfo"},[n("v-uni-view",{staticClass:"title d-flex a-center j-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("车主")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showOwerInfo")}}},[e._v(e._s(e.showOwerInfo?"收起":"展开"))])],1),e.showOwerInfo?n("v-uni-view",{staticClass:"content"},[n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("姓名:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.ownerInfo.name))])],1),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("证件类型:")]),e._l(e.identifyList,(function(t,i){return[t.id==e.ownerInfo.identifyType?[n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(t.label))])]:e._e()]}))],2),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("手机号:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.ownerInfo.mobile))])],1),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("证件号:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.ownerInfo.identifyNumber))])],1),n("v-uni-view",{staticClass:"row d-flex a-center",staticStyle:{height:"auto","min-height":"80upx",padding:"15upx 0","box-sizing":"border-box"}},[n("v-uni-view",{staticClass:"left"},[e._v("地址:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.ownerInfo.addr))])],1)],1):e._e()],1),n("v-uni-view",{staticClass:"personInfo"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("投保人")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showPolicyHolderInfo")}}},[e._v(e._s(e.showPolicyHolderInfo?"收起":"展开"))])],1),e.showPolicyHolderInfo?n("v-uni-view",{staticClass:"content"},[n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("姓名:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.policyHolderInfo.name))])],1),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("证件类型:")]),e._l(e.identifyList,(function(t,i){return[t.id==e.policyHolderInfo.identifyType?[n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(t.label))])]:e._e()]}))],2),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("手机号:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.policyHolderInfo.mobile))])],1),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("证件号:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.policyHolderInfo.identifyNumber))])],1),n("v-uni-view",{staticClass:"row d-flex a-center",staticStyle:{height:"auto","min-height":"80upx",padding:"15upx 0","box-sizing":"border-box"}},[n("v-uni-view",{staticClass:"left"},[e._v("地址:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.policyHolderInfo.addr))])],1)],1):e._e()],1),n("v-uni-view",{staticClass:"personInfo"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("被保人")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showInsuredPersonInfo")}}},[e._v(e._s(e.showInsuredPersonInfo?"收起":"展开"))])],1),e.showInsuredPersonInfo?n("v-uni-view",{staticClass:"content"},[n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("姓名:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.insuredPersonInfo.name))])],1),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("证件类型:")]),e._l(e.identifyList,(function(t,i){return[t.id==e.insuredPersonInfo.identifyType?[n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(t.label))])]:e._e()]}))],2),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("手机号:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.insuredPersonInfo.mobile))])],1),n("v-uni-view",{staticClass:"row d-flex a-center"},[n("v-uni-view",{staticClass:"left"},[e._v("证件号:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.insuredPersonInfo.identifyNumber))])],1),n("v-uni-view",{staticClass:"row d-flex a-center",staticStyle:{height:"auto","min-height":"80upx",padding:"15upx 0","box-sizing":"border-box"}},[n("v-uni-view",{staticClass:"left"},[e._v("地址:")]),n("v-uni-view",{staticClass:"right d-flex flex-1"},[e._v(e._s(e.insuredPersonInfo.addr))])],1)],1):e._e()],1),n("v-uni-view",{staticClass:"imageInfo"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("车辆影像信息")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showCarImageInfo")}}},[e._v(e._s(e.showCarImageInfo?"收起":"展开"))])],1),e.showCarImageInfo?n("v-uni-view",{staticClass:"uni-uploader"},[n("v-uni-view",{staticClass:"uni-uploader-body"},[n("v-uni-view",{staticClass:"uni-uploader__files"},[e._l(e.carImageList,(function(t,i){return[n("v-uni-view",{key:i+"_0",staticClass:"uni-uploader__file"},[n("v-uni-image",{staticClass:"uni-uploader__img",attrs:{src:t,"data-src":t},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.previewImage(t,"car")}}}),n("v-uni-view",{staticClass:"delImgIcon iconfont icon-cuo d-flex a-center j-center",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.delCheckImage("car",i)}}})],1)]})),n("v-uni-view",{staticClass:"uni-uploader__input-box",staticStyle:{"box-sizing":"border-box"}},[n("v-uni-view",{staticClass:"uni-uploader__input",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.chooseImage("car")}}})],1)],2)],1)],1):e._e()],1),n("v-uni-view",{staticClass:"imageInfo"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("车主影像信息")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showOwnerImageInfo")}}},[e._v(e._s(e.showOwnerImageInfo?"收起":"展开"))])],1),e.showOwnerImageInfo?n("v-uni-view",{staticClass:"uni-uploader"},[n("v-uni-view",{staticClass:"uni-uploader-body"},[n("v-uni-view",{staticClass:"uni-uploader__files"},[e._l(e.ownerImageList,(function(t,i){return[n("v-uni-view",{key:i+"_0",staticClass:"uni-uploader__file"},[n("v-uni-image",{staticClass:"uni-uploader__img",attrs:{src:t,"data-src":t},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.previewImage(t,"owner")}}}),n("v-uni-view",{staticClass:"delImgIcon iconfont icon-cuo d-flex a-center j-center",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.delCheckImage("owner",i)}}})],1)]})),n("v-uni-view",{staticClass:"uni-uploader__input-box",staticStyle:{"box-sizing":"border-box"}},[n("v-uni-view",{staticClass:"uni-uploader__input",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.chooseImage("owner")}}})],1)],2)],1)],1):e._e()],1),n("v-uni-view",{staticClass:"imageInfo"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("投保人影像信息")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showPolicyImageInfo")}}},[e._v(e._s(e.showPolicyImageInfo?"收起":"展开"))])],1),e.showPolicyImageInfo?n("v-uni-view",{staticClass:"uni-uploader"},[n("v-uni-view",{staticClass:"uni-uploader-body"},[n("v-uni-view",{staticClass:"uni-uploader__files"},[e._l(e.policyImageList,(function(t,i){return[n("v-uni-view",{key:i+"_0",staticClass:"uni-uploader__file"},[n("v-uni-image",{staticClass:"uni-uploader__img",attrs:{src:t,"data-src":t},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.previewImage(t,"policy")}}}),n("v-uni-view",{staticClass:"delImgIcon iconfont icon-cuo d-flex a-center j-center",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.delCheckImage("policy",i)}}})],1)]})),n("v-uni-view",{staticClass:"uni-uploader__input-box",staticStyle:{"box-sizing":"border-box"}},[n("v-uni-view",{staticClass:"uni-uploader__input",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.chooseImage("policy")}}})],1)],2)],1)],1):e._e()],1),n("v-uni-view",{staticClass:"imageInfo"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("被保人影像信息")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showInsuredImageInfo")}}},[e._v(e._s(e.showInsuredImageInfo?"收起":"展开"))])],1),e.showInsuredImageInfo?n("v-uni-view",{staticClass:"uni-uploader"},[n("v-uni-view",{staticClass:"uni-uploader-body"},[n("v-uni-view",{staticClass:"uni-uploader__files"},[e._l(e.insuredImageList,(function(t,i){return[n("v-uni-view",{key:i+"_0",staticClass:"uni-uploader__file"},[n("v-uni-image",{staticClass:"uni-uploader__img",attrs:{src:t,"data-src":t},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.previewImage(t,"insured")}}}),n("v-uni-view",{staticClass:"delImgIcon iconfont icon-cuo d-flex a-center j-center",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.delCheckImage("insured",i)}}})],1)]})),n("v-uni-view",{staticClass:"uni-uploader__input-box",staticStyle:{"box-sizing":"border-box"}},[n("v-uni-view",{staticClass:"uni-uploader__input",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.chooseImage("insured")}}})],1)],2)],1)],1):e._e()],1),n("v-uni-view",{staticClass:"imageInfo"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("验车照")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showCarCheckImageInfo")}}},[e._v(e._s(e.showCarCheckImageInfo?"收起":"展开"))])],1),e.showCarCheckImageInfo?n("v-uni-view",{staticClass:"uni-uploader"},[n("v-uni-view",{staticClass:"uni-uploader-body"},[n("v-uni-view",{staticClass:"uni-uploader__files"},[e._l(e.carCheckImageList,(function(t,i){return[n("v-uni-view",{key:i+"_0",staticClass:"uni-uploader__file"},[n("v-uni-image",{staticClass:"uni-uploader__img",attrs:{src:t,"data-src":t},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.previewImage(t,"carCheck")}}}),n("v-uni-view",{staticClass:"delImgIcon iconfont icon-cuo d-flex a-center j-center ",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.delCheckImage("carCheck",i)}}})],1)]})),n("v-uni-view",{staticClass:"uni-uploader__input-box",staticStyle:{"box-sizing":"border-box"}},[n("v-uni-view",{staticClass:"uni-uploader__input",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.chooseImage("carCheck")}}})],1)],2)],1)],1):e._e()],1),e._l(e.riskList,(function(t,i){return[[n("v-uni-view",{staticClass:"appoint"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("特约")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showAppoint")}}},[e._v(e._s(e.showAppoint?"收起":"展开"))])],1),e.showAppoint?n("v-uni-view",{staticClass:"content"},[n("v-uni-view",{staticClass:"row d-flex a-center j-sb"},[n("v-uni-view",{staticClass:"d-flex a-center j-center"},[e._v("交强特约险:")]),n("v-uni-textarea",{attrs:{maxlength:"100",placeholder:"请输入交强险特别约定,最多可输入300个字符"},model:{value:e.jqappoint,callback:function(t){e.jqappoint=t},expression:"jqappoint"}})],1),n("v-uni-view",{staticClass:"row d-flex a-center j-sb"},[n("v-uni-view",[e._v("商业特约险:")]),n("v-uni-textarea",{staticClass:"mb-32",staticStyle:{width:"100%"},attrs:{maxlength:"300",placeholder:"请输入商业险特别约定,最多可输入300个字符"},model:{value:e.syappoint,callback:function(t){e.syappoint=t},expression:"syappoint"}})],1)],1):e._e()],1)]]})),n("v-uni-view",{staticClass:"advancePayment"},[n("v-uni-view",{staticClass:"title d-flex a-center j-sb"},[n("v-uni-text",{staticStyle:{"font-weight":"bold"}},[e._v("保费")]),n("v-uni-view",{staticClass:"showStatus",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.controlShow("showAdvancePayment")}}},[e._v(e._s(e.showAdvancePayment?"收起":"展开"))])],1),e.showAdvancePayment?n("v-uni-view",{staticClass:"content"},[e._l(e.riskList,(function(t,i){return["0507"==t.riskCode?[n("v-uni-view",{staticClass:"row d-flex a-center j-sb"},[n("v-uni-view",{staticClass:"d-flex a-center"},[e._v("交强险")]),n("v-uni-view",[e._v("¥"+e._s(e.jqpremium))])],1)]:e._e()]})),n("v-uni-view",{staticClass:"row d-flex a-center j-sb"},[n("v-uni-view",[e._v("车船税")]),n("v-uni-view",[e._v("¥"+e._s(e.taxAmount))])],1),e._l(e.riskList,(function(t,i){return["0510"==t.riskCode?[n("v-uni-view",{staticClass:"row d-flex a-center j-sb"},[n("v-uni-view",{staticClass:"d-flex a-center"},[e._v("商业险")]),n("v-uni-view",[e._v("¥"+e._s(e.sypremium))])],1)]:e._e()]}))],2):e._e()],1)],2),n("v-uni-view",{staticStyle:{height:"160upx"}}),n("v-uni-view",{staticClass:"bottomBtn"},[n("v-uni-view",{staticClass:"agree d-flex a-center"},[n("v-uni-checkbox",{staticStyle:{transform:"scale(0.6)"},attrs:{checked:e.agree},on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.agreed.apply(void 0,arguments)}}}),e._v("我已确认并同意"),n("v-uni-text",{staticClass:"tip"},[e._v("保险条款")]),e._v("|"),n("v-uni-text",{staticClass:"tip"},[e._v("投保须知")]),e._v("|"),n("v-uni-text",{staticClass:"tip"},[e._v("隐私条款")])],1),n("v-uni-view",{staticClass:"btnView d-flex"},[n("v-uni-view",{staticClass:"d-flex flex-1 a-center"},[n("v-uni-view",{staticClass:"d-flex flex-column a-center listener"},[n("v-uni-view",{staticClass:"icon iconfont icon-xiaomishu"}),e._v("客服")],1),n("v-uni-view",{staticStyle:{"font-weight":"bold","font-size":"34upx",color:"#333"}},[e._v("¥"+e._s(e.sumPermium))])],1),n("v-uni-view",{staticClass:"btn d-flex a-center j-center",on:{click:function(t){arguments[0]=t=e.$handleEvent(t),e.submitAudit.apply(void 0,arguments)}}},[e._v("申请核保")])],1)],1),n("previewImage",{ref:"previewImage",attrs:{opacity:.8,circular:!0,imgs:e.previewImgs}})],1)},a=[]},"7ec2":function(e,t,n){n("7a82"),n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0"),n("b636"),n("944a"),n("0c47"),n("23dc"),n("3410"),n("d9e2"),n("d401"),n("14d9"),n("159b"),n("131a"),n("26e9"),n("fb6a");var i=n("7037")["default"];function a(){"use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e.exports=a=function(){return t},e.exports.__esModule=!0,e.exports["default"]=e.exports;var t={},n=Object.prototype,r=n.hasOwnProperty,o=Object.defineProperty||function(e,t,n){e[t]=n.value},s="function"==typeof Symbol?Symbol:{},c=s.iterator||"@@iterator",u=s.asyncIterator||"@@asyncIterator",l=s.toStringTag||"@@toStringTag";function d(e,t,n){return Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},"")}catch(P){d=function(e,t,n){return e[t]=n}}function f(e,t,n,i){var a=t&&t.prototype instanceof h?t:h,r=Object.create(a.prototype),s=new O(i||[]);return o(r,"_invoke",{value:k(e,n,s)}),r}function v(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(P){return{type:"throw",arg:P}}}t.wrap=f;var p={};function h(){}function g(){}function w(){}var m={};d(m,c,(function(){return this}));var x=Object.getPrototypeOf,b=x&&x(x(T([])));b&&b!==n&&r.call(b,c)&&(m=b);var y=w.prototype=h.prototype=Object.create(m);function I(e){["next","throw","return"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function _(e,t){var n;o(this,"_invoke",{value:function(a,o){function s(){return new t((function(n,s){(function n(a,o,s,c){var u=v(e[a],e,o);if("throw"!==u.type){var l=u.arg,d=l.value;return d&&"object"==i(d)&&r.call(d,"__await")?t.resolve(d.__await).then((function(e){n("next",e,s,c)}),(function(e){n("throw",e,s,c)})):t.resolve(d).then((function(e){l.value=e,s(l)}),(function(e){return n("throw",e,s,c)}))}c(u.arg)})(a,o,n,s)}))}return n=n?n.then(s,s):s()}})}function k(e,t,n){var i="suspendedStart";return function(a,r){if("executing"===i)throw new Error("Generator is already running");if("completed"===i){if("throw"===a)throw r;return S()}for(n.method=a,n.arg=r;;){var o=n.delegate;if(o){var s=C(o,n);if(s){if(s===p)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===i)throw i="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i="executing";var c=v(e,t,n);if("normal"===c.type){if(i=n.done?"completed":"suspendedYield",c.arg===p)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(i="completed",n.method="throw",n.arg=c.arg)}}}function C(e,t){var n=t.method,i=e.iterator[n];if(void 0===i)return t.delegate=null,"throw"===n&&e.iterator["return"]&&(t.method="return",t.arg=void 0,C(e,t),"throw"===t.method)||"return"!==n&&(t.method="throw",t.arg=new TypeError("The iterator does not provide a '"+n+"' method")),p;var a=v(i,e.iterator,t.arg);if("throw"===a.type)return t.method="throw",t.arg=a.arg,t.delegate=null,p;var r=a.arg;return r?r.done?(t[e.resultName]=r.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=void 0),t.delegate=null,p):r:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,p)}function L(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function j(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function O(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(L,this),this.reset(!0)}function T(e){if(e){var t=e[c];if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var n=-1,i=function t(){for(;++n=0;--i){var a=this.tryEntries[i],o=a.completion;if("root"===a.tryLoc)return n("end");if(a.tryLoc<=this.prev){var s=r.call(a,"catchLoc"),c=r.call(a,"finallyLoc");if(s&&c){if(this.prev=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),j(n),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var i=n.completion;if("throw"===i.type){var a=i.arg;j(n)}return a}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,n){return this.delegate={iterator:T(e),resultName:t,nextLoc:n},"next"===this.method&&(this.arg=void 0),p}},t}e.exports=a,e.exports.__esModule=!0,e.exports["default"]=e.exports},"815f":function(e,t,n){"use strict";var i=n("22d0"),a=n.n(i);a.a},"87e2":function(e,t,n){var i=n("24fb");t=i(!1),t.push([e.i,'@charset "UTF-8";\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.previewImage[data-v-29c38427]{z-index:999;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;-webkit-user-select:none;user-select:none}.previewImage .swiper[data-v-29c38427]{width:100%;height:100%}.previewImage .swiper .marea[data-v-29c38427]{height:100%;width:100%;position:fixed;overflow:hidden}.previewImage .swiper .marea .mview[data-v-29c38427]{display:flex;align-items:center;justify-content:center;width:100%;height:auto;min-height:100%}.previewImage .swiper .marea .mview .image[data-v-29c38427]{width:100%}.previewImage .page[data-v-29c38427]{position:absolute;width:100%;bottom:%?20?%;text-align:center}.previewImage .page .text[data-v-29c38427]{color:#fff;font-size:%?26?%;background-color:rgba(0,0,0,.5);padding:%?3?% %?16?%;border-radius:%?20?%;-webkit-user-select:none;user-select:none}.previewImage .save[data-v-29c38427]{position:absolute;left:%?10?%;width:%?120?%;height:%?56?%;bottom:%?10?%;text-align:center;padding:%?10?%}.previewImage .save .text[data-v-29c38427]{background-color:rgba(0,0,0,.5);color:#fff;font-size:%?30?%;border-radius:%?20?%;border:%?1?% solid #f1f1f1;padding:%?6?% %?22?%;-webkit-user-select:none;user-select:none}.previewImage .save .text[data-v-29c38427]:active{background-color:hsla(0,0%,39.2%,.5)}.previewImage .rotate[data-v-29c38427]{position:absolute;right:%?10?%;width:%?120?%;height:%?56?%;bottom:%?10?%;text-align:center;padding:%?10?%}.previewImage .rotate .text[data-v-29c38427]{background-color:rgba(0,0,0,.5);color:#fff;font-size:%?30?%;border-radius:%?20?%;border:%?1?% solid #f1f1f1;padding:%?6?% %?22?%;-webkit-user-select:none;user-select:none}.previewImage .rotate .text[data-v-29c38427]:active{background-color:hsla(0,0%,39.2%,.5)}.previewImage .desc[data-v-29c38427]{position:absolute;top:0;width:100%;padding:%?5?% %?10?%;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:rgba(0,0,0,.5);color:#fff;font-size:%?28?%;letter-spacing:%?3?%;-webkit-user-select:none;user-select:none}',""]),e.exports=t},"97f3":function(e,t,n){"use strict";n.r(t);var i=n("05bf"),a=n("e216");for(var r in a)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(r);n("815f");var o=n("f0c5"),s=Object(o["a"])(a["default"],i["b"],i["c"],!1,null,"29c38427",null,!1,i["a"],void 0);t["default"]=s.exports},a8d0:function(e,t,n){(function(e){var i,a,r,o=n("7ec2").default,s=n("7037").default;n("7a82"),n("a4d3"),n("e01a"),n("d3b7"),n("944a"),n("0c47"),n("23dc"),n("ac1f"),n("466d"),n("d401"),n("81b2"),n("0eb6"),n("b7ef"),n("8bd4"),n("ace4"),n("5cc6"),n("907a"),n("9a8c"),n("a975"),n("735e"),n("c1ac"),n("d139"),n("3a7b"),n("986a"),n("1d02"),n("d5d6"),n("82f8"),n("e91f"),n("60bd"),n("5f96"),n("3280"),n("3fcc"),n("ca91"),n("25a1"),n("cd26"),n("3c5d"),n("2954"),n("649e"),n("219c"),n("b39a"),n("72f7"),n("d9e2"),n("3ca3"),n("ddb0"),n("2b3d"),n("9861"),n("25f0"),n("a9e3"),n("4e82"),n("4de4"),n("99af"),function(n,o){"object"==s(t)&&"object"==s(e)?e.exports=o():(a=[],i=o,r="function"===typeof i?i.apply(t,a):i,void 0===r||(e.exports=r))}(0,(function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var a=t[i]={i:i,l:!1,exports:{}};return e[i].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==s(e)&&e&&e.__esModule)return e;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(i,a,function(t){return e[t]}.bind(null,a));return i},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){"use strict";var i;function a(e){return["image/png","image/jpeg","image/gif"].some((function(t){return t===e}))}n.r(t),n.d(t,"canvastoDataURL",(function(){return c})),n.d(t,"canvastoFile",(function(){return u})),n.d(t,"dataURLtoFile",(function(){return l})),n.d(t,"dataURLtoImage",(function(){return d})),n.d(t,"downloadFile",(function(){return f})),n.d(t,"filetoDataURL",(function(){return v})),n.d(t,"imagetoCanvas",(function(){return h})),n.d(t,"urltoBlob",(function(){return g})),n.d(t,"urltoImage",(function(){return w})),n.d(t,"compress",(function(){return x})),n.d(t,"compressAccurately",(function(){return b})),n.d(t,"EImageType",(function(){return i})),function(e){e.PNG="image/png",e.JPEG="image/jpeg",e.GIF="image/gif"}(i||(i={}));var r=function(e,t,n,i){return new(n||(n=Promise))((function(a,r){function o(e){try{c(i.next(e))}catch(e){r(e)}}function s(e){try{c(i.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};function c(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.92,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:i.JPEG;return r(this,void 0,void 0,o().mark((function r(){return o().wrap((function(r){while(1)switch(r.prev=r.next){case 0:return r.abrupt("return",(a(n)||(n=i.JPEG),e.toDataURL(n,t)));case 1:case"end":return r.stop()}}),r)})))}function u(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:.92,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:i.JPEG;return new Promise((function(i){return e.toBlob((function(e){return i(e)}),n,t)}))}function l(e,t){return function(e,t,n,i){return new(n||(n=Promise))((function(a,r){function o(e){try{c(i.next(e))}catch(e){r(e)}}function s(e){try{c(i.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))}(this,void 0,void 0,o().mark((function n(){var i,r,s,c,u;return o().wrap((function(n){while(1)switch(n.prev=n.next){case 0:for(i=e.split(","),r=i[0].match(/:(.*?);/)[1],s=atob(i[1]),c=s.length,u=new Uint8Array(c);c--;)u[c]=s.charCodeAt(c);return n.abrupt("return",(a(t)&&(r=t),new Blob([u],{type:r})));case 7:case"end":return n.stop()}}),n)})))}function d(e){return new Promise((function(t,n){var i=new Image;i.onload=function(){return t(i)},i.onerror=function(){return n(new Error("dataURLtoImage(): dataURL is illegal"))},i.src=e}))}function f(e,t){var n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t||Date.now().toString(36),document.body.appendChild(n);var i=document.createEvent("MouseEvents");i.initEvent("click",!1,!1),n.dispatchEvent(i),document.body.removeChild(n)}function v(e){return new Promise((function(t){var n=new FileReader;n.onloadend=function(e){return t(e.target.result)},n.readAsDataURL(e)}))}var p=function(e,t,n,i){return new(n||(n=Promise))((function(a,r){function o(e){try{c(i.next(e))}catch(e){r(e)}}function s(e){try{c(i.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};function h(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return p(this,void 0,void 0,o().mark((function n(){var i,a,r,s,c,u,l;return o().wrap((function(n){while(1)switch(n.prev=n.next){case 0:for(u in i=Object.assign({},t),a=document.createElement("canvas"),r=a.getContext("2d"),i)Object.prototype.hasOwnProperty.call(i,u)&&(i[u]=Number(i[u]));i.scale?(l=i.scale>0&&i.scale<10?i.scale:1,c=e.width*l,s=e.height*l):(c=i.width||i.height*e.width/e.height||e.width,s=i.height||i.width*e.height/e.width||e.height),n.t0=([5,6,7,8].some((function(e){return e===i.orientation}))?(a.height=c,a.width=s):(a.height=s,a.width=c),i.orientation),n.next=3===n.t0?6:6===n.t0?8:8===n.t0?10:2===n.t0?12:4===n.t0?14:5===n.t0?16:7===n.t0?18:20;break;case 6:return r.rotate(180*Math.PI/180),r.drawImage(e,-a.width,-a.height,a.width,a.height),n.abrupt("break",21);case 8:return r.rotate(90*Math.PI/180),r.drawImage(e,0,-a.width,a.height,a.width),n.abrupt("break",21);case 10:return r.rotate(270*Math.PI/180),r.drawImage(e,-a.height,0,a.height,a.width),n.abrupt("break",21);case 12:return r.translate(a.width,0),r.scale(-1,1),r.drawImage(e,0,0,a.width,a.height),n.abrupt("break",21);case 14:return r.translate(a.width,0),r.scale(-1,1),r.rotate(180*Math.PI/180),r.drawImage(e,-a.width,-a.height,a.width,a.height),n.abrupt("break",21);case 16:return r.translate(a.width,0),r.scale(-1,1),r.rotate(90*Math.PI/180),r.drawImage(e,0,-a.width,a.height,a.width),n.abrupt("break",21);case 18:return r.translate(a.width,0),r.scale(-1,1),r.rotate(270*Math.PI/180),r.drawImage(e,-a.height,0,a.height,a.width),n.abrupt("break",21);case 20:r.drawImage(e,0,0,a.width,a.height);case 21:return n.abrupt("return",a);case 22:case"end":return n.stop()}}),n)})))}function g(e){return fetch(e).then((function(e){return e.blob()}))}function w(e){return new Promise((function(t,n){var i=new Image;i.onload=function(){return t(i)},i.onerror=function(){return n(new Error("urltoImage(): Image failed to load, please check the image URL"))},i.src=e}))}var m=function(e,t,n,i){return new(n||(n=Promise))((function(a,r){function o(e){try{c(i.next(e))}catch(e){r(e)}}function s(e){try{c(i.throw(e))}catch(e){r(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(o,s)}c((i=i.apply(e,t||[])).next())}))};function x(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return m(this,void 0,void 0,o().mark((function n(){var r,u,f,p,g,w,m;return o().wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(e instanceof Blob){n.next=2;break}throw new Error("compress(): First arg must be a Blob object or a File object.");case 2:if("object"!=s(t)&&(t=Object.assign({quality:t})),t.quality=Number(t.quality),!Number.isNaN(t.quality)){n.next=4;break}return n.abrupt("return",e);case 4:return n.next=6,v(e);case 6:return r=n.sent,u=r.split(",")[0].match(/:(.*?);/)[1],f=i.JPEG,a(t.type)&&(f=t.type,u=t.type),n.next=11,d(r);case 11:return p=n.sent,n.next=14,h(p,Object.assign({},t));case 14:return g=n.sent,n.next=17,c(g,t.quality,f);case 17:return w=n.sent,n.next=20,l(w,u);case 20:return m=n.sent,n.abrupt("return",m.size>e.size?e:m);case 22:case"end":return n.stop()}}),n)})))}function b(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return m(this,void 0,void 0,o().mark((function n(){var r,u,f,p,g,w,m,x,b,y,I,_,k,C;return o().wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(e instanceof Blob){n.next=2;break}throw new Error("compressAccurately(): First arg must be a Blob object or a File object.");case 2:if("object"!=s(t)&&(t=Object.assign({size:t})),t.size=Number(t.size),!Number.isNaN(t.size)){n.next=4;break}return n.abrupt("return",e);case 4:if(!(1024*t.size>e.size)){n.next=6;break}return n.abrupt("return",e);case 6:return t.accuracy=Number(t.accuracy),(!t.accuracy||t.accuracy<.8||t.accuracy>.99)&&(t.accuracy=.95),r=t.size*(2-t.accuracy)*1024,u=1024*t.size,f=t.size*t.accuracy*1024,n.next=12,v(e);case 12:return p=n.sent,g=p.split(",")[0].match(/:(.*?);/)[1],w=i.JPEG,a(t.type)&&(w=t.type,g=t.type),n.next=17,d(p);case 17:return m=n.sent,n.next=20,h(m,Object.assign({},t));case 20:x=n.sent,y=.5,I=[null,null],_=1;case 24:if(!(_<=7)){n.next=42;break}return n.next=27,c(x,y,w);case 27:if(b=n.sent,k=.75*b.length,7!==_){n.next=32;break}return(rk)&&(b=[b].concat(I).filter((function(e){return e})).sort((function(e,t){return Math.abs(.75*e.length-u)-Math.abs(.75*t.length-u)}))[0]),n.abrupt("break",42);case 32:if(!(rk){n.next=38;break}return n.abrupt("break",42);case 38:I[0]=b,y+=Math.pow(.5,_+1);case 39:_++,n.next=24;break;case 42:return n.next=44,l(b,g);case 44:return C=n.sent,n.abrupt("return",C.size>e.size?e:C);case 46:case"end":return n.stop()}}),n)})))}}])}))}).call(this,n("62e4")(e))},e216:function(e,t,n){"use strict";n.r(t);var i=n("2905"),a=n.n(i);for(var r in i)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(r);t["default"]=a.a},eb4e:function(e,t,n){var i=n("24fb");t=i(!1),t.push([e.i,'@charset "UTF-8";\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */\n/* 头部车辆信息和特权Start */.carInfo[data-v-32f61860]{height:%?290?%;background:-webkit-linear-gradient(0deg,rgba(234,85,45,.6),rgba(234,85,45,.8));background-size:100% 100%}.carInfo .topLeft[data-v-32f61860]{width:%?120?%;font-size:%?90?%;color:#fff}.carInfo .topRight .brandName[data-v-32f61860]{width:%?400?%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carInfo .other[data-v-32f61860]{background-color:#fff;height:%?80?%;border-radius:%?15?%;box-sizing:border-box}.carInfo .other .privilege[data-v-32f61860]{background-color:rgba(234,85,45,.6);font-size:%?24?%;color:#fff;font-weight:700;width:%?60?%}.carInfo .other .content[data-v-32f61860]{width:%?460?%;margin-left:%?15?%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.carInfo .other .icon[data-v-32f61860]{width:%?30?%}\n/* 头部车辆信息和特权End */\n/* 人员信息Start */.personInfo[data-v-32f61860],\n.advancePayment[data-v-32f61860],\n.imageInfo[data-v-32f61860],\n.appoint[data-v-32f61860]{margin-bottom:%?20?%;background:#fff;padding:%?0?% %?30?%}.personInfo .title[data-v-32f61860],\n.advancePayment .title[data-v-32f61860],\n.imageInfo .title[data-v-32f61860],\n.appoint .title[data-v-32f61860]{height:%?80?%;font-size:%?32?%;box-shadow:inset 0 %?-3?% 0 #fafafa}.showStatus[data-v-32f61860]{font-size:%?26?%;color:#ea552d}.personInfo .content .row[data-v-32f61860],\n.advancePayment .content .row[data-v-32f61860]{height:%?80?%;border-bottom:1px solid #f9f9f9}.personInfo .content .row .left[data-v-32f61860],\n.advancePayment .content .row .left[data-v-32f61860]{width:%?170?%;flex-shrink:0;font-size:%?28?%}.appoint .content .row[data-v-32f61860]{height:auto;margin-top:%?10?%}.appoint .content .row > uni-view[data-v-32f61860]{width:%?240?%;flex-shrink:1;font-size:%?28?%}.appoint .content .row > uni-textarea[data-v-32f61860]{padding:%?15?%;box-sizing:border-box;font-size:%?26?%;min-height:%?160?%;height:%?100?%;border:1px solid #fafafa}.personInfo .content .row .right[data-v-32f61860],\n.advancePayment .content .row .right[data-v-32f61860],\n.appoint .content .row .right[data-v-32f61860]{font-size:%?28?%}\n/* 人员信息End */.uni-uploader__file[data-v-32f61860]{position:relative}.delImgIcon[data-v-32f61860]{width:%?40?%;height:%?40?%;background-color:#999;position:absolute;right:%?0?%;top:%?0?%;color:#fff}\n/* 底部按钮Start */.bottomBtn[data-v-32f61860]{z-index:99;position:fixed;bottom:0;left:0;right:0;border-top:1px solid #f1f1f1;background-color:#fff;height:%?150?%}.bottomBtn .agree[data-v-32f61860]{height:%?60?%;font-size:%?24?%}.bottomBtn .agree .tip[data-v-32f61860]{color:#ea552d;margin:%?0?% %?10?%}.bottomBtn .btnView[data-v-32f61860]{height:%?100?%;border-top:1px solid #f1f1f1}.bottomBtn .listener[data-v-32f61860]{width:%?120?%;font-size:%?20?%;line-height:1;color:#999}.bottomBtn .listener .icon[data-v-32f61860]{font-size:%?40?%;padding:0;line-height:1.2}.bottomBtn .btn[data-v-32f61860]{font-size:%?34?%;background-color:#ea552d;color:#fff;width:%?280?%;flex-shrink:0}\n/* 底部按钮End */',""]),e.exports=t},f2cc:function(e,t,n){"use strict";n.r(t);var i=n("73f1"),a=n("3ac8");for(var r in a)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return a[e]}))}(r);n("111e");var o=n("f0c5"),s=Object(o["a"])(a["default"],i["b"],i["c"],!1,null,"32f61860",null,!1,i["a"],void 0);t["default"]=s.exports},fdad:function(e,t,n){var i=n("eb4e");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);var a=n("4f06").default;a("b878cd0c",i,!0,{sourceMap:!1,shadowMode:!1})}}]);