Commit c5a811b5 authored by agping's avatar agping

查看

parent a5fd799c
......@@ -371,7 +371,7 @@
查看
</h4>
</div>
<div class="modal-body">
<div class="modal-body" style="height: 600px;overflow: auto;">
<div class="detail-title text-center" style="font-size: 20px;font-weight: 600;"></div>
<div class="detail-time" style="float: right;margin: 10px;font-size: 15px;"></div>
<div class="clear">
......
......@@ -254,9 +254,9 @@ define (['doT', 'text!temp/opensquareList_template_tpl.html','ckfinder','ckfinde
success: function(data) {
if(data.code == 200) {
console.log(555)
$(".detail-title").html(data.data.data.title);
$(".detail-time").html(data.data.data.create_time);
$(".detail-content").html(data.data.data.content);
$(".detail-title").html(data.data.title);
$(".detail-time").html(data.data.create_time);
$(".detail-content").html(data.data.content);
} else {}
}
});
......
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