Commit d75484a1 authored by agping's avatar agping

1

parent 4cb9946c
......@@ -23,7 +23,10 @@
//获取 父窗口的数据 编辑赋值
window.addEventListener('message', function (e) {
if(e.data*1 != 1 && e.data*1 != 2){
ue.setContent(e.data);
ue.ready(function() {
ue.setContent(e.data);
});
}
}, false);
//编辑 新增 提交内容
......
......@@ -12,8 +12,8 @@
[%= it[item]["site_name"] %]
[% } %]
</td>
<td>[%= '部门标签' %]</td>
<td>[%= '评论数' %]</td>
<td>[%= it[item]["district_lable_name"] %]</td>
<td>[%= it[item]["comment_num"] %]</td>
<td>
<a class="btn1 btn-success show_modal_btn" href="#show_modal" data-toggle="modal" data-id="[%= it[item]['id'] %]">查看</a>
......
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