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-17 10:12:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03b4b965c59513dfd657511a33d48b2f6d5e64e9
03b4b965
1 parent
886a0e93
fix: 17539 功能缺陷-页面加载-信息流图片加载,手机打开仅wifi加载图片控制,时间轴图片未显示
Show 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 @
03b4b96
...
...
@@ -13,7 +13,7 @@ const TAG: string = 'Card9Component';
@Component
export struct Card9Component {
@State contentDTO: ContentDTO = new ContentDTO();
@State loadImg: boolean =
fals
e;
@State loadImg: boolean =
tru
e;
@State clicked: boolean = false;
@State titleMarked: boolean = false;
@State str01: string = '';
...
...
@@ -22,7 +22,7 @@ export struct Card9Component {
async aboutToAppear(): Promise<void> {
this.titleInit();
this.loadImg = await onlyWifiLoadImg();
//
this.loadImg = await onlyWifiLoadImg();
}
titleInit() {
...
...
Please
register
or
login
to post a comment