From be1b24568a6ca7f065593b449f750d4918334336 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 20 Feb 2023 10:14:14 +0800 Subject: [PATCH] bug --- packages/publicity/AppContentInfo/components/Comment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/publicity/AppContentInfo/components/Comment.vue b/packages/publicity/AppContentInfo/components/Comment.vue index 62c30eeb..3740793f 100644 --- a/packages/publicity/AppContentInfo/components/Comment.vue +++ b/packages/publicity/AppContentInfo/components/Comment.vue @@ -83,7 +83,7 @@ }, show (id, isShow) { - this.$confirm(isShow === '1' ? '确定隐藏该留言?' : '确定隐藏该留言').then(() => { + this.$confirm(isShow === '1' ? '确定隐藏该评论?' : '确定隐藏该评论').then(() => { this.instance.post(`/app/appcontentcomment/show?id=${id}`).then(res => { if (res.code == 0) { this.$message.success('操作成功')