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-09-25 09:36:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b5c9fe0ca849bf23a1fa56de5574d98f2a2cb5d
4b5c9fe0
1 parent
25594dfa
fix: 20531 【生产环境】进入直播频道,直播中,直播中动图未展示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/CardMediaInfo.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardCommon/CardMediaInfo.ets
View file @
4b5c9fe
...
...
@@ -123,7 +123,7 @@ export struct CardMediaInfo {
.mediaText()
} else if (this.contentDTO?.liveType === 'running') {
LottieView({
name: 'live_status_wait
'
,
name: 'live_status_wait
-' + Math.random().toString().slice(2, 12)
,
path: "lottie/live_detail_living.json",
lottieWidth: 14,
lottieHeight: 14,
...
...
@@ -162,7 +162,7 @@ export struct CardMediaInfo {
} else if (this.contentDTO?.liveInfo?.liveState === 'running') {
Row(){
LottieView({
name: 'live_status_wait
'
,
name: 'live_status_wait
-' + Math.random().toString().slice(2, 12)
,
path: "lottie/live_detail_living.json",
lottieWidth: 14,
lottieHeight: 14,
...
...
Please
register
or
login
to post a comment