mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 09:12:09 +08:00
修复wy热门评论显示
This commit is contained in:
parent
fb0ca0df77
commit
c5527a52fc
@ -162,7 +162,7 @@ export default {
|
||||
form: weapi({
|
||||
rid: id,
|
||||
limit,
|
||||
offset: limit * page,
|
||||
offset: limit * (page - 1),
|
||||
beforeTime: Date.now().toString(),
|
||||
}),
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user