Commit c41bde8b authored by agping's avatar agping

编辑日志

parent 41de65be
......@@ -650,7 +650,7 @@
</div>
<!--查看日志-->
<div class="detail-modal-body-sec iframe-shop-detail-scroll">
<!--<div class="detail-modal-body-sec iframe-shop-detail-scroll">
<table class="table table-striped table-bordered table-hover table-condensed">
<thead>
<tr>
......@@ -661,7 +661,7 @@
</thead>
<tbody class="text-center" id="caozuo_table_log">
</table>
</div>
</div>-->
<!--编辑日志-->
<div class="detail-modal-body-sec iframe-shop-detail-scroll">
<table class="table table-striped table-bordered table-hover table-condensed">
......@@ -675,6 +675,7 @@
<tbody class="text-center" id="caozuo_table_edit">
</table>
</div>
<div class="detail-modal-body-sec iframe-shop-detail-scroll">
<table>
<tbody class="text-center" id="shop-details-video">
......
......@@ -498,11 +498,11 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
business.Caozuo();
};
// if(business.detailTabIndex == 3){
// business.Caozuolog();
//
// };
if(business.detailTabIndex == 3){
business.Caozuolog();
};
if(business.detailTabIndex == 4){
business.Caozuoedit();
};
if(business.detailTabIndex == 5){//商铺视频
......@@ -1069,7 +1069,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
var caozuo_table = "";
$.ajax({
'type': 'GET',
'url': '/index/getEditLog', //获取操作记录
'url': '/office_index/getEditLog', //获取操作记录
data: {
"house_id": business.house_id
},
......
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