add api signature

This commit is contained in:
landaiqing
2024-11-19 01:48:32 +08:00
parent 23331318de
commit 5a05e87f49
17 changed files with 81 additions and 147 deletions

View File

@@ -292,7 +292,7 @@ async function cancelCommentLike(item: any) {
* @param pageSize
*/
async function paginationCommentChange(page: number, pageSize: number) {
await router.push({
router.push({
path: "/main",
query: {
type: router.currentRoute.value.query.type,
@@ -331,7 +331,7 @@ async function getLatestCommentList() {
query: {
type: "latest",
page: router.currentRoute.value.query.page,
}
}
});
comment.commentLoading = false;
});