I am so sad today

This commit is contained in:
Zixin Zhou 2025-08-28 20:57:57 +08:00
parent 89b8413fd1
commit 1af5fda76a

View File

@ -99,12 +99,12 @@ export function TopBar({
if (response.successful && response.data?.portal_url) {
redirectToPortal(response.data.portal_url);
} else {
console.error('创建订阅管理会话失败:', response.message);
alert('无法打开订阅管理页面,请稍后重试');
console.log("cannot open the manage subscription");
return;
}
} catch (error) {
console.error('打开订阅管理页面失败:', error);
alert('无法打开订阅管理页面,请稍后重试');
console.log("cannot open the manage subscription");
return;
} finally {
setIsManagingSubscription(false);
}