no message
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user