修复QQ源歌单无法翻页Bug

pull/96/head
lyswhut 2019-10-10 18:43:04 +08:00
parent d8969c327c
commit 9379328d96
2 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,3 @@
#### 修复
- 修复QQ源歌单无法翻页Bug

View File

@ -36,7 +36,7 @@ export default {
category_id: id,
size: this.limit_list,
page: page - 1,
use_page: page - 1,
use_page: 1,
},
module: 'playlist.PlayListCategoryServer',
},
@ -44,7 +44,7 @@ export default {
comm: { cv: 1602, ct: 20 },
playlist: {
method: 'get_playlist_by_tag',
param: { id: 10000000, sin: 0, size: this.limit_list, order: sortId, cur_page: page },
param: { id: 10000000, sin: this.limit_list * (page - 1), size: this.limit_list, order: sortId, cur_page: page },
module: 'playlist.PlayListPlazaServer',
},
}))}`