• 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
  • ..
  • pages
  • SubscribeMessagePage.ets
  • desc:消息中心 和 预约消息 · 6dac5683
    6dac5683 Browse Files
    yangchenggong1_wd authored 2024-05-14 17:28:52 +0800
SubscribeMessagePage.ets 250 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
import { SubscribeMessageComponent } from '../components/mine/message/subscribe/SubscribeMessageComponent'

//预约消息 页面
@Entry
@Component
struct SubscribeMessagePage {

  build() {
    Column(){
      SubscribeMessageComponent()
    }
  }
}