...
|
...
|
@@ -87,15 +87,15 @@ $('#signin-url').attr('href', window.signinUrl()); |
|
|
$('#reg-url').attr('href', window.registerUrl());
|
|
|
|
|
|
$('.phoneapp').mouseenter(function() {
|
|
|
window._html && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']); // eslint-disable-line
|
|
|
window._hmt && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']); // eslint-disable-line
|
|
|
}).click(function() {
|
|
|
window._html && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']); // eslint-disable-line
|
|
|
window._hmt && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']); // eslint-disable-line
|
|
|
});
|
|
|
|
|
|
$('.we-chat').mouseenter(function() {
|
|
|
window._html && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
|
|
|
window._hmt && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
|
|
|
}).click(function() {
|
|
|
window._html && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
|
|
|
window._hmt && window._hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
|
|
|
});
|
|
|
|
|
|
// handlebars模板
|
...
|
...
|
|