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
wangliang_wd
2024-09-27 14:47:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68bfe8c0cee8c63e90ecd3545fc6dcd5484c76c2
68bfe8c0
1 parent
76202b19
feat:优化早晚报list图片仅WiFi展示逻辑
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/page/CardView.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
View file @
68bfe8c
...
...
@@ -626,7 +626,7 @@ export struct PaperSingleColumn999CardView {
}
async aboutToAppear(): Promise<void> {
//
this.loadImg = await onlyWifiLoadImg();
this.loadImg = await onlyWifiLoadImg();
this.onChangeCommentList()
this.isRead = hasClicked(this.item.objectId, '')
}
...
...
Please
register
or
login
to post a comment