Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
郭成尧
2017-03-30 17:27:06 +0800
Commit
d9812235ea212e2ca3239bcfdc972000d3420ded
2 parents
b7060d3a
955c05eb
Merge branch 'feature/userCenterRes' into 'release/5.5.1'
埋点格式修改 See merge request
!442
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
public/js/home/index.page.js
public/js/home/index.page.js
View file @
d981223
...
...
@@ -70,12 +70,15 @@ $('.res-c').on('click', 'a', function() {
}
if
(
window
.
_yas
&&
window
.
_yas
.
sendCustomInfo
)
{
window
.
_yas
.
sendCustomInfo
({
window
.
_yas
.
sendCustomInfo
&&
window
.
_yas
.
sendCustomInfo
({
op
:
'YB_MY_BANNER_C'
,
param
:
JSON
.
stringify
({
I_INDEX
:
index
,
F_URL
:
encodeURIComponent
(
url
),
F_NAME
:
name
,
F_INDEX
:
pIndex
,
F_ID
:
id
})
},
true
);
}
});
...
...
Please
register
or
login
to post a comment