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-13 16:56:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2bfd41bb048e8f68f1087758e77c7c598d9f4b6d
2bfd41bb
1 parent
39eb8e24
fix: 16931 功能缺陷-进入文化频道-点击视频没有跳转到视频播放页,实际跳转到文章详情页
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card20Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card20Component.ets
View file @
2bfd41b
...
...
@@ -102,6 +102,9 @@ struct createImg {
CardMediaInfo({ contentDTO: this.contentDTO })
}
.align(Alignment.BottomEnd)
.onClick((event: ClickEvent) => {
ProcessUtils.gotoVod(this.contentDTO)
})
}
}
}
...
...
Please
register
or
login
to post a comment