From 818ace3efcf88602620490f3bd3c290645d19301 Mon Sep 17 00:00:00 2001 From: cc500 <2014434568@qq.com> Date: Wed, 23 Apr 2025 11:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=82=B9=E8=B8=A9=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dialoguePanel/DialoguePanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialoguePanel/DialoguePanel.vue b/src/components/dialoguePanel/DialoguePanel.vue index f32933a..2d6c7ab 100644 --- a/src/components/dialoguePanel/DialoguePanel.vue +++ b/src/components/dialoguePanel/DialoguePanel.vue @@ -195,7 +195,7 @@ const handleDislike = async ( reasonDescription: reasonDescription, } ).then((res) => { - if(res[1].status === 200){ + if(res[1].code === 200){ isAgainstVisible.value = false; isAgainst.value = isAgainst.value ? false : true; isSupport.value = false; -- Gitee