d = $("#typename").attr('data-id');
var durl = $("#typename").attr('data-url');
if(typeid==0 || typeid==8){
var url = SITEURL+'search/cloudsearch?keyword='+encodeURIComponent(keyword)+"&typeid="+typeid;
}else{
var url = "https://www.guoyuelvyou.com"+durl+'all?keyword='+encodeURIComponent(keyword);
}
location.href = url;
});
//search focus
var topSearch={};
topSearch.placeholder=$('#st-top-search').attr('placeholder');
topSearch.spanHtml=$('#dt-top-search-span').html();
$('#st-top-search').focus(function(){
$('#st-top-search').attr('placeholder','');
$('#dt-top-search-span').html('');
$(this).keyup(function(event){
if(event.keyCode ==13){
$('.st-btn').click();
}
});
});
$('#st-top-search').blur(function(){
if($(this).val()==''){
$('#st-top-search').attr('placeholder',topSearch.placeholder);
$('#dt-top-search-span').html(topSearch.spanHtml);
}
});
//导航的选中状态
$(".main_nav_list a").each(function(){
var url= window.location.href;
url=url.replace('index.php','');
url=url.replace('index.html','');
var ulink=$(this).attr("href");
if(url==ulink)
{
$(this).parents("li:first").addClass('active');
}
});
//登陆状态
$.ajax({
type:"POST",
async:false,
url:SITEURL+"member/login/ajax_is_login",
dataType:'json',
success:function(data){
if(data.status){
$txt = '你好,';
$txt+= ''+data.user.nickname+'';
$txt+= '退出';
}else{
$txt = '登录';
$txt+= '免费注册';
}
$("#loginstatus").html($txt);
}
});
var indexpage = "";
if(!indexpage)
{
$('.global_box').hide();
$('.global_nav').mouseover(function(){
$('.global_box').show();
}).mouseout(function(){
$('.global_box').hide();
});
}
//主导航下拉
$('.global_list').hover(function(){
$(this).children('.itme').show()
},function(){
$(this).children('.itme').hide()
});
//顶部网站导航显示隐藏
var topNavToggle = $('.top-login dl');
topNavToggle.hover(function(){
$(this).css({background:'#fff',border:'1px solid #eee'});
$(this).children('dd').slideDown(100)
},function(){
$(this).css({background:'none',border:'1px solid #f9f7f6','border-bottom':'0'});
$(this).children('dd').slideUp(100)
});
});
-
选择更多
上千套餐任您选,特色套餐日益新增
-
品质更高
甄选全国优质供应商,定期实地质检
-
价格更优
套餐更便宜,现金券、点评返奖双优惠
-
服务更好
会员关怀与特惠活动不间断