留言板调整

(cherry picked from commit cd59d4e26e)
This commit is contained in:
fan 2020-11-17 19:17:21 +08:00
parent 9a470268b2
commit 6bd3f751c8

View File

@ -311,6 +311,8 @@ export default {
this.commentContentNoName = val.slice(this.replyUserName.length);
} else if (this.replyUserName) {
this.commentContent = this.replyUserName + this.commentContentNoName;
} else {
this.commentContentNoName = this.commentContent;
}
}
}