Commit 666bcde4 authored by agping's avatar agping

1

parent 017be333
......@@ -77,7 +77,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
e.preventDefault();
e.stopPropagation();
var _id=realtime.detail_shop_id;
$('.iframe-shop-detail').attr('src', '/app_broker/shop_detail_pc?shop_id='+_id);//记得修改修改
$('.iframe-shop-detail').attr('src', '/app_broker/office_detail_pc?shop_id='+_id);//记得修改修改
$('.detail-modal-header-tab-liu>a:nth-of-type(1)').removeClass('btn-default').addClass('btn-info').siblings().removeClass('btn-info').addClass('btn-default');
$('.detail-modal-body-sec-liu:nth-of-type(1)').show().siblings().hide();
});
......@@ -90,7 +90,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
realtime.detailTabIndexLiu = _this.index();
$('.detail-modal-body-sec-liu:nth-of-type('+(realtime.detailTabIndexLiu+1)+')').show().siblings().hide();
if(realtime.detailTabIndexLiu == 0){
$('.iframe-shop-detail').attr('src', '/app_broker/shop_detail_pc?shop_id='+realtime.detail_shop_id);
$('.iframe-shop-detail').attr('src', '/app_broker/office_detail_pc?shop_id='+realtime.detail_shop_id);
}else if(realtime.detailTabIndexLiu == 1){
realtime.getFollowupList();
}
......@@ -353,7 +353,7 @@ define(['doT', 'text!temp/real_time_performance_office_template_tpl.html', 'text
var _this = $(this);
var _id = _this.closest('tr').data('orderid');
console.log(_id);
$('.iframe-time-line').attr('src', '/app_broker/timeline_pc?order_id='+_id);
$('.iframe-time-line').attr('src', '/app_broker/timeline_pc_office?order_id='+_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