xbx #75

Merged
theluyuan merged 8 commits from xbx into master 2020-07-21 13:04:02 +00:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit 113144b716 - Show all commits

View File

@ -236,6 +236,10 @@ export default {
type: type,
status: status,
});
},
// 获取直播列表
tabLiveList(){
return vm.$u.post('api/Specialci/tabLiveList')
}
}
}

View File

@ -216,8 +216,14 @@
this.getRecommendList();
this.getSwiper();
this.getZhiBoSwiper();
this.tabLiveList();
},
methods: {
tabLiveList(){
this.$u.api.tabLiveList().then((res)=>{
console.log(res)
})
},
getSwiper() {
this.$u.api.getIndexSwiper().then(res => {
if (res.errCode == 0) {