陈剑华

fix: 20531 【生产环境】进入直播频道,直播中,直播中动图未展示

... ... @@ -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,
... ...