"use strict";const e=require("../../common/vendor.js"),a=require("../../api/list.js"),d={data(){return{list:null,liveId:null}},onLoad(t){this.getList()},methods:{goLive(t){this.liveId=t.liveId,console.log("要传的liveId",this.liveId),e.index.navigateTo({url:"/pages/home/living?liveId="+this.liveId})},getList(){const t={page:1,page_size:10};e.index.showLoading({title:"处理中..."}),a.liveList(t).then(i=>{i.code==200?(this.list=i.rows,console.log("list>>",this.list)):e.index.showToast({title:i.msg,icon:"none"})}).catch(i=>{console.log("请求失败:",JSON.stringify(i))}).finally(()=>{e.index.hideLoading()})}}};function c(t,i,g,v,n,l){return{a:e.f(n.list,(o,s,h)=>({a:o.liveImgUrl,b:e.t(o.liveName),c:e.o(_=>l.goLive(o),s),d:s}))}}const r=e._export_sfc(d,[["render",c],["__scopeId","data-v-7bd28468"]]);wx.createPage(r);