From e4cdac8bb98bf3bd74118e2fab98e5145f67119e Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 1 Nov 2022 18:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AF=A6=E6=83=85=E6=94=B6?= =?UTF-8?q?=E8=97=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/LayerService/LayerServiceTopDetails.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue index e9bf1059..347a0bd7 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue @@ -151,7 +151,7 @@ console.log('收藏===================》', props.dataList) if (scFlag2.value) { scFlag2.value = false - if (props.dataList.isCollect) { + if (props.dataList.isCollect == 'true') { scDel([props.dataList.id]).then((res) => { if (res.data.msg === 'success') { message.success('取消成功')