From 7103f22de2d56436d2fac0d3922deb3c287c23ab Mon Sep 17 00:00:00 2001 From: yezian Date: Sun, 11 Aug 2024 10:40:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=94=AF=E4=BB=98=E6=B5=81?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/my/wallet/page.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/my/wallet/page.js b/app/my/wallet/page.js index 906f9d6..60190ce 100644 --- a/app/my/wallet/page.js +++ b/app/my/wallet/page.js @@ -57,7 +57,7 @@ export default function Wallet() { icon={faAngleLeft} size="xl" onClick={() => { - router.push("/my"); + router.back(); }} /> @@ -68,7 +68,10 @@ export default function Wallet() {