no message

This commit is contained in:
A1300399510
2024-01-04 11:12:34 +08:00
parent 2ddfc65699
commit 8a9fae693c
51 changed files with 632 additions and 604 deletions

View File

@@ -540,7 +540,7 @@ const getCommentListHttp = () => {
if (commentPage.value == 0 || commentLoading || detailsLoading.value) return
commentLoading = true
getRelatedlistHttp()
if (commentPage.value != 1) getRelatedlistHttp()
detailsCommentListHttp({
page: commentPage.value,
@@ -1591,7 +1591,7 @@ const handleListScroll = e => {
font-size: 12px;
color: #d7d7d7;
text-align: center;
margin-bottom: 158px;
margin-bottom: 118px;
}
}
}