$.getScript("//m.pconline.com.cn/extendjs/last_view_product_js.jsp?tagId=_set_last_view_product&setCookie=1&title=惠普 暗影精灵8 Pro(酷睿i9-12900H/16GB/512GB/RTX3060/165Hz)&href=/shop820677/pid:15352890/product_detail.html&picUrl=//img4.pconline.com.cn/pconline/images/product/20220523/962053_sn8.jpg&price=8999&id=15352890&noPrice=");
function doLogonShow(name){
$("#logonShow").empty();
if ($.trim(name)){
$("#logonShow").show();
$("#logonShow").append(name);
$("#notLogonShow").hide();
}else{
$("#logonShow").hide();
$("#notLogonShow").show();
}
}
$(function(){
if (!!document.cookie.match(/(^|; )common_session_id1?=[^;]+/)){
$.getScript("//m.pconline.com.cn/ypcompany/message_login.jsp?op=cl&callback=doLogonShow");
}else{
doLogonShow('');
}
$(window).scroll(function(){
var h =document.documentElement.clientHeight;
if($(window).scrollTop() == 0){$('#goTop').hide(); }
else{$('#goTop').show().stop().animate({top:(h-90)+$(window).scrollTop()});}
});
}
);