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
components
pages/details

@ -115,7 +115,7 @@ const getPublish = () => {
if (publisPage == 0 && !publisloading.value) return
publisloading.value = true
MyUserPublishHttp({ limit: 4, page: publisPage })
MyUserPublishHttp({ page: publisPage })
.then(res => {
if (res.code != 200) return
let data = res.data

@ -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