添加了分也

This commit is contained in:
2020-08-13 11:52:05 +08:00
parent eb886368e9
commit 54dd8a6eb0
2 changed files with 31 additions and 7 deletions

View File

@@ -276,8 +276,8 @@ export default {
});
},
// 获取直播列表
tabLiveList(){
return vm.$u.post('Specialci/tabLiveList')
tabLiveList({page}){
return vm.$u.post('Specialci/tabLiveList',{page})
},
// 商城-活动广告
getStoreActivity() {