修复wy热门评论显示

This commit is contained in:
lyswhut 2023-06-16 12:45:20 +08:00
parent fb0ca0df77
commit c5527a52fc

View File

@ -162,7 +162,7 @@ export default {
form: weapi({
rid: id,
limit,
offset: limit * page,
offset: limit * (page - 1),
beforeTime: Date.now().toString(),
}),
})