From 19d247c41c3afe26b3a26abc83773083a38ddf92 Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 30 Jun 2025 15:35:50 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3928=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=B5=84=E8=AE=AF=E2=80=94?= =?UTF-8?q?=E7=94=A8=E6=88=B7@=E6=A5=BC=E4=B8=BB=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=90=8E=E8=BE=93=E5=85=A5=E6=A1=86=E4=BB=8D?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=98=BE=E7=A4=BA@=E6=A5=BC=E4=B8=BB?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= 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 02c0903..a27f44a 100644 --- a/pagesInn/inn/innInfoDetail.vue +++ b/pagesInn/inn/innInfoDetail.vue @@ -309,6 +309,7 @@ export default { uni.hideLoading(); this.getComment() this.reply = '' + this.currentComment = {} this.item.replyCount === null ? this.item.replyCount = 1 : this.item.replyCount++ }) }, diff --git a/pkg_common/views/message.vue b/pkg_common/views/message.vue index 6720fa8..befce58 100644 --- a/pkg_common/views/message.vue +++ b/pkg_common/views/message.vue @@ -181,7 +181,7 @@ export default { } replyMessage(params).then(res => { this.fetchList() // 查询消息列表 - uni.hideLoading + uni.hideLoading() }) },