Merge branch 'factory' of https://gitlink.org.cn/Gitlink/forgeplus-react-v2 into factory
This commit is contained in:
commit
ed8fd921b4
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue