This commit is contained in:
jxxghp
2023-07-06 08:13:41 +08:00
parent ffa0f38180
commit 3c9c91a2c6

View File

@@ -67,6 +67,7 @@ const addSubscribe = async (season: number = 0) => {
if (result.success) {
// 订阅成功
isSubscribed.value = true;
$toast.success(`${props.media?.title} 添加订阅成功!`);
} else {
$toast.error(`${props.media?.title} 添加订阅失败:${result.message}`);
}