This commit is contained in:
yanran200730
2023-02-20 10:14:14 +08:00
parent 38a6ace8d2
commit be1b24568a

View File

@@ -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('操作成功')