From 9371443ade85d55f9d9c7556c77bf74f60e8e6ee Mon Sep 17 00:00:00 2001 From: imsyy Date: Thu, 23 Mar 2023 18:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HotList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HotList.vue b/src/components/HotList.vue index 08bfc85..e02f1d1 100644 --- a/src/components/HotList.vue +++ b/src/components/HotList.vue @@ -160,7 +160,7 @@ const getHotListsData = (type, isNew = false) => { scrollbarRef.value.scrollTo({ position: "top", behavior: "smooth" }); } } else { - $message.error(res.message); + $message.error(res.title + res.message); } }); };