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-07-19 15:28:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1d516672702364415ce487b51668ccd0e883da0b
1d516672
1 parent
f61ed614
fix: 我的>收藏-缺省图与安卓不一致
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/EmptyComponent.ets
sight_harmony/features/wdComponent/src/main/resources/base/media/icon_no_collection.png
sight_harmony/features/wdComponent/src/main/ets/components/view/EmptyComponent.ets
View file @
1d51667
...
...
@@ -228,7 +228,7 @@ export struct EmptyComponent {
let imageString: Resource | string = $r('app.media.icon_no_content')
if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoCollection ||
this.emptyType === WDViewDefaultType.WDViewDefaultType_NoHistory) {
imageString = $r(
'app.media.icon_no_collection'
)
imageString = $r(
"app.media.icon_no_collection"
)
} else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoMessage) {
imageString = $r('app.media.icon_no_message1')
} else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment ||
...
...
sight_harmony/features/wdComponent/src/main/resources/base/media/icon_no_collection.png
View file @
1d51667
67.4 KB
|
W:
|
H:
66.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Please
register
or
login
to post a comment