Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -123,7 +123,7 @@ export struct CardMediaInfo { | @@ -123,7 +123,7 @@ export struct CardMediaInfo { | ||
| 123 | .mediaText() | 123 | .mediaText() |
| 124 | } else if (this.contentDTO?.liveType === 'running') { | 124 | } else if (this.contentDTO?.liveType === 'running') { |
| 125 | LottieView({ | 125 | LottieView({ |
| 126 | - name: 'live_status_wait', | 126 | + name: 'live_status_wait-' + Math.random().toString().slice(2, 12), |
| 127 | path: "lottie/live_detail_living.json", | 127 | path: "lottie/live_detail_living.json", |
| 128 | lottieWidth: 14, | 128 | lottieWidth: 14, |
| 129 | lottieHeight: 14, | 129 | lottieHeight: 14, |
| @@ -162,7 +162,7 @@ export struct CardMediaInfo { | @@ -162,7 +162,7 @@ export struct CardMediaInfo { | ||
| 162 | } else if (this.contentDTO?.liveInfo?.liveState === 'running') { | 162 | } else if (this.contentDTO?.liveInfo?.liveState === 'running') { |
| 163 | Row(){ | 163 | Row(){ |
| 164 | LottieView({ | 164 | LottieView({ |
| 165 | - name: 'live_status_wait', | 165 | + name: 'live_status_wait-' + Math.random().toString().slice(2, 12), |
| 166 | path: "lottie/live_detail_living.json", | 166 | path: "lottie/live_detail_living.json", |
| 167 | lottieWidth: 14, | 167 | lottieWidth: 14, |
| 168 | lottieHeight: 14, | 168 | lottieHeight: 14, |
-
Please register or login to post a comment