|
|
@ -2,7 +2,7 @@
|
|
|
|
* @Author: ch
|
|
|
|
* @Author: ch
|
|
|
|
* @Date: 2022-06-21 18:19:13
|
|
|
|
* @Date: 2022-06-21 18:19:13
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditTime: 2022-06-29 20:37:02
|
|
|
|
* @LastEditTime: 2022-06-29 21:29:35
|
|
|
|
* @Description: file content
|
|
|
|
* @Description: file content
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
@ -118,7 +118,7 @@ export default {
|
|
|
|
this.detail.answerCommentList.push({
|
|
|
|
this.detail.answerCommentList.push({
|
|
|
|
...result,
|
|
|
|
...result,
|
|
|
|
userName : this.$store.state.userInfo.nickname,
|
|
|
|
userName : this.$store.state.userInfo.nickname,
|
|
|
|
parentName: this.answer ? this.answer.userName : ''
|
|
|
|
parentUserName: this.answer ? this.answer.userName : ''
|
|
|
|
});
|
|
|
|
});
|
|
|
|
this.commentContent = '';
|
|
|
|
this.commentContent = '';
|
|
|
|
this.detail.replyCount++;
|
|
|
|
this.detail.replyCount++;
|
|
|
|