wwf
3 天以前 23fa268f56dcd99c8dcd46f50f3ffcaa4cdcbc49
entry/src/main/ets/pages/account/SettingPage.ets
@@ -1,6 +1,8 @@
import { router } from '@kit.ArkUI'
@Entry
@Component
export struct SettingPage {
struct SettingPage {
  @State messagePushFlag: boolean = false
  @State autoUpdateFlag: boolean = false
  build() {
@@ -9,6 +11,9 @@
        Image($r('app.media.left_icon'))
          .width(20)
          .height(20)
          .onClick(() => {
            router.back()
          })
        Text('隐私设置')
          .fontSize(18)
          .fontWeight(700)