From 23fa268f56dcd99c8dcd46f50f3ffcaa4cdcbc49 Mon Sep 17 00:00:00 2001 From: wwf <1971391498@qq.com> Date: 星期五, 10 十月 2025 17:25:53 +0800 Subject: [PATCH] 功能完善 --- entry/src/main/ets/pages/account/AboutPage.ets | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/entry/src/main/ets/pages/account/AboutPage.ets b/entry/src/main/ets/pages/account/AboutPage.ets index 8634909..1c90493 100644 --- a/entry/src/main/ets/pages/account/AboutPage.ets +++ b/entry/src/main/ets/pages/account/AboutPage.ets @@ -1,13 +1,17 @@ +import { router } from "@kit.ArkUI" @Entry @Component -export struct AboutPage { +struct AboutPage { build() { Column() { Row() { Image($r('app.media.left_icon')) .width(20) .height(20) + .onClick(() => { + router.back() + }) Text('鍏充簬') .fontSize(18) .fontWeight(700) -- Gitblit v1.8.0