Commit ebb4d714 authored by agping's avatar agping

优化

parent 8045f129
...@@ -393,17 +393,9 @@ ...@@ -393,17 +393,9 @@
}); });
}; };
}; };
// //跳下载页
$('#jump_link').click(function(){ $('#jump_link').click(function(){
location.href = ServerHost + '/app.php/app/download_c'; location.href = ServerHost + '/app.php/app/download_c';
}) })
// $('#jump_link').attr("data-phone" , JSON.parse($('#open_id').val()).is_user)
// jumpEvent(); //添加跳转app页面事件
} }
})(); })();
$(document).ready(function(){
// $('#jump_link').attr("data-phone" , JSON.parse($('#open_id').val()).is_user)
})
\ No newline at end of file
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