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/PersonVitae.ets |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/entry/src/main/ets/pages/account/PersonVitae.ets b/entry/src/main/ets/pages/account/PersonVitae.ets
index e57b128..49ceda6 100644
--- a/entry/src/main/ets/pages/account/PersonVitae.ets
+++ b/entry/src/main/ets/pages/account/PersonVitae.ets
@@ -1,12 +1,17 @@
+import { router } from '@kit.ArkUI'
+
 @Entry
 @Component
-export struct CourseCollection {
+struct PersonVitae {
   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