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)