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