theory-detail.fdfccf33.js 1.0 KB

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