function b(){ h = $(window).height(); t = $(document).scrolltop(); if(t > h){ $('#gotop').show(); }else{ $('#gotop').hide(); } } $(document).ready(function(e) { b(); $('#gotop').click(function(){ $(document).scrolltop(0); }) $('#code').hover(function(){ $(this).attr('id','code_hover'); $('#code_img').show(); },function(){ $(this).attr('id','code'); $('#code_img').hide(); }) }); var sensors = window['sensorsdataanalytic201505']; sensors.init({ server_url: 'https://das.hebbank.com:8106/sa?project=production', heatmap:{scroll_notice_map:'not_collect'}, is_track_single_page:true, use_client_time:true, show_log:true, send_type:'beacon' }); sensors.registerpage({ platform_name: '门户网站手机版' }); sensors.quick('autotrack'); $(window).scroll(function(e){ b(); }) function a(){ if($('#pcindex')){ windows.location="http://hebbank.com"; } }