Commit 4c105c4a authored by agping's avatar agping

跟进动态修改

parent 8659ed79
...@@ -1377,7 +1377,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs'] ...@@ -1377,7 +1377,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
caozuo_table += '<tr><td class="text-left follow-up-home" width="70%">' + follow_status + dealPunctuation(item.content) + user_status +'</td><td>' + item.name + '</td><td>' + item.create_time +'</td></tr>'; caozuo_table += '<tr><td class="text-left follow-up-home" width="70%">' + follow_status + dealPunctuation(item.content) + user_status +'</td><td>' + item.name + '</td><td>' + item.create_time +'</td></tr>';
}); });
if(data.data.length<10){ if(data.data.length<10){//第一个接口 数据条数小于10 加载第二个接口
user.isExitsNewInfo=0; user.isExitsNewInfo=0;
user.isExitsNew = 1; user.isExitsNew = 1;
//数据为空 num 置1 //数据为空 num 置1
...@@ -1394,7 +1394,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs'] ...@@ -1394,7 +1394,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
// $('.follow-up-modal-list-area').scrollTop(0); // $('.follow-up-modal-list-area').scrollTop(0);
}else{ }else{
user.isExitsNew = 1; user.isExitsNew = 1;//第一个接口的数据为空 调第二个接口
//数据为空 num 置1 //数据为空 num 置1
user.pageNoUser=1; user.pageNoUser=1;
user.getGenjincontwo(); user.getGenjincontwo();
......
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