紫萱海悦商业中心为1幢22层办公(底商局部商业)、1幢11f/19f酒店及办公、2幢1层商业、1幢1f运动馆以及附属空中跑道等组成。海悦中心项目是一个集办公、商业、运动于一体的现代化生态园区。用体育运动功能在商业和办公之间建立起深层的联系,从而更广泛服务于不同年龄层人群和满足不同兴趣人群的使用需求。一个特别设计被抬高的跑道,是整个综合体里令人瞩目的元素,链接、舞动、穿梭在不同的建筑之间。空间之间的互动促使了更多开放空间的生成,从而刺激了不同的运动体验和社会活动的发生,鼓励着人们围绕着整个文体中心进行一次激动人心的慢跑,惬意友好的穿梭在内外之间。
$('#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);
// })