no message
This commit is contained in:
parent
66120a8426
commit
e07b6d6be2
@ -115,7 +115,7 @@ const getPublish = () => {
|
|||||||
if (publisPage == 0 && !publisloading.value) return
|
if (publisPage == 0 && !publisloading.value) return
|
||||||
|
|
||||||
publisloading.value = true
|
publisloading.value = true
|
||||||
MyUserPublishHttp({ limit: 4, page: publisPage })
|
MyUserPublishHttp({ page: publisPage })
|
||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.code != 200) return
|
if (res.code != 200) return
|
||||||
let data = res.data
|
let data = res.data
|
||||||
|
@ -707,7 +707,7 @@ const getCommentListHttp = () => {
|
|||||||
// 获取剩下的子评论
|
// 获取剩下的子评论
|
||||||
const alsoCommentsData = (index, ind) => {
|
const alsoCommentsData = (index, ind) => {
|
||||||
let targetCommentItem = { ...commentList.value[index] }
|
let targetCommentItem = { ...commentList.value[index] }
|
||||||
const token = targetCommentItem["token"]
|
// const token = targetCommentItem["token"]
|
||||||
const parentid = targetCommentItem["id"]
|
const parentid = targetCommentItem["id"]
|
||||||
let page = targetCommentItem["childPage"] ?? 1
|
let page = targetCommentItem["childPage"] ?? 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user