wwf
3 天以前 23fa268f56dcd99c8dcd46f50f3ffcaa4cdcbc49
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)