xbx #75
@ -236,6 +236,10 @@ export default {
|
|||||||
type: type,
|
type: type,
|
||||||
status: status,
|
status: status,
|
||||||
});
|
});
|
||||||
|
},
|
||||||
|
// 获取直播列表
|
||||||
|
tabLiveList(){
|
||||||
|
return vm.$u.post('api/Specialci/tabLiveList')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -216,8 +216,14 @@
|
|||||||
this.getRecommendList();
|
this.getRecommendList();
|
||||||
this.getSwiper();
|
this.getSwiper();
|
||||||
this.getZhiBoSwiper();
|
this.getZhiBoSwiper();
|
||||||
|
this.tabLiveList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
tabLiveList(){
|
||||||
|
this.$u.api.tabLiveList().then((res)=>{
|
||||||
|
console.log(res)
|
||||||
|
})
|
||||||
|
},
|
||||||
getSwiper() {
|
getSwiper() {
|
||||||
this.$u.api.getIndexSwiper().then(res => {
|
this.$u.api.getIndexSwiper().then(res => {
|
||||||
if (res.errCode == 0) {
|
if (res.errCode == 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user