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-18 14:15:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e130bd87a83e958920dbe27b12cfeefb2c29eb2d
e130bd87
1 parent
771e95ba
feat: 17539 功能缺陷-页面加载-信息流图片加载,手机打开仅wifi加载图片控制,时间轴图片未显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card9Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/Card9Component.ets
View file @
e130bd8
...
...
@@ -13,7 +13,7 @@ const TAG: string = 'Card9Component';
@Component
export struct Card9Component {
@State contentDTO: ContentDTO = new ContentDTO();
@State loadImg: boolean = true;
//
@State loadImg: boolean = true;
@State clicked: boolean = false;
@State titleMarked: boolean = false;
@State str01: string = '';
...
...
@@ -57,7 +57,7 @@ export struct Card9Component {
}
// 大图
Stack() {
Image(this.
loadImg ? this.contentDTO.coverUrl : ''
)
Image(this.
contentDTO.coverUrl
)
.backgroundColor(0xf5f5f5)
.width('100%')
.height(133)
...
...
Please
register
or
login
to post a comment