修复QQ源歌单无法翻页Bug
parent
d8969c327c
commit
9379328d96
|
@ -0,0 +1,3 @@
|
|||
#### 修复
|
||||
|
||||
- 修复QQ源歌单无法翻页Bug
|
|
@ -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',
|
||||
},
|
||||
}))}`
|
||||
|
|
Loading…
Reference in New Issue