a1300399510@qq.com 提交于 2023/03/31 -12:00:01

This commit is contained in:
2023-03-31 12:00:10 +08:00
parent bab8eda21f
commit 368d1b83b9
2 changed files with 52 additions and 27 deletions

View File

@@ -54,7 +54,7 @@
<!-- 分页 -->
<detail-reply></detail-reply>
<detail-reply :two-comment-data="twoCommentData" :pop-state="popState"></detail-reply>
</div>
</template>
@@ -65,7 +65,12 @@ export default {
data() {
return {
twoCommentData: {
avatar: "https://oss.gter.net/avatar/97KwEWANd_4DHWiY6VbnSUFSCKroYWFjYQ~~/middle",
content: "评论回复",
},
popState: "discussionSingle",
};
},