special-detail.d34862bc.js 1.1 KB

1
  1. import{r as m}from"./index.86a7afd9.js";import{d,g as c,aw as u,a as e,j as p}from"./vendor.d77a09b4.js";/* empty css *//* empty css *//* empty css */import{s as n}from"./help-center-detail.module.53c77e18.js";var x=d({name:"special-detail",data(){return{detail:{title:"",createTime:"",content:""}}},async mounted(){try{const t=this.$route.query,s=await m.get("/api-cms/news/query/"+t.id);let{title:a,createTime:i,content:r}=s.data;this.detail={title:a,createTime:c(i).format("YYYY-MM-DD HH:mm:ss"),content:r}}catch{}},methods:{onShowImg(t){const{localName:s}=t.srcElement;if(s!=="img")return;let a=0;const i=document.querySelectorAll(".msgWrap img");let r=Array.from(i).map((l,o)=>(t.srcElement==l&&(a=o),l.src));u({images:r,startPosition:a,closeable:!0})}},render(){return e("div",{class:n["help-center-detail"]},[e("h2",null,[this.detail.title]),e("div",{class:n.titleInfo},[e("p",null,[p("\u9177\u4E50\u79C0")]),e("p",null,[this.detail.createTime])]),e("div",{class:[n.imgContent,"msgWrap"],innerHTML:this.detail.content},null)])}});export{x as default};