• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • details
  • BottomComponent.ets
  • feat:1)添加直播详情页基本组件(直播间和大家聊页面) · 8432de28
    8432de28 Browse Files
    wangyujian_wd authored 2024-04-10 16:11:35 +0800
BottomComponent.ets 207 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@Component
export struct BottomComponent {
  aboutToAppear(): void {
  }

  build() {
    Row() {

    }.backgroundColor(Color.Gray)
    .height(56)
    .width('100%')
  }

  aboutToDisappear(): void {
  }
}