no message
This commit is contained in:
parent
66120a8426
commit
e07b6d6be2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user