This commit is contained in:
Eeeros 2026-03-27 09:47:32 +08:00
commit ed8fd921b4
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ function detail(props) {
]
function actionClick(item){
const {memoKey, id} = item;
const {memoKey} = item;
if(memoKey === "user_praise"){
postPlus({
container_type: "Memo",
@ -79,7 +79,7 @@ function detail(props) {
setReload(Math.random());
}
})
}else if(id === "reply"){
}else if(item.id === "reply"){
//
const commentsSection = document.getElementById('commentListBox_forums');
if (commentsSection) {