Fix missing names

This commit is contained in:
the1812 2019-08-31 11:01:10 +08:00
parent 709c680e0e
commit 5eb72fd5ed
4 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1176,6 +1176,7 @@ class Activities extends NavbarComponent {
'column-activity': getActivityTabComponent({
dataObject: { cards: [] },
apiUrl: `https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/dynamic_new?uid=${userInfo.mid}&type_list=64`,
name: '专栏',
template: /*html*/`
<div class="column-activity" :class="{center: loading || cards.length === 0}">
<activity-loading :loading="loading"></activity-loading>
@ -1215,6 +1216,7 @@ class Activities extends NavbarComponent {
'live-activity': getActivityTabComponent({
dataObject: { cards: [] },
apiUrl: `https://api.live.bilibili.com/relation/v1/feed/feed_list?page=1&pagesize=24`,
name: '直播',
template: /*html*/`
<div class="live-activity" :class="{center: loading || cards.length === 0}">
<activity-loading :loading="loading"></activity-loading>