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-06-27 09:49:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ab9752a8c1e8045fecab09ce1aff9d754e43abe
3ab9752a
1 parent
bb7ebd86
fix(18173): 功能缺陷-【uat】进入直播结束视频详情页,android显示已结束,鸿蒙显示回看
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
3ab9752
...
...
@@ -250,7 +250,7 @@ export struct PlayUIComponent {
//回看
else if (this.contentDetailData.liveInfo?.liveState == 'end') {
Row() {
Text('回看')
Text(
StringUtils.isEmpty(this.liveUrl)?'已结束':
'回看')
.fontSize('11vp')
.fontWeight(400)
.fontColor(Color.White)
...
...
Please
register
or
login
to post a comment