• 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
  • ..
  • components
  • ImageAndTextWebComponent.ets
  • 图文详情页面 · 17f56b9b
    17f56b9b Browse Files
    liujian1_wd authored 2024-01-31 18:15:37 +0800
ImageAndTextWebComponent.ets 174 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
import { ContentDetailDTO } from 'wdBean'

@Component
export struct ImageAndTextWebComponent{
  @Prop detailData: ContentDetailDTO = {} as ContentDetailDTO

  build(){

  }
}