1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-5a418a4c"],{"05ead":function(t,e,n){"use strict";n("0d0c")},"0afc":function(t,e,n){t.exports=n.p+"img/noneData.919a3c84.png"},"0d0c":function(t,e,n){},1175:function(t,e,n){},2241:function(t,e,n){"use strict";var a,i=n("1988"),o=n("8bbf"),s=n.n(o),l=n("2638"),c=n.n(l),r=n("d282"),u=n("ea8e"),d=n("b1d2"),h=n("6605"),f=n("b650"),v=n("9884"),p=Object(r["a"])("goods-action"),m=p[0],g=p[1],b=m({mixins:[Object(v["b"])("vanGoodsAction")],props:{safeAreaInsetBottom:{type:Boolean,default:!0}},render:function(){var t=arguments[0];return t("div",{class:g({unfit:!this.safeAreaInsetBottom})},[this.slots()])}}),C=n("48f4"),w=Object(r["a"])("goods-action-button"),B=w[0],A=w[1],y=B({mixins:[Object(v["a"])("vanGoodsAction")],props:Object(i["a"])({},C["c"],{type:String,text:String,icon:String,color:String,loading:Boolean,disabled:Boolean}),computed:{isFirst:function(){var t=this.parent&&this.parent.children[this.index-1];return!t||t.$options.name!==this.$options.name},isLast:function(){var t=this.parent&&this.parent.children[this.index+1];return!t||t.$options.name!==this.$options.name}},methods:{onClick:function(t){this.$emit("click",t),Object(C["b"])(this.$router,this)}},render:function(){var t=arguments[0];return t(f["a"],{class:A([{first:this.isFirst,last:this.isLast},this.type]),attrs:{size:"large",type:this.type,icon:this.icon,color:this.color,loading:this.loading,disabled:this.disabled},on:{click:this.onClick}},[this.slots()||this.text])}}),O=Object(r["a"])("dialog"),k=O[0],x=O[1],j=O[2],I=k({mixins:[Object(h["a"])()],props:{title:String,theme:String,width:[Number,String],message:String,className:null,callback:Function,beforeClose:Function,messageAlign:String,cancelButtonText:String,cancelButtonColor:String,confirmButtonText:String,confirmButtonColor:String,showCancelButton:Boolean,overlay:{type:Boolean,default:!0},allowHtml:{type:Boolean,default:!0},transition:{type:String,default:"van-dialog-bounce"},showConfirmButton:{type:Boolean,default:!0},closeOnPopstate:{type:Boolean,default:!0},closeOnClickOverlay:{type:Boolean,default:!1}},data:function(){return{loading:{confirm:!1,cancel:!1}}},methods:{onClickOverlay:function(){this.handleAction("overlay")},handleAction:function(t){var e=this;this.$emit(t),this.value&&(this.beforeClose?(this.loading[t]=!0,this.beforeClose(t,(function(n){!1!==n&&e.loading[t]&&e.onClose(t),e.loading.confirm=!1,e.loading.cancel=!1}))):this.onClose(t))},onClose:function(t){this.close(),this.callback&&this.callback(t)},onOpened:function(){this.$emit("opened")},onClosed:function(){this.$emit("closed")},genRoundButtons:function(){var t=this,e=this.$createElement;return e(b,{class:x("footer")},[this.showCancelButton&&e(y,{attrs:{size:"large",type:"warning",text:this.cancelButtonText||j("cancel"),color:this.cancelButtonColor,loading:this.loading.cancel},class:x("cancel"),on:{click:function(){t.handleAction("cancel")}}}),this.showConfirmButton&&e(y,{attrs:{size:"large",type:"danger",text:this.confirmButtonText||j("confirm"),color:this.confirmButtonColor,loading:this.loading.confirm},class:x("confirm"),on:{click:function(){t.handleAction("confirm")}}})])},genButtons:function(){var t,e=this,n=this.$createElement,a=this.showCancelButton&&this.showConfirmButton;return n("div",{class:[d["e"],x("footer")]},[this.showCancelButton&&n(f["a"],{attrs:{size:"large",loading:this.loading.cancel,text:this.cancelButtonText||j("cancel")},class:x("cancel"),style:{color:this.cancelButtonColor},on:{click:function(){e.handleAction("cancel")}}}),this.showConfirmButton&&n(f["a"],{attrs:{size:"large",loading:this.loading.confirm,text:this.confirmButtonText||j("confirm")},class:[x("confirm"),(t={},t[d["c"]]=a,t)],style:{color:this.confirmButtonColor},on:{click:function(){e.handleAction("confirm")}}})])},genContent:function(t,e){var n=this.$createElement;if(e)return n("div",{class:x("content")},[e]);var a=this.message,i=this.messageAlign;if(a){var o,s,l={class:x("message",(o={"has-title":t},o[i]=i,o)),domProps:(s={},s[this.allowHtml?"innerHTML":"textContent"]=a,s)};return n("div",{class:x("content",{isolated:!t})},[n("div",c()([{},l]))])}}},render:function(){var t=arguments[0];if(this.shouldRender){var e=this.message,n=this.slots(),a=this.slots("title")||this.title,i=a&&t("div",{class:x("header",{isolated:!e&&!n})},[a]);return t("transition",{attrs:{name:this.transition},on:{afterEnter:this.onOpened,afterLeave:this.onClosed}},[t("div",{directives:[{name:"show",value:this.value}],attrs:{role:"dialog","aria-labelledby":this.title||e},class:[x([this.theme]),this.className],style:{width:Object(u["a"])(this.width)}},[i,this.genContent(a,n),"round-button"===this.theme?this.genRoundButtons():this.genButtons()])])}}}),T=n("a142");function N(t){return document.body.contains(t)}function S(){a&&a.$destroy(),a=new(s.a.extend(I))({el:document.createElement("div"),propsData:{lazyRender:!1}}),a.$on("input",(function(t){a.value=t}))}function E(t){return T["g"]?Promise.resolve():new Promise((function(e,n){a&&N(a.$el)||S(),Object(i["a"])(a,E.currentOptions,t,{resolve:e,reject:n})}))}E.defaultOptions={value:!0,title:"",width:"",theme:null,message:"",overlay:!0,className:"",allowHtml:!0,lockScroll:!0,transition:"van-dialog-bounce",beforeClose:null,overlayClass:"",overlayStyle:null,messageAlign:"",getContainer:"body",cancelButtonText:"",cancelButtonColor:null,confirmButtonText:"",confirmButtonColor:null,showConfirmButton:!0,showCancelButton:!1,closeOnPopstate:!0,closeOnClickOverlay:!1,callback:function(t){a["confirm"===t?"resolve":"reject"](t)}},E.alert=E,E.confirm=function(t){return E(Object(i["a"])({showCancelButton:!0},t))},E.close=function(){a&&(a.value=!1)},E.setDefaultOptions=function(t){Object(i["a"])(E.currentOptions,t)},E.resetDefaultOptions=function(){E.currentOptions=Object(i["a"])({},E.defaultOptions)},E.resetDefaultOptions(),E.install=function(){s.a.use(I)},E.Component=I,s.a.prototype.$dialog=E;e["a"]=E},"2fcb":function(t,e,n){},4056:function(t,e,n){"use strict";n("68ef"),n("9d70"),n("3743"),n("09fe")},"4cf9":function(t,e,n){},"66b9":function(t,e,n){"use strict";n("68ef"),n("9d70"),n("3743"),n("e3b3"),n("bc1b")},a92e:function(t,e,n){"use strict";var a=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"nonedata",staticStyle:{margin:"auto"}},[a("div",{directives:[{name:"show",rawName:"v-show",value:"0"==t.len&&t.datashow,expression:"len == '0' && datashow"}],staticClass:"noneDataBox"},[a("img",{attrs:{src:n("0afc")}}),a("div",[t._v(t._s(t.text))])])])},i=[],o=(n("a9e3"),{name:"nonedata",props:{len:{type:Number,default:0},datashow:{type:Boolean,default:!1},text:{type:String,default:"暂无数据展示"}},data:function(){return{}},created:function(){},methods:{},mounted:function(){}}),s=o,l=(n("bf10"),n("2877")),c=Object(l["a"])(s,a,i,!1,null,"e6e9b0c4",null);e["a"]=c.exports},bf10:function(t,e,n){"use strict";n("c93c")},c93c:function(t,e,n){},d0a1:function(t,e,n){"use strict";n("f978")},e17f:function(t,e,n){"use strict";n("68ef"),n("a71a"),n("9d70"),n("3743"),n("4d75"),n("e3b3"),n("bc1b"),n("1175"),n("4cf9"),n("2fcb")},ee87:function(t,e){t.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYyQTU0NENFMDg1QjExRTc4NjJFOUYwNTg4MENBRDBCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYyQTU0NENGMDg1QjExRTc4NjJFOUYwNTg4MENBRDBCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjJBNTQ0Q0MwODVCMTFFNzg2MkU5RjA1ODgwQ0FEMEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjJBNTQ0Q0QwODVCMTFFNzg2MkU5RjA1ODgwQ0FEMEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4qffLyAAAJvUlEQVR42uydW2wc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"},f978:function(t,e,n){},feed:function(t,e,n){"use strict";n.r(e);var a,i,o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"shareInfo"},[n("div",{staticClass:"shareInfoTitle box-module"},[t._v(t._s(t.shareInfo.title))]),n("div",{staticClass:"shareInfoImg box-module"},[2==t.shareInfo.type?t._l(t.shareInfo.file,(function(e,a){return n("van-image",{key:a,attrs:{width:"100%",height:"100%",src:e},on:{click:function(e){return t.previewImage(t.shareInfo.file,a)}}})})):t._l(t.shareInfo.file,(function(t,e){return n("video",{key:e,attrs:{width:"100%",height:"240px",src:t,controls:""}})}))],2),n("div",{staticClass:"shareInfoContent box-module"},[n("span",{staticClass:"font28"},[t._v(t._s(t.shareInfo.content))])]),n("div",{staticClass:"shareInfoWord"},[n("div",{staticClass:"shareInfoWordBox"},[n("div",{staticClass:"shareInfoWordTitle"},[t._v("对应话术")]),n("div",{staticClass:"shareInfoWordContent font28"},[t._v(t._s(t.shareInfo.talkskill))]),n("div",{staticClass:"flex justify-center mt20"},[n("van-button",{attrs:{round:"",plain:"",type:"info",id:"copy","data-clipboard-action":"copy","data-clipboard-text":t.shareInfo.talkskill},on:{mouseenter:function(e){return t.copyText(t.shareInfo.talkskill)},click:function(e){return t.copyText(t.shareInfo.talkskill)}}},[t._v("一键复制")])],1)])]),n("shareApprovel",{ref:"shareApprovelEl",attrs:{cid:t.cid}}),n("div",{staticClass:"fixedBtn"},[n("van-button",{attrs:{type:"info"},on:{click:t.handleApprovel}},[t._v("分享审核")])],1)],1)},s=[],l=(n("4662"),n("28a2")),c=n("fc11"),r=(n("66b9"),n("b650")),u=(n("4056"),n("44bf")),d=(n("b0c0"),function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"shareApprovel"},[a("transition",{attrs:{name:"slide-fade"}},[t.showApprovel?a("div",{staticClass:"approvelMask",on:{click:function(e){t.showApprovel=!1}}},[a("div",{staticClass:"approvelBlock",on:{click:function(t){t.stopPropagation()}}},[a("div",{staticClass:"approvelTitle"},[t._v("分享审核")]),a("div",{staticClass:"approvelContent"},[t._l(t.sharelist,(function(e){return a("div",{key:e.id,staticClass:"approvelItem"},[a("div",{staticClass:"approvel_left"},[e.headimgurl?[a("van-image",{attrs:{round:"",width:"48px",height:"48px",src:e.headimgurl}})]:[a("img",{attrs:{src:n("ee87"),width:"48px",height:"48px",alt:""}})]],2),a("div",{staticClass:"approvel_right"},[a("div",{staticClass:"a_level1"},[a("span",{staticClass:"a_level1_name"},[t._v(t._s(e.agent_name||"未知"))]),a("span",{staticClass:"a_level1_time"},[t._v("分享时间:"+t._s(e.addtime))])]),a("div",{staticClass:"a_level2"},t._l(e.img,(function(n,i){return a("div",{key:i,staticClass:"a_level2_img",on:{click:function(n){return t.previewImage(e.img,i)}}},[a("img",{attrs:{src:n,width:"100%",height:"100%",alt:""}})])})),0),a("div",{directives:[{name:"show",rawName:"v-show",value:e.remarks,expression:"item.remarks"}],staticClass:"a_level3"},[t._v(t._s(e.remarks))]),a("div",{staticClass:"a_approvel_btn"},[a("van-button",{attrs:{loading:t.loading,disabled:t.loading,round:"",type:"info"},on:{click:function(n){return t.approvelPass(e)}}},[t._v("通过")]),a("van-button",{attrs:{loading:t.uloading,disabled:t.uloading,round:"",type:"default"},on:{click:function(n){return t.approvelReject(e)}}},[t._v("驳回")])],1)])])})),a("nonedata",{attrs:{len:t.sharelist.length,datashow:t.datashow}})],2)])]):t._e()])],1)}),h=[],f=(n("e17f"),n("2241")),v=(n("a9e3"),n("8c11")),p=n("a92e"),m={components:(a={},Object(c["a"])(a,u["a"].name,u["a"]),Object(c["a"])(a,r["a"].name,r["a"]),Object(c["a"])(a,f["a"].name,f["a"]),Object(c["a"])(a,"nonedata",p["a"]),a),props:{cid:{type:String|Number,default:0}},data:function(){return{loading:!1,uloading:!1,datashow:!1,showApprovel:!1,sharelist:[]}},watch:{showApprovel:function(t){t&&this.getSharelist()}},mounted:function(){},methods:{getSharelist:function(){var t=this;Object(v["y"])({id:this.cid,type:"AgentArticle"}).then((function(e){t.datashow=!0,0==e.data.code&&(t.sharelist=e.data.data)})).catch((function(e){t.datashow=!1}))},approvelPass:function(t){var e=this;f["a"].confirm({title:"审核提醒",message:"您确认通过审核吗?",confirmButtonColor:"#249EFB"}).then((function(){e.loading=!0,Object(v["B"])({share_id:t.id,status:1}).then((function(t){e.loading=!1,0==t.data.code&&(e.$toast("已通过审核"),e.getSharelist())})).catch((function(t){e.loading=!1}))})).catch((function(){}))},approvelReject:function(t){var e=this;f["a"].confirm({title:"审核提醒",message:"您确认驳回审核吗?",confirmButtonColor:"#249EFB"}).then((function(){e.uloading=!0,Object(v["B"])({share_id:t.id,status:2}).then((function(t){e.uloading=!1,0==t.data.code&&(e.$toast("已驳回审核"),e.getSharelist())})).catch((function(t){e.uloading=!1}))})).catch((function(){}))},previewImage:function(t,e){Object(l["a"])({images:t,startPosition:e})}}},g=m,b=(n("05ead"),n("2877")),C=Object(b["a"])(g,d,h,!1,null,"513396e0",null),w=C.exports,B=n("b311"),A=n.n(B),y={components:(i={},Object(c["a"])(i,u["a"].name,u["a"]),Object(c["a"])(i,r["a"].name,r["a"]),Object(c["a"])(i,"shareApprovel",w),i),data:function(){return{cid:"",shareInfo:{}}},mounted:function(){this.cid=this.$route.query.id,this.getShareInfo()},methods:{copyText:function(t){var e=this,n=null;n=document.getElementById("copy");var a=new A.a(n);a.on("success",(function(t){e.$toast("复制成功!"),t.clearSelection(),a.destroy()})),a.on("error",(function(t){console.error(t)}))},handleApprovel:function(){this.$refs.shareApprovelEl.showApprovel=!0},getShareInfo:function(){var t=this;Object(v["g"])({id:this.cid}).then((function(e){0==e.data.code&&(t.shareInfo=e.data.data)}))},previewImage:function(t,e){Object(l["a"])({images:t,startPosition:e})}}},O=y,k=(n("d0a1"),Object(b["a"])(O,o,s,!1,null,"5bea51f2",null));e["default"]=k.exports}}]);
|