Toggle navigation
Toggle navigation
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
Authored by
wangyujian_wd
2024-04-11 09:58:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a87dc14d4a9f75da9fe44a46c6ace79caa5ee36a
a87dc14d
1 parent
96a98818
feat:1)点击首页顶部 人民日报logo 跳转页面修改
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/TopNavigationComponent.ets
View file @
a87dc14
...
...
@@ -155,8 +155,8 @@ export struct TopNavigationComponent {
.width(72)
.height(29)
.onClick((event: ClickEvent) => {
this.jumpToLiveDetailsPaper()
// this.jumpToENewPaper()
// this.jumpToLiveDetailsPaper()
this.jumpToENewPaper()
})
Stack({ alignContent: Alignment.Center }) {
...
...
Please
register
or
login
to post a comment