Commit 61b163cf authored by agping's avatar agping

客户跟进列表 添加注释

parent acaa2711
......@@ -1721,7 +1721,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
if(data.code == 200 || data.code == 201) {
user.remark_id=data.data.id;
user.user_id=data.data.user_id;
if(data.code == 200){
if(data.code == 200){//点击 上一条 下一条 有数据的时候 则显示客户的信息 没有则显示 接口返回的异常信息
$('.call-user-five').html('');
$('.detail-modal-body-sec-2').show();
user.Caozuo();
......
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