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
陈剑华
2024-05-11 15:09:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d2ee2c272c8854749db775960802dfe18fa59d30
d2ee2c27
1 parent
1ea7950e
fix: 16929 功能缺陷-进入文化频道页,日期未展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/RmhTitle.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/RmhTitle.ets
View file @
d2ee2c2
...
...
@@ -25,7 +25,7 @@ export struct RmhTitle {
aboutToAppear(): void {
let page = router.getState();
if (page.path.includes('/page/PeopleShipHomePage')) {
if (page.path.includes('/page/PeopleShipHomePage')
|| page.path.includes('/pages/MainPage')
) {
this.hideTime = true;
}
}
...
...
Please
register
or
login
to post a comment