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
Email Patches
Plain Diff
Browse Files
Authored by
沈志敏
8 years ago
Commit
4ef393f4a8d42d043d792690d2c87ee393b3ded8
1 parent
8be2268d
Merge branch 'feature/bigdata_burying' into release/1208
# Conflicts: # package.json
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
public/js/guang/plusstar-index.page.js
public/js/guang/plusstar-index.page.js
View file @
4ef393f
...
...
@@ -230,6 +230,18 @@ plusstar = {
actionUrl
.
push
(
$
(
this
).
attr
(
'href'
));
});
aDom
.
on
(
'click'
,
function
()
{
window
.
_yas
.
sendAppLogs
({
appop
:
'YB_H5_PAGE_FLR_C'
,
param
:
JSON
.
stringify
({
C_ID
:
window
.
_ChannelVary
[
window
.
cookie
(
'_Channel'
)]
||
1
,
PAGE_URL
:
window
.
originUrl
,
PAGE_NAME
:
window
.
qs
.
title
||
document
.
title
,
F_URL
:
$
(
this
).
attr
(
'href'
)
})
},
true
);
});
window
.
_yas
.
sendAppLogs
({
appop
:
'YB_H5_SHOW'
,
param
:
JSON
.
stringify
({
...
...
Please
register
or
login
to post a comment