Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xiaoxiaoleTuia
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
xiaoxiaoleTuia
Commits
66bc53f0
Commit
66bc53f0
authored
Mar 13, 2020
by
张华挺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getLogItem
parent
b33b2737
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
output.js
egret/bin-release/output.js
+1
-1
output_develop.js
egret/bin-release/output_develop.js
+1
-1
Main.ts
egret/src/Main.ts
+1
-1
No files found.
egret/bin-release/output.js
View file @
66bc53f0
This diff is collapsed.
Click to expand it.
egret/bin-release/output_develop.js
View file @
66bc53f0
This diff is collapsed.
Click to expand it.
egret/src/Main.ts
View file @
66bc53f0
...
...
@@ -8,7 +8,7 @@ export const getlogItem = (i, dom = null) =>{
const
Dpm
=
Buried
.
connectDpm
(
110
,
i
,
1
);
// 点击埋点
const
Dcm
=
Buried
.
connectDcm
(
202
,
0
,
0
);
// 曝光埋点
if
(
dom
)
dom
=
`
${
dom
}
.0.0.0`
return
Buried
.
createExposure
(
Dpm
,
Dcm
,
null
,
dom
);
return
Buried
.
createExposure
(
Dpm
,
Dcm
,
undefined
,
dom
);
}
window
[
'Main'
]
=
Main
;
...
...
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