Commit 5b9afd0d authored by duxinyuan's avatar duxinyuan

回滚一次

parent e2472077
......@@ -499,7 +499,7 @@
<label class="col-sm-2 control-label">内容:</label>
<div class="col-sm-9">
<div>
<iframe id='ifram-kaipan' style="width: 782px;height: 402px;border: 0;" src="baiduText"></iframe>
<iframe id='ifram-kaipan' style="width: 782px;height: 402px;border: 0;"></iframe>
<!--加载编辑器的容器-->
<!--<script type="text/plain" id="myEditor" style="width:716px;height:300px;">
</script>
......
......@@ -75,7 +75,7 @@ define (['doT', 'text!temp/opensquareList_template_tpl.html','ckfinder','ckfinde
$('.is-add').html('发布开盘')
var iFrame2 = document.getElementById('ifram-kaipan');
iFrame2.contentWindow.postMessage('2','*');
// $('#ifram-kaipan').attr('src',ServerHostImageLiu + '/index/baiduText');
$('#ifram-kaipan').attr('src',ServerHostImageLiu + '/index/baiduText');
user.getDistrict();
user.switchUrl = '/index/addSquare';
});
......@@ -206,7 +206,7 @@ define (['doT', 'text!temp/opensquareList_template_tpl.html','ckfinder','ckfinde
_doc.on('click','.edit_modal_btn' ,function(e){//点击编辑
user.announcementdel_id = $ (this).attr ("data-id");
user.is_add = 0;
// $('#ifram-kaipan').attr('src',ServerHostImageLiu + '/index/baiduText');
$('#ifram-kaipan').attr('src',ServerHostImageLiu + '/index/baiduText');
user.text_details();
});
......
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