Commit 2b2c76b2 authored by agping's avatar agping

修改

parent bf81311c
...@@ -2284,12 +2284,12 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -2284,12 +2284,12 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
if(data.code == 200 && data.data != null) { if(data.code == 200 && data.data != null) {
if(data.data.length == 30){ // if(data.data.length == 30){
$('.is-show-more-followlog').show(); // $('.is-show-more-followlog').show();
}else{ // }else{
$('.is-show-more-followlog').hide(); // $('.is-show-more-followlog').hide();
//
}; // };
//客户动态 即跟进 //客户动态 即跟进
var caozuo_table = ""; var caozuo_table = "";
...@@ -2346,12 +2346,12 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -2346,12 +2346,12 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
dataType: 'json', dataType: 'json',
success: function(data) { success: function(data) {
if(data.code == 200 && data.data != null) { if(data.code == 200 && data.data != null) {
if(data.data.length == 30){ // if(data.data.length == 30){
$('.is-show-more-followlog').show(); // $('.is-show-more-followlog').show();
}else{ // }else{
$('.is-show-more-followlog').hide(); // $('.is-show-more-followlog').hide();
//
}; // };
//客户动态 即跟进 //客户动态 即跟进
var caozuo_table = ""; var caozuo_table = "";
......
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