121 lines
2.7 KiB
JavaScript
121 lines
2.7 KiB
JavaScript
![]() |
$(document).ready(function(){
|
||
|
$(".display_f_in .fourcp_1").first().css({display:"block"}).siblings().css({display:"none"});
|
||
|
$(".sizdzh_f ul li").click(function(){
|
||
|
$(this).addClass("addys_f").siblings().removeClass("addys_f");
|
||
|
$(".display_f_in .fourcp_1").eq($(this).index()).css({display:"block"}).siblings().css({display:"none"});
|
||
|
});
|
||
|
$(".xfdsctz_f ul li").click(function(){
|
||
|
$(this).addClass("addys_f2").siblings().removeClass("addys_f2");
|
||
|
$(".display_f_in .fourcp_1").eq($(this).index()).css({display:"block"}).siblings().css({display:"none"});
|
||
|
});
|
||
|
$(".fourcp_1 .novice_zs_f_in").css({marginBottom:"6px"})
|
||
|
|
||
|
$(".footerdhl_f a").click(function(){
|
||
|
$(this).find("b").addClass("movek_f");
|
||
|
$(this).siblings().find("b").removeClass("movek_f");
|
||
|
})
|
||
|
$(".sxdymy_f_in ul li").last().css({borderBottom:"none"});
|
||
|
$(".xsiqy_f_in .xsiqy_f_in_1").last().css({display:"none"});
|
||
|
|
||
|
$(".zslgxzx_f_in ul li").click(function(){
|
||
|
$(this).addClass("addys_f3").siblings().removeClass("addys_f3");
|
||
|
$(".xsiqy_f_in .xsiqy_f_in_1").eq($(this).index()).css({display:"block"}).siblings().css({display:"none"});
|
||
|
});
|
||
|
|
||
|
loadPage(home_page_url+"show.php?"+Math.random(),null);
|
||
|
/*
|
||
|
媒体简介
|
||
|
*/
|
||
|
$("#show").click(function(){
|
||
|
loadPage(home_page_url+"show.php?"+Math.random(),null);
|
||
|
});
|
||
|
|
||
|
/*
|
||
|
我要投放
|
||
|
*/
|
||
|
$("#ad").click(function(){
|
||
|
loadPage(home_page_url+"ad.php?"+Math.random(),null);
|
||
|
});
|
||
|
|
||
|
/*
|
||
|
我已投放
|
||
|
*/
|
||
|
$("#myad").click(function(){
|
||
|
loadPage(home_page_url+"myad.php?"+Math.random(),null);
|
||
|
});
|
||
|
|
||
|
/*
|
||
|
个人信息
|
||
|
*/
|
||
|
$("#infor").click(function(){
|
||
|
disInfor();
|
||
|
});
|
||
|
|
||
|
/*
|
||
|
投放
|
||
|
*/
|
||
|
$("#buy").click(function(){
|
||
|
loadPage(home_page_url+"buy.php?"+Math.random(),null);
|
||
|
});
|
||
|
|
||
|
/*
|
||
|
续费
|
||
|
*/
|
||
|
$("#renew").click(function(){
|
||
|
loadPage(home_page_url+"renew.php?"+Math.random(),null);
|
||
|
});
|
||
|
});
|
||
|
|
||
|
var adid="";
|
||
|
var select_arr={};
|
||
|
var orderid="";
|
||
|
var vacancyid="";
|
||
|
/*
|
||
|
个人信息
|
||
|
*/
|
||
|
function disInfor()
|
||
|
{
|
||
|
loadPage(home_page_url+"infor.php?"+Math.random(),null);
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
广告页面
|
||
|
*/
|
||
|
function disAd()
|
||
|
{
|
||
|
loadPage(home_page_url+"buy.php?"+Math.random(),null);
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
确认下单
|
||
|
*/
|
||
|
function disMyBuy()
|
||
|
{
|
||
|
loadPage(home_page_url+"mybuy.php?"+Math.random(),null);
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
我的投放
|
||
|
*/
|
||
|
function disMyAd(msg)
|
||
|
{
|
||
|
$(".footerdhl_f a").siblings().find("b").removeClass("movek_f");
|
||
|
$("#myad").find("b").addClass("movek_f");
|
||
|
loadPage(home_page_url+"myad.php?"+Math.random(),null);
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
续租
|
||
|
*/
|
||
|
function disContinue(msg)
|
||
|
{
|
||
|
loadPage(home_page_url+"continue.php?"+Math.random(),null);
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
支付
|
||
|
*/
|
||
|
function disWxPay()
|
||
|
{
|
||
|
loadPage("http://erp.itxxoo.com/Wxpay/example/jsapi.php?"+Math.random(),null);
|
||
|
}
|