help-center.3da8efeb.js 2.1 KB

1
  1. var n=Object.defineProperty;var i=Object.getOwnPropertySymbols;var r=Object.prototype.hasOwnProperty,h=Object.prototype.propertyIsEnumerable;var o=(t,s,e)=>s in t?n(t,s,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[s]=e,l=(t,s)=>{for(var e in s||(s={}))r.call(s,e)&&o(t,e,s[e]);if(i)for(var e of i(s))h.call(s,e)&&o(t,e,s[e]);return t};import{s as d,r as p}from"./index.84d59606.js";import{d as f,a,S as c,w as u,t as g,x as m}from"./vendor.372dc65e.js";/* empty css *//* empty css *//* empty css */import{S}from"./index.da09e935.js";import{C as L}from"./index.75b00e65.js";/* empty css */function j(t){return typeof t=="function"||Object.prototype.toString.call(t)==="[object Object]"&&!m(t)}var k=f({name:"help-center",data(){const t=this.$route.query;return{list:[],dataShow:!0,dataLoading:!1,loading:!1,finished:!1,params:{catalogIds:t.catalogType||1,title:"",status:1,catalogType:d.platformType,page:1,rows:20}}},methods:{async getList(){try{if(this.dataLoading)return;this.dataLoading=!0;let t=this.params;const s=await p.post("/api-cms/helpCenterContent/list",{data:l({},t)});this.dataLoading=!1,this.loading=!1;const e=s.data||{};if(console.log(e),this.list.length>0&&e.pageNo===1)return;this.list=this.list.concat(e.rows||[]),this.finished=e.pageNo>=e.totalPage,this.params.page=e.pageNo+1,this.dataShow=this.list.length>0}catch{this.dataShow=!1,this.finished=!0}},onSearch(t){this.params.title=t,this.params.page=1,this.list=[],this.dataShow=!0,this.loading=!1,this.finished=!1,this.getList()},onDetail(t){this.$router.push({path:"helpCenterDetail",query:{id:t.id}})}},render(){let t;return a("div",null,[a(c,{offsetTop:0,position:"top",class:"mb12"},{default:()=>[a(S,{onSearch:this.onSearch},null)]}),this.dataShow?a(u,{loading:this.loading,"onUpdate:loading":s=>this.loading=s,finished:this.finished,finishedText:"\u6CA1\u6709\u66F4\u591A\u4E86",onLoad:this.getList},j(t=this.list.map(s=>a(g,{title:s.title,titleClass:"van-ellipsis",isLink:!0,onClick:()=>{this.onDetail(s)}},null)))?t:{default:()=>[t]}):a(L,{btnStatus:!1,classImgSize:"SMALL",tips:"\u6682\u65E0\u5185\u5BB9"},null)])}});export{k as default};