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
wangliang_wd
2024-09-26 16:09:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5bc815547935ff08b8ae421eda19daca4fa0b71f
5bc81554
1 parent
c84b376a
feat:增加早晚报直播动效角标
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
12 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/CardView.ets
View file @
5bc8155
...
...
@@ -480,18 +480,14 @@ export struct PaperSingleColumn999CardView {
//直播
if (this.item?.objectType === '2') {
Row() {
Image(this.buildLiveStateImage())
.width(14)
.height(14)
.objectFit(ImageFit.Contain)
// LottieView({
// name: 'MorningPaper_live_status',
// path: "lottie/live_detail_living.json",
// lottieWidth: 14,
// lottieHeight: 14,
// autoplay: true,
// loop: true,
// })
LottieView({
name: 'MorningPaper_live_status+'+this.item.objectId,
path: "lottie/live_detail_living.json",
lottieWidth: 14,
lottieHeight: 14,
autoplay: true,
loop: true,
})
Text(this.buildLiveStateString())
.fontColor(Color.White)
...
...
Please
register
or
login
to post a comment