mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(Ranking): cannot show the variety show ranking list (#576)
close #576
This commit is contained in:
@@ -152,7 +152,7 @@ function getRankingPgc() {
|
||||
season_type: activatedRankingType.value.seasonType,
|
||||
}).then((response: RankingPgcResult) => {
|
||||
if (response.code === 0)
|
||||
Object.assign(PgcList, response.result.list)
|
||||
Object.assign(PgcList, response.data.list)
|
||||
}).finally(() => isLoading.value = false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user