From 8656f1ab8f6bc76546795e6d65d6f9733cdcdaf4 Mon Sep 17 00:00:00 2001 From: erio Date: Sun, 1 Mar 2026 14:41:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20move=20refresh+orders=20buttons=20into?= =?UTF-8?q?=20=E8=AE=A2=E5=8D=95=E4=B8=AD=E5=BF=83=20card,=20remove=20from?= =?UTF-8?q?=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pay/page.tsx | 73 +++++++++++++++----------------------------- 1 file changed, 25 insertions(+), 48 deletions(-) diff --git a/src/app/pay/page.tsx b/src/app/pay/page.tsx index eb9f09b..bf9cf43 100644 --- a/src/app/pay/page.tsx +++ b/src/app/pay/page.tsx @@ -439,33 +439,6 @@ function PayContent() { {'\u5B89\u5168\u652F\u4ED8\uFF0C\u81EA\u52A8\u5230\u8D26'}

- {!isMobile && ( -
- - - {'\u6211\u7684\u8BA2\u5355'} - -
- )} {error && ( @@ -548,28 +521,32 @@ function PayContent() {
-
订单中心
- +
+
订单中心
+
最近订单:{myOrders.length} 条
+
+
+ + + 我的订单 + +
-
最近订单:{myOrders.length} 条
- - 打开完整订单页 -