陈剑华

fix: 20482 号主页>全部tab,直播中缺少lottie动画

... ... @@ -26,6 +26,10 @@ export struct LiveBigImage02Component {
this.loadImg = await onlyWifiLoadImg();
}
async aboutToReuse() {
this.loadImg = await onlyWifiLoadImg();
}
build() {
Column() {
... ... @@ -97,7 +101,7 @@ export struct LiveBigImage02Component {
LiveImage(item: ContentDTO) {
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,
... ...