var location_url = document.location.href; var city_name = '全国'; var skip_set_city = 0; var suffix = ''; var host_url = ''; var site_domain = ''; host_url = window.location.host; host_url = host_url.toLowerCase(); site_domain = host_url; function getLoginUser(user) { if (user == '') { ini_top_nav_html(''); } else { ini_top_nav_html(user.nickName?decodeURIComponent(user.nickName.replace(/\+/g, ' ')):user.name); } try { user_page_ini(user); } catch (e) { } } function URLEncode(clearString) { var output = ''; var x = 0; clearString = clearString.toString(); var regex = /(^[a-zA-Z0-9-_.]*)/; while (x < clearString.length) { var match = regex.exec(clearString.substr(x)); if (match != null && match.length > 1 && match[1] != '') { output += match[1]; x += match[1].length; } else { if (clearString.substr(x, 1) == ' ') { clearString[x] == ' ' output += '+'; } else { var charCode = clearString.charCodeAt(x); var hexVal = charCode.toString(16); output += '%' + ( hexVal.length < 2 ? '0' : '' ) + hexVal.toUpperCase(); } x++; } } return output; } function ini_top_nav_html(login_user) { var city_id = ''; city_id = jia_header_get_cookie('jia_city_id'); if (city_id == 'shanghai' || city_id == 'other' || !city_id) { var fenzhan = ''; } else { var fenzhan = city_id + '/'; } var div_city_id = city_id; var app_id = '301'; var n_skip = 'true'; if (site_domain == 'zhuangxiu.jia.com') { app_id = '200'; } if (site_domain == 'tm.jia.com') { app_id = '205'; } if (site_domain == 'tuku.jia.com') { app_id = '206'; } if (site_domain == 'zixun.jia.com') { app_id = '207'; } if (site_domain == ' pinpai.jia.com') { app_id = '208'; } if (site_domain == 'tg.jia.com') { app_id = '209'; } if (site_domain == 'bbs.jia.com') { app_id = '101'; } if (site_domain == 'passport.jia.com' || site_domain == 'i.jia.com') { app_id = '500'; } if (site_domain == 'mall.jia.com' || site_domain == 'jiaju.jia.com') { n_skip = 'false'; app_id = '201'; } if (site_domain == 'ask.jia.com') { app_id = '320'; } var returl = URLEncode(location_url); var top_nav_html = ''; var message_html = ''; if (!login_user) { top_nav_html += ' 登录'; top_nav_html += ' 注册'; message_html += '
  • 消息
  • '; } else { top_nav_html += '欢迎您,' + login_user + ''; top_nav_html += '退出'; message_html += '
  • 消息()
  • '; } jQuery(".nav_info_right .top_info").html(top_nav_html); if(jQuery(".nav_info_right .entry_menu .myorder").length > 1){ jQuery(".nav_info_right .entry_menu").prepend(message_html); } if(login_user && jQuery(".nav_info_right .entry_menu .unread_msg").length > 0){ get_message_count(); } } function get_message_count(){ jQuery.ajax({ url: '//mall.jia.com/user/message/unread/count?&callback=?', type: 'GET', async: true, dataType: 'jsonp', jsonp: 'callback', success: function (data) { if(data && data.unreadCount){ jQuery(".unread_msg a i strong").text(data.unreadCount); }else{ jQuery(".unread_msg a i strong").text(0); } },error: function(){ jQuery(".unread_msg a i strong").text(0); }}); } var user_id = jia_header_get_cookie('www_jia_user_id'); if (user_id) { jQuery("head").append("