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-04-26 10:44:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f7372886ce25e60150daa16782cc551eeae7fd6f
f7372886
1 parent
e34df623
fix: 16561 人民号主页动态视频跳转内容鸿蒙与安卓不一致
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 @
f737288
...
...
@@ -104,6 +104,9 @@ struct createImg {
}
.align(Alignment.BottomEnd)
}
.onClick((event: ClickEvent) => {
ProcessUtils.gotoVod(this.contentDTO)
})
} else {
// 竖图显示,宽度占50%,高度自适应
GridCol({
...
...
Please
register
or
login
to post a comment