|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2022-06-24 11:43:04
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-06-29 20:46:35
|
|
|
|
|
* @LastEditTime: 2022-06-30 14:27:38
|
|
|
|
|
* @Description: file content
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
@ -199,10 +199,10 @@ export default {
|
|
|
|
|
return false
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
this.answerCommentList.push({
|
|
|
|
|
this.answerCommentList.unshift({
|
|
|
|
|
...result,
|
|
|
|
|
userName : this.$store.state.userInfo.nickname,
|
|
|
|
|
parentName: this.answer ? this.answer.userName : ''
|
|
|
|
|
parentUserName: this.answer ? this.answer.userName : ''
|
|
|
|
|
});
|
|
|
|
|
this.answerContent = '';
|
|
|
|
|
this.replyCount++;
|
|
|
|
|