清除无效点击事件

This commit is contained in:
al 2024-11-27 17:41:55 +08:00
parent fbd945032e
commit d471e6e7bf
3 changed files with 0 additions and 9 deletions

View File

@ -107,9 +107,6 @@ export default function SelectUserProfileItem() {
style={{ maxWidth: "12px" }}
size="xl"
className=" ml-2"
onClick={() => {
router.push("my/editUserProfile/editUserName");
}}
/>
</div>
</div>

View File

@ -82,9 +82,6 @@ export default function AboutUs() {
style={{ maxWidth: "12px" }}
size="sm"
className="h-4 text-gray-300"
onClick={() => {
router.back();
}}
/>
</li>
</ul>

View File

@ -422,9 +422,6 @@ export default function PersonSpace() {
size="xl"
style={{ maxWidth: "12px" }}
className="h-4"
onClick={() => {
router.back();
}}
/>
</div>
</div>