From f33507f902255a435f595658bdb2d354371e8787 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 16 Jul 2025 09:42:55 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E8=AF=84=E8=AE=BA):[#4048]=E5=BA=94?= =?UTF-8?q?=E8=AF=A5=E6=98=BE=E7=A4=BA=E8=A2=AB=E5=9B=9E=E5=A4=8Dat?= =?UTF-8?q?=E7=9A=84=E7=94=A8=E6=88=B7=E6=98=B5=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesInn/inn/innInfoDetail.vue | 1 + pkg_common/views/message.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pagesInn/inn/innInfoDetail.vue b/pagesInn/inn/innInfoDetail.vue index 2febece..8685ca6 100644 --- a/pagesInn/inn/innInfoDetail.vue +++ b/pagesInn/inn/innInfoDetail.vue @@ -314,6 +314,7 @@ export default { atUid: this.currentComment.uid || null } addComment(params).then((res) => { + uni.hideLoading() this.init() this.reply = '' this.currentComment = {} diff --git a/pkg_common/views/message.vue b/pkg_common/views/message.vue index c82c94c..cb6a732 100644 --- a/pkg_common/views/message.vue +++ b/pkg_common/views/message.vue @@ -34,7 +34,7 @@ {{ comment.parentReply }} - {{ "@" + comment.senderUserNickname }} + {{ "@" + comment.replyAt.atNickName }} {{ ' ' + comment.reply }}