diff --git a/src/components/dialoguePanel/DialoguePanel.vue b/src/components/dialoguePanel/DialoguePanel.vue index f32933aa7f544e60ef4c219b40bfdedefa101733..2d6c7ab4d9bb482d7b5b41bc47897adab70c9aec 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;