From e07b6d6be2a7cc52f0066c4afdd7e9a2b203974e Mon Sep 17 00:00:00 2001 From: A1300399510 <A1300399510> Date: Mon, 15 Jan 2024 17:55:41 +0800 Subject: [PATCH] no message --- components/MyPopup.vue | 2 +- pages/details/[id].vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/MyPopup.vue b/components/MyPopup.vue index 384ab24..57327d9 100644 --- a/components/MyPopup.vue +++ b/components/MyPopup.vue @@ -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 diff --git a/pages/details/[id].vue b/pages/details/[id].vue index 3ba2f94..1bf46d6 100644 --- a/pages/details/[id].vue +++ b/pages/details/[id].vue @@ -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