mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-02-28 15:04:44 +08:00
feat: enhance login status management and improve error logging across services
This commit is contained in:
@@ -112,7 +112,7 @@ export default function VideoCard({
|
||||
router.replace("/");
|
||||
}
|
||||
} catch (error) {
|
||||
console.error("Failed to delete play record:", error);
|
||||
console.info("Failed to delete play record:", error);
|
||||
Alert.alert("错误", "删除观看记录失败,请重试");
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user