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-22 09:46:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9f67ef106cbe126944b30ef68bc9e1f1bebc2ddf
9f67ef10
1 parent
b74edd5b
feat: 17794 搜索结果页-图片展示异常
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card4Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card4Component.ets
View file @
9f67ef1
...
...
@@ -75,7 +75,7 @@ export struct Card4Component {
ForEach(this.contentDTO.fullColumnImgUrls, (item: FullColumnImgUrlDTO, index: number) => {
if (index < 3) {
GridCol({ span: { xs: 4 } }) {
Image(this.loadImg ? item.url : '')
Image(this.loadImg ? item.url
|| item.fullUrl
: '')
.backgroundColor(0xf5f5f5)
.width('100%')
.aspectRatio(113 / 75)
...
...
Please
register
or
login
to post a comment