From 4241d13d33e84326a0fabe4a4bd7a378f5abf38f Mon Sep 17 00:00:00 2001 From: yi-ge Date: Fri, 17 Jul 2020 12:04:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=84=E8=AE=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/post/_id.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/post/_id.vue b/pages/post/_id.vue index 6a25103..13d86df 100644 --- a/pages/post/_id.vue +++ b/pages/post/_id.vue @@ -493,6 +493,9 @@ export default { }) if (data.status === 1) { + this.replyID = null + this.replyLastID = null + window.location.hash = '_' // 获取评论 const tmp = await this.$axios.get(process.env.baseURL + `/public/comments/post?ID=${postID}`) const comments = tmp.data.result.list || [] @@ -685,6 +688,7 @@ export default { .comment-content width 100% + padding 5px 0 img max-width 100%