Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
bfc3ae1c
Commit
bfc3ae1c
authored
Aug 29, 2025
by
张九刚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改日志
parent
20d29941
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
md.js
md.js
+4
-4
No files found.
md.js
View file @
bfc3ae1c
...
@@ -105,13 +105,13 @@ const sensorComponentLog = (evt) => {
...
@@ -105,13 +105,13 @@ const sensorComponentLog = (evt) => {
trackObj
[
key
]
=
logObj
[
key
];
trackObj
[
key
]
=
logObj
[
key
];
}
}
if
(
xcxComponentExposure
&&
xcxComponentExposure
.
length
>
0
)
{
if
(
xcxComponentExposure
&&
xcxComponentExposure
.
length
>
0
)
{
console
.
warn
(
"-----xcxComponentExposure-----"
,
trackObj
);
//
console.warn("-----xcxComponentExposure-----", trackObj);
sensors
.
track
(
"xcxComponentExposure"
,
{
sensors
.
track
(
"xcxComponentExposure"
,
{
...
trackObj
,
...
trackObj
,
});
});
}
}
if
(
xcxComponentClick
&&
xcxComponentClick
.
length
>
0
)
{
if
(
xcxComponentClick
&&
xcxComponentClick
.
length
>
0
)
{
console
.
warn
(
"-----xcxComponentClick-----"
,
trackObj
);
//
console.warn("-----xcxComponentClick-----", trackObj);
sensors
.
track
(
"xcxComponentClick"
,
{
sensors
.
track
(
"xcxComponentClick"
,
{
...
trackObj
,
...
trackObj
,
});
});
...
@@ -148,13 +148,13 @@ const sensorPopLog = (evt) => {
...
@@ -148,13 +148,13 @@ const sensorPopLog = (evt) => {
trackObj
[
key
]
=
logObj
[
key
];
trackObj
[
key
]
=
logObj
[
key
];
}
}
if
(
xcxPopExposure
&&
xcxPopExposure
.
length
>
0
)
{
if
(
xcxPopExposure
&&
xcxPopExposure
.
length
>
0
)
{
console
.
warn
(
"-----xcxPopExposure-----"
,
trackObj
);
//
console.warn("-----xcxPopExposure-----", trackObj);
sensors
.
track
(
"xcxPopExposure"
,
{
sensors
.
track
(
"xcxPopExposure"
,
{
...
trackObj
,
...
trackObj
,
});
});
}
}
if
(
xcxPopClick
&&
xcxPopClick
.
length
>
0
)
{
if
(
xcxPopClick
&&
xcxPopClick
.
length
>
0
)
{
console
.
warn
(
"-----xcxPopClick-----"
,
trackObj
);
//
console.warn("-----xcxPopClick-----", trackObj);
sensors
.
track
(
"xcxPopClick"
,
{
sensors
.
track
(
"xcxPopClick"
,
{
...
trackObj
,
...
trackObj
,
});
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment