...
|
...
|
@@ -81,6 +81,11 @@ var bannerMap = { |
|
|
$('#signin-url').attr('href', window.signinUrl());
|
|
|
$('#reg-url').attr('href', window.registerUrl());
|
|
|
|
|
|
$('.phoneapp').mouseenter(function() {
|
|
|
_hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
|
|
|
}).click(function() {
|
|
|
_hmt.push(['_trackEvent', '二维码', '头部手机版', '', '']);
|
|
|
});
|
|
|
|
|
|
// handlebars模板
|
|
|
centerFn = handlebars.compile($('#simple-account-info-tpl').html() || '');
|
...
|
...
|
|