未验证 提交 0f6e3dc5 编写于 作者: O openharmony_ci 提交者: Gitee

!2357 ArkUI api review 评审意见修改

Merge pull request !2357 from kukixi/master
......@@ -132,7 +132,7 @@ struct NavigationExample {
.titleMode(NavigationTitleMode.Free)
.hideTitleBar(false)
.hideBackButton(false)
.onTitleModeChanged((titleModel: NavigationTitleMode) => {
.onTitleModeChange((titleModel: NavigationTitleMode) => {
console.log('titleMode')
})
.toolBar({ items: [
......@@ -148,4 +148,4 @@ struct NavigationExample {
.hideToolBar(this.hideBar)
}
}
}
\ No newline at end of file
}
......@@ -69,7 +69,7 @@ struct NavigationExample {
{ value: 'add' },
{ value: 'collect' }
] })
.onTitleModeChanged((titleModel: NavigationTitleMode) => {
.onTitleModeChange((titleModel: NavigationTitleMode) => {
console.log('titleMode:' + titleModel)
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册