no message

This commit is contained in:
A1300399510
2024-01-15 17:55:41 +08:00
parent 66120a8426
commit e07b6d6be2
2 changed files with 2 additions and 2 deletions

View File

@@ -707,7 +707,7 @@ const getCommentListHttp = () => {
// 获取剩下的子评论
const alsoCommentsData = (index, ind) => {
let targetCommentItem = { ...commentList.value[index] }
const token = targetCommentItem["token"]
// const token = targetCommentItem["token"]
const parentid = targetCommentItem["id"]
let page = targetCommentItem["childPage"] ?? 1