theory-detail.12f9339c.js 1.1 KB

1
  1. import{d as m,y as c,w as d,j as e,A as u}from"./ResizeObserver.es.f28023e0.js";import"./index.7a1af785.js";import"./index.966d1893.js";import{I as p}from"./index.d188aaf8.js";import{s as o}from"./help-center-detail.module.ba9372dd.js";import{C as h}from"./index.bd375ca9.js";var w=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),{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"),i=Array.from(s).map((n,l)=>(t.srcElement==n&&(r=l),n.src));p({images:i,startPosition:r,closeable:!0})}},render(){return e("div",{class:o["help-center-detail"]},[e(h,null,null),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{w as default};