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-05-23 17:25:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fc4a598e5f14e94a5b2bd67c95f7156103ec4014
fc4a598e
1 parent
e584a042
feat: 内容点击埋点
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/utils/infomationCardClick.ets
sight_harmony/features/wdComponent/src/main/ets/utils/infomationCardClick.ets
View file @
fc4a598
...
...
@@ -86,7 +86,7 @@ export class InfomationCardClick {
} else if (contentDTO.source) {
extParams['saAuthorName'] = contentDTO.source;
}
console.log('InfomationCardClick-params', JSON.stringify(extParams))
console.log('InfomationCardClick-params
:
', JSON.stringify(extParams))
TrackingContent.common(TrackConstants.EventType.Click, pageId, pageName, extParams)
} catch (err) {
console.log('InfomationCardClick-err', JSON.stringify(err))
...
...
Please
register
or
login
to post a comment