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); } }); };