From 33831736a9a3c2cc31e0dc69642723a7ef5a3b23 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 21 Mar 2023 11:58:55 +0800 Subject: [PATCH] BUG 34 --- project/qujing/app/AppCurriculumManage/components/Comment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/qujing/app/AppCurriculumManage/components/Comment.vue b/project/qujing/app/AppCurriculumManage/components/Comment.vue index 44754a29..5a30354a 100644 --- a/project/qujing/app/AppCurriculumManage/components/Comment.vue +++ b/project/qujing/app/AppCurriculumManage/components/Comment.vue @@ -84,7 +84,7 @@ }, show (id, isShow) { - this.$confirm(isShow === '1' ? '确定隐藏该留言?' : '确定隐藏该留言').then(() => { + this.$confirm(isShow === '1' ? '确定隐藏该评论?' : '确定隐藏该评论').then(() => { this.instance.post(`/app/appcoursecomment/configCommentById?id=${id}&status=${isShow === '1' ? '0' : '1'}`).then(res => { if (res.code == 0) { this.$message.success('操作成功')