Commit e6b56f6c authored by xishifeng's avatar xishifeng

楼盘详情分享下载链接更改2

parent db1840a5
...@@ -78,7 +78,12 @@ function readUrlIos(isFutang, fn){ ...@@ -78,7 +78,12 @@ function readUrlIos(isFutang, fn){
function jumpEvent(){ function jumpEvent(){
console.log('下载页'); console.log('下载页');
// location.href = 'xiazai.html'; $('#jump_link').click(function(e){
e.preventDefault();
e.stopPropagation();
location.href = 'download';
});
// var _ft = getUrlParam('ft'); // var _ft = getUrlParam('ft');
// if(_ft == '1'){ // if(_ft == '1'){
// $('.fix_area_top>img:nth-of-type(2)').attr('src','images/pbl_logo_ft.png'); // $('.fix_area_top>img:nth-of-type(2)').attr('src','images/pbl_logo_ft.png');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment