西湖国际茶博城位于杭州市西湖区转塘街道320国道与杭新路交汇处西南角,是一个以国茶文化为主题的商业综合体项目。项目地上总建筑面积11万方,包括一幢商贸主楼,三幢soho公馆,以及少量珍藏级中式别院产品。凭借周边交通线网的不断完善,以及 着重打造“浙江文化城”对区域内项目的大力扶持。目前正在前期招商规划阶段,已有洲际假日及一些国内 茶企签约入驻 院外soho是西湖国际茶博城内配套的三幢商务公馆,位于杭州市西湖区转塘街道320国道与杭新路交叉处西南角、 打造的“浙江文化城”核心区域,紧靠美院商圈,周边商业、生活配套齐全。三幢商务公馆已有一幢与洲际假日签约合作,现剩余可售房源仅300多套,单户面积45-120方,单层面积约1200方,可根据自用办公或过渡居住等不同需求进行diy整合认购
$('#community')
.bind('keyup', function () {
var keywords = $(this)
.val();
var isemptyvalue = true;
if ($.trim(keywords) == '') {
isemptyvalue = true;
} else {
isemptyvalue = false;
}
if (!isemptyvalue) {
$.getjson('/house/suggest_house/' encodeuricomponent(keywords) '/' $("#site_id", parent.document)
.val(), function (json) {
// console.log(json);return;
var content = "";
for (var i = 0, len = json.length; i < len; i ) {
content = content '' json[i].borough_name '';
}
content = content "";
if (json.length == 0) {
$('#community-suggest')
.hide();
} else {
$('#community-suggest')
.show();
}
$('#community-suggest')
.html(content);
});
} else {
$('#community-suggest')
.hide();
$('#community-suggest')
.html('');
}
});
function change_text(id, name) {
// var html = '{' name '}表单卡片'
// var html = '' name ''
name = name.substr(0,1) '.' name.substr(1)
var html = ''
parent.ue.geteditor('content').execcommand('inserthtml', html, true);// 第三个参数为true不产生空行
parent.layer.closeall()
}
// $(document).off("click",".loupanbm_js_div").on("click",".loupanbm_js_div",function () {
// var $this = $(this),
// _data = $this.data(),
// _style = _data.style;
// $this.css("border","1px solid #006dcc");
// $this.siblings(".loupanbm_js_div").css("border","1px solid #ddd");
// $("#template_form").attr("data-style",_style);
// })