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:48:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ced99241cb6b86176bf59941cdd203173a88440a
ced99241
1 parent
89df6057
稿件 缺省图-内容找不到了,类型判断错误
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/view/EmptyComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/EmptyComponent.ets
View file @
ced9924
...
...
@@ -216,7 +216,7 @@ export struct EmptyComponent {
contentString = '暂无关注'
} else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoComment1) {
contentString = '暂无评论,快来抢沙发'
} else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoCo
mment1
) {
} else if (this.emptyType === WDViewDefaultType.WDViewDefaultType_NoCo
ntent2
) {
contentString = '内容找不到了'
}
...
...
Please
register
or
login
to post a comment