...
|
...
|
@@ -30,7 +30,8 @@ const _formatTime = (timestamp, b) => { |
|
|
// 获取顶部bannel
|
|
|
let _getBannerData = () => {
|
|
|
return service.get('operations/api/v5/resource/get', {
|
|
|
content_code: contentCodeConfig.live.index
|
|
|
content_code: contentCodeConfig.live.index,
|
|
|
platform: 'iphone'
|
|
|
}, {
|
|
|
code: 200,
|
|
|
cache: true
|
...
|
...
|
@@ -61,7 +62,7 @@ const _getBestList = () => { |
|
|
item.now_living = true;
|
|
|
break;
|
|
|
case 2:
|
|
|
//直播结束不显示
|
|
|
// 直播结束不显示
|
|
|
result.data = [];
|
|
|
break;
|
|
|
}
|
...
|
...
|
|