Merge branch 'feature/comment-0620-ch' into msb_test

fix/0701-ch
ch 2 years ago
commit 0391e24745

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-06-21 18:19:13
* @LastEditors: ch
* @LastEditTime: 2022-06-29 21:29:35
* @LastEditTime: 2022-06-30 11:11:33
* @Description: file content
-->
<template>
@ -118,7 +118,7 @@ export default {
this.detail.answerCommentList.push({
...result,
userName : this.$store.state.userInfo.nickname,
parentUserName: this.answer ? this.answer.userName : ''
parentName: this.answer ? this.answer.userName : ''
});
this.commentContent = '';
this.detail.replyCount++;
@ -200,6 +200,7 @@ page{
&--ctx{
margin: 26rpx 0;
line-height: 36rpx;
word-break: break-all;
}
}
.footer{

Loading…
Cancel
Save