From d471e6e7bf14c187eb58d3ee26d10c8f1f1661bc Mon Sep 17 00:00:00 2001 From: al Date: Wed, 27 Nov 2024 17:41:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E6=97=A0=E6=95=88=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/my/editUserProfile/selectUserProfileItem/page.js | 3 --- app/my/setting/aboutUs/page.js | 3 --- app/profile/[mid]/page.js | 3 --- 3 files changed, 9 deletions(-) diff --git a/app/my/editUserProfile/selectUserProfileItem/page.js b/app/my/editUserProfile/selectUserProfileItem/page.js index 95d2c5a..52326a8 100644 --- a/app/my/editUserProfile/selectUserProfileItem/page.js +++ b/app/my/editUserProfile/selectUserProfileItem/page.js @@ -107,9 +107,6 @@ export default function SelectUserProfileItem() { style={{ maxWidth: "12px" }} size="xl" className=" ml-2" - onClick={() => { - router.push("my/editUserProfile/editUserName"); - }} /> diff --git a/app/my/setting/aboutUs/page.js b/app/my/setting/aboutUs/page.js index 516747d..b425522 100644 --- a/app/my/setting/aboutUs/page.js +++ b/app/my/setting/aboutUs/page.js @@ -82,9 +82,6 @@ export default function AboutUs() { style={{ maxWidth: "12px" }} size="sm" className="h-4 text-gray-300" - onClick={() => { - router.back(); - }} /> diff --git a/app/profile/[mid]/page.js b/app/profile/[mid]/page.js index 1994224..d589345 100644 --- a/app/profile/[mid]/page.js +++ b/app/profile/[mid]/page.js @@ -422,9 +422,6 @@ export default function PersonSpace() { size="xl" style={{ maxWidth: "12px" }} className="h-4" - onClick={() => { - router.back(); - }} /> -- 2.41.0