1 |
- !function(){function e(e,t,n,i,r,a,c){try{var o=e[a](c),l=o.value}catch(u){return void n(u)}o.done?t(l):Promise.resolve(l).then(i,r)}System.register(["./index-legacy.5d15d97d.js","./hooks-legacy.7041076f.js","./index-legacy.c6d91c78.js","./index-legacy.152e9903.js","./index-legacy.85010654.js","./index-legacy.b58baed3.js","./help-center-detail.module-legacy.a09ce7bb.js","./use-height-legacy.6e14aad7.js"],(function(t){"use strict";var n,i,r,a,c,o,l,u,s;return{setters:[function(e){n=e.d,i=e.w,r=e.u,a=e.j,c=e.z},function(e){o=e.u},function(){},function(){},function(e){l=e.I},function(e){u=e.N},function(e){s=e.s},function(){}],execute:function(){t("default",n({name:"help-center-detail",data:function(){var e=this.$route.query;return{catalogType:e.catalogType,documentTitle:"ANALYSIS"===e.catalogType?"帮助中心详情":"",detail:{title:"",createTime:"",content:""}}},mounted:function(){var t,n=this;return(t=regeneratorRuntime.mark((function e(){var t,a,c,l,u,s,d,m,f;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,t=n.$route.query,e.next=4,i.get("/api-cms/helpCenterContent/get/"+t.id);case 4:a=e.sent,c=a.data,l=c.title,u=c.releaseTime,s=c.createTime,d=c.content,m=c.catalogId,n.detail={title:l,createTime:2==m?r(u).format("YYYY-MM-DD HH:mm:ss"):r(s).format("YYYY-MM-DD HH:mm:ss"),content:d},f=2==m?"公告详情":"ㅤ",document.title=f,e.next=13;break;case 11:e.prev=11,e.t0=e.catch(0);case 13:o("帮助中心");case 14:case"end":return e.stop()}}),e,null,[[0,11]])})),function(){var n=this,i=arguments;return new Promise((function(r,a){var c=t.apply(n,i);function o(t){e(c,r,a,o,l,"next",t)}function l(t){e(c,r,a,o,l,"throw",t)}o(void 0)}))})()},methods:{onShowImg:function(e){if("img"===e.srcElement.localName){var t=0,n=document.querySelectorAll(".msgWrap img"),i=Array.from(n).map((function(n,i){return e.srcElement==n&&(t=i),n.src}));l({images:i,startPosition:t,closeable:!0})}}},render:function(){var e=this;return a("div",{class:s["help-center-detail"]},["ANALYSIS"===this.catalogType&&a(u,{title:this.documentTitle,"left-arrow":!0,fixed:!0,"onClick-left":function(){e.$router.back()}},null),a("h2",null,[this.detail.title]),a("div",{class:s.titleInfo},[a("p",null,[c("酷乐秀")]),a("p",null,[this.detail.createTime])]),a("div",{class:[s.imgContent,"msgWrap"],innerHTML:this.detail.content},null)])}}))}}}))}();
|