|
|
@@ -402,7 +402,7 @@ export default function AccountPage() {
|
|
|
{/* 领取记录卡片 (还原显示) */}
|
|
|
<section className="ui-enter ui-enter-delay-2 rounded-[2.5rem] border border-white/10 bg-white/5 p-8 backdrop-blur-2xl shadow-xl">
|
|
|
<div className="flex items-center justify-between mb-8">
|
|
|
- <h2 className="font-serif text-2xl font-bold text-white">财务领取记录</h2>
|
|
|
+ <h2 className="font-serif text-2xl font-bold text-white">奖学金领取记录</h2>
|
|
|
<Link href="/account/withdrawals" className="text-xs font-bold text-[#b89458] hover:text-[#f3deae] transition-colors">查看全部记录</Link>
|
|
|
</div>
|
|
|
|
|
|
@@ -442,7 +442,7 @@ export default function AccountPage() {
|
|
|
{/* 已购买课程 */}
|
|
|
<section className="ui-enter ui-enter-delay-3 rounded-[2.5rem] border border-white/10 bg-white/5 p-8 backdrop-blur-2xl shadow-xl">
|
|
|
<div className="flex items-center justify-between mb-8">
|
|
|
- <h2 className="font-serif text-2xl font-bold text-white">已购核心课程</h2>
|
|
|
+ <h2 className="font-serif text-2xl font-bold text-white">已购课程</h2>
|
|
|
<Link href="/account/purchased-courses" className="text-xs font-bold text-[#b89458] hover:text-[#f3deae] transition-colors">浏览全部课程</Link>
|
|
|
</div>
|
|
|
|