Commit c9197b33 authored by xinyuandu's avatar xinyuandu

回滚

parent 22cafda1
...@@ -326,34 +326,34 @@ ...@@ -326,34 +326,34 @@
} }
})(); })();
//
$(document).ready(function(){ //$(document).ready(function(){
console.log("12312321321312321132") // console.log("12312321321312321132")
//window.location.href = 'https://www.baidu.com'; // //window.location.href = 'https://www.baidu.com';
$('#jump_link').attr("data-phone" , "110112119") // $('#jump_link').attr("data-phone" , "110112119")
var phone = ''; // var phone = '';
//
$.ajax({ // $.ajax({
url: 'index/getWxInfoV2', // url: 'index/getWxInfoV2',
data: { // data: {
// 'house_id': _shangpuId, //// 'house_id': _shangpuId,
//// 'site_area': _isC=='1'?1:3 ////// 'site_area': _isC=='1'?1:3
// 'is_return_list': 1 //// 'is_return_list': 1
}, // },
type: "GET", // type: "GET",
dataType: "json", // dataType: "json",
beforeSend: function() {}, // beforeSend: function() {},
success: function(data) { // success: function(data) {
// if ( data.phone ){ //// if ( data.phone ){
// phone = data.phone ; //// phone = data.phone ;
// } //// }
// ////
// $('#jump_link').attr("data-phone" , "110112119") //// $('#jump_link').attr("data-phone" , "110112119")
}, // },
error: function() { // error: function() {
//
} // }
}); // });
//
//
}) //})
\ No newline at end of file \ 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