document.write(" 看房名片
\"\"
万科运河传奇住宅梁溪区
23000元/㎡
报名看房
订阅
优惠
拨打电话
if(typeof(webViewDidFinishLoad)=='undefined') { function webViewDidFinishLoad() { deviceType = 1; window.NativeClient.getClientInfo(function (response) { var dataobj = $.parseJSON(response); if (dataobj.userID != '') { islogin = '1'; phone = dataobj.telephone; } else { islogin = '0'; } }); } } if(typeof(deviceType)=='undefined'){ setTimeout('getAgentKind()', 500); var deviceType = 0; var islogin = 0; var phone = 0; var version =\"\"; function getAgentKind(){ if(deviceType>0){ return; } if(navigator.userAgent.match(/android/i) && (window.house365js!=undefined)){ deviceType = 2; var userphone = getAndroidDeviceInfo('phone'); if(userphone!=''){ phone = userphone; islogin = 1; } version = getAndroidDeviceInfo('v'); }else if(getCookie('guid') ){ deviceType= 3; if(getCookie('passport_uid')){ islogin = 1; phone = getCookie('phone'); } } else if(navigator.userAgent.match(/iPhone|iPad|iPod/i)&&(window.NativeClient!=undefined)){ deviceType= 1; window.NativeClient.getClientInfo(function(response){ var dataobj = $.parseJSON(response); if(dataobj.userID !=''){ islogin = '1'; phone = dataobj.telephone; } else { islogin = '0'; } version = dataobj.version; }); } else{ deviceType = 3; if(getCookie('passport_uid')) { islogin=1; phone = getCookie('phone'); } } } function calltel(phone){ if(deviceType==1){ window.NativeClient.callTheHouse(phone); }else if(deviceType==2){ window.house365js.call(phone); }else{ top.location.href= \"tel:\"+phone.replace('转', ','); } } function callyh(listid, tlf_id){ if(tlf_id){ var isHuiHouse=1; } else { var isHuiHouse=0; } if(deviceType==1){ window.NativeClient.getPreferential(listid,isHuiHouse); }else if(deviceType==2){ window.house365js.getPreferential(listid,isHuiHouse); }else{ if(top.yh_http && tlf_id) { top.yh_http(tlf_id); } else if(top.showthree){ top.showthree('暂无优惠,请下载365淘房APP提交您的需求','confirm'); } } } function calldy(listid,channel,dy){ if(deviceType == 2){ islogin = Number(window.house365js.isLogin()); } if(islogin==1) { if(dy){ var cancelDy = 0; } else { var cancelDy = 1 } if (deviceType == 1) { window.NativeClient.subscribeHouse(listid, cancelDy,channel); } else if (deviceType == 2) { window.house365js.subscribeHouse(listid,cancelDy,\"subscribeCallBack\",channel); } else { var houseid = listid; var phone = getCookie('phone'); if(!(houseid && phone)){ top.location.href=\"/wx/usercenter/login/\"; } if(dy == 0){ var action = 'away'; } else { var action = 'add'; } var getdata = 'action-' + action + '_' + 'houseid-' + houseid + '_' +'phone-' + phone; $.ajax({ url: \"//m.house365.com/index.php?m=Home&c=News&a=loupanajax&city=wx¶m=\"+getdata, data:{}, type: \"GET\", dataType:'json', success:function(json){ if(json.result == 1 && action=='add'){ set_dy(listid,channel,0); if(top.showthree){ top.showthree('订阅成功','other'); } }else if(json.result == 1 && action=='away'){ set_dy(listid,channel,1); if(top.showthree){ top.showthree('取消订阅成功','other'); } } }, error:function(er){ } }); } } else { if (deviceType == 1) { window.NativeClient.openLoginView(); } else if (deviceType == 2) { window.house365js.login(); } else { top.location.href= \"/wx/usercenter/login/\"; } } } function callhousedetail(listid,channel,mlink){ if(deviceType==1){ var houseID = listid; window.NativeClient.getNewHouseDetail(houseID,channel); }else if(deviceType==2){ window.house365js.getNewHouseDetail(listid,channel); }else{ top.location.href= mlink; } } function isSubscribeCallBack(res,listid,channel){ if(typeof(channel) == \"undefined\"){ channel=1; } if (res == 1) { set_dy(listid,channel,0); } } function subscribeCallBack(res,listid,isCancel,channel){ if(typeof(channel) == \"undefined\"){ channel=1; } if(res == 1){ if(isCancel == 1){ set_dy(listid,channel,0); } else { set_dy(listid,channel,1); } } } function loginSuccessCallBack(version,deviceId,city,tel,userid){ phone = tel; islogin = 1; } function initdy(listid,channel){ if(islogin){ if(deviceType==1) { var houseid = listid; window.NativeClient.isSubscribeHouse(listid,channel); } else if(deviceType==2){ window.house365js.isSubscribeHouse(listid,\"isSubscribeCallBack\",channel); } else { var getdata = 'action-sseelleecctt' + '_' + 'houseid-' + listid + '_' +'phone-' + phone; $.ajax({ url: \"//m.house365.com/index.php?m=Home&c=News&a=loupanajax&city=wx¶m=\"+getdata, data:{}, type: \"GET\", dataType:'json', success:function(json){ if(json.issms == 1) { set_dy(listid,channel, 0); } }, error:function(er){} }); } } } function set_dy(listid,channel,type){ if(type == 0){ $(\"#dingyueem\"+listid).text(\"取消订阅\"); $(\"#dingyue\"+listid).attr('onclick', 'calldy(\"'+listid+'\",\"'+channel+'\",0)'); }else { $(\"#dingyueem\"+listid).text(\"订阅\"); $(\"#dingyue\"+listid).attr('onclick', 'calldy(\"'+listid+'\",\"'+channel+'\",1)'); } } function getCookie(name) { var arr,reg=new RegExp(\"(^| )\"+name+\"=([^;]*)(;|$)\"); if(arr=document.cookie.match(reg)) { return decodeURIComponent(arr[2]); } else { return null; } } function getAndroidDeviceInfo(par){ var info = window.house365js.getDeviceInfo(); var get = info.indexOf(par +\"=\"); if(get == -1){ return ''; } var get_par = info.slice(par.length + get + 1); var nextPar = get_par.indexOf(\"&\"); if(nextPar != -1){ get_par = get_par.slice(0, nextPar); } return get_par; } function callim(accid,cardinfostr,showtext,token,listid,channel) { if(deviceType==1) { window.NativeClient.openYXIMView(accid,cardinfostr); } else if(deviceType==2){ window.house365js.openYXIMView(accid,cardinfostr); } else { top.location.href= \"http://im-touch.house365.com/talk.html?messageCity=wx&showtext=\"+showtext+\"&loginurl=%2F%2Fm.house365.com%2Fnj%2Fusercenter%2Flogin%2F%3Flog_type%3D1&token=\"+token+\"&ifbord=1&account=\"+accid+\"&accidtype=1&houseid=\"+listid+\"&channel=\"+channel; } } } if(deviceType==1||deviceType==2) { if(version.indexOf(\"8.\")!=0) { setTimeout(function () { $(\".avatar\").hide(); $(\".btn\").hide(); }, 1000); } } function callkft246801(){ var isHaveLine = 0 ; var houseName = '万科运河传奇'; var houseID = '246801'; var houseLineID = ''; if(deviceType==1){ window.NativeClient.applyForGroup(isHaveLine,houseName,houseID,houseLineID); }else if(deviceType==2){ window.house365js.applyForGroup(isHaveLine,houseName,houseID,houseLineID); }else{ top.showthree('暂无看房线路,请下载365淘房APP提交您的看房需求','confirm'); } } setTimeout(\"initdy('246801','1');\", 1000); var ga_city = 'wx';var ga_channel = '住宅';var ga_page= '/梁溪区/万科运河传奇/项目信息卡';var t2_ga_channel = '住宅';var t2_ga_page= '/梁溪区/万科运河传奇/项目信息卡';var _bdhmProtocol = ((\"https:\" == document.location.protocol) ? \" https://\" : \" http://\");document.write(unescape(\"%3Cscript src='\" + _bdhmProtocol + \"hm.baidu.com/h.js%3F2126d1fd078f42994485bb68e8d25e55' type='text/javascript'%3E%3C/script%3E\"));var website = '6';var isa_city = 'wx';var isa_website = '1,100,110';var isa_addones= '/住宅详情页/项目动态';var isa_context_id = '1_246801';var _analyze365 = (('https:' == document.location.protocol) ? ' https://': ' http://');document.write(unescape('%3Cscript src=\"'+ _analyze365 + 'isa.house365.com/js/analyze.js?v=2.1\" type=\"text/javascript\"%3E%3C/script%3E'));");