作者 景龙
1 个管道 的构建 失败 耗费 0 秒

修改首页带参数

... ... @@ -168,7 +168,7 @@
$('.dh_down').slideToggle();
});
$('.rencai').click(function () {
location.href = "business.html?scrollTop=300";
location.href = "/index/index/business?scrollTop=300";
});
function detail($url){
window.location.href = $url;
... ...