parent
9a470268b2
commit
6bd3f751c8
@ -311,6 +311,8 @@ export default {
|
|||||||
this.commentContentNoName = val.slice(this.replyUserName.length);
|
this.commentContentNoName = val.slice(this.replyUserName.length);
|
||||||
} else if (this.replyUserName) {
|
} else if (this.replyUserName) {
|
||||||
this.commentContent = this.replyUserName + this.commentContentNoName;
|
this.commentContent = this.replyUserName + this.commentContentNoName;
|
||||||
|
} else {
|
||||||
|
this.commentContentNoName = this.commentContent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user