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 10:00:33 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8cf9d6e0e2a0fe1d8643551e5dc6d0f6172bf37c
8cf9d6e0
1 parent
3940e26e
fix: 20482 号主页>全部tab,直播中缺少lottie动画
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/cardview/LiveBigImage02Component.ets
sight_harmony/features/wdComponent/src/main/ets/components/cardview/LiveBigImage02Component.ets
View file @
8cf9d6e
...
...
@@ -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,
...
...
Please
register
or
login
to post a comment