作者 root

增加 快车 和 刷新排序

... ... @@ -90,8 +90,10 @@
}
function jump(e){
console.log(e);
window.location.href='http://sign.w.brotop.cn/index/index/jump/url='+e
var url='http://sign.w.brotop.cn/index/index/jump/url='+e;
console.log(url);
return ;
//window.location.href=
}
... ...