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-06-20 15:30:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9b96d1f028db28d37620d310ad808f99c2ed26c1
9b96d1f0
1 parent
f33fdbdd
fix(18895): 功能缺陷-【生产】点击正在直播卡片,无反应
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/view/LiveHorizontalCardComponent.ets
View file @
9b96d1f
...
...
@@ -236,6 +236,13 @@ export struct LiveHorizontalCardComponent {
} else if (this.compDTO.operDataList.length) {
// 一个
LiveHorizontalCardForOneComponent({ contentDTO: this.compDTO.operDataList[0] })
.onClick(() => {
InfomationCardClick.track(this.compDTO, this.compDTO.operDataList[0], this.pageId, this.pageName)
if (this.compDTO.operDataList[0].objectType != '0') {
console.log(this.compDTO.operDataList[0].objectId)
this.gotoLive(this.compDTO.operDataList[0])
}
})
}
}
// .width(CommonConstants.FULL_WIDTH)
...
...
Please
register
or
login
to post a comment