Commit 814270b4 authored by 罗林杰's avatar 罗林杰

修改bug

parent ec460ee0
...@@ -158,6 +158,7 @@ export default{ ...@@ -158,6 +158,7 @@ export default{
if (value.parentId == null){ if (value.parentId == null){
//点击的第一层评论 //点击的第一层评论
this.parentId = value.businessId this.parentId = value.businessId
this.commentId = value.businessId
} else { } else {
//点击的第二层评论 //点击的第二层评论
this.parentId = value.parentId this.parentId = value.parentId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment