...
|
...
|
@@ -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;
|
...
|
...
|
|