Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
杨延青
6 years ago
Commit
28a98fd63c567ddd63d73e436d366c1abd2a2e74
1 parent
2163965e
fix baidu report
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
public/js/header.js
public/js/header.js
View file @
28a98fd
...
...
@@ -87,15 +87,15 @@ $('#signin-url').attr('href', window.signinUrl());
$
(
'#reg-url'
).
attr
(
'href'
,
window
.
registerUrl
());
$
(
'.phoneapp'
).
mouseenter
(
function
()
{
window
.
_h
tml
&&
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'头部手机版'
,
''
,
''
]);
// eslint-disable-line
window
.
_h
mt
&&
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'头部手机版'
,
''
,
''
]);
// eslint-disable-line
}).
click
(
function
()
{
window
.
_h
tml
&&
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'头部手机版'
,
''
,
''
]);
// eslint-disable-line
window
.
_h
mt
&&
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'头部手机版'
,
''
,
''
]);
// eslint-disable-line
});
$
(
'.we-chat'
).
mouseenter
(
function
()
{
window
.
_h
tml
&&
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'头部手机版'
,
''
,
''
]);
window
.
_h
mt
&&
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'头部手机版'
,
''
,
''
]);
}).
click
(
function
()
{
window
.
_h
tml
&&
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'头部手机版'
,
''
,
''
]);
window
.
_h
mt
&&
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'头部手机版'
,
''
,
''
]);
});
// handlebars模板
...
...
Please
register
or
login
to post a comment