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-28 16:08:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bce6196beed5c6b6521cedf22a8d9781bf13e175
bce6196b
1 parent
27b0e708
fix(版面):点击内容崩溃处理
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdTracking/src/main/ets/common/TrackingUtils.ets
sight_harmony/features/wdTracking/src/main/ets/common/TrackingUtils.ets
View file @
bce6196
...
...
@@ -17,7 +17,7 @@ export class TrackingUtils {
static fillPositionWith(attr: ParamType) {
let pageName = attr["pageName"] as string
let action = attr["action"] as string
if (action.length > 0) {
if (action
!= null && action
.length > 0) {
attr["saPosition"] = pageName + "_" + action
return
}
...
...
Please
register
or
login
to post a comment