Commit 331ae142 authored by agping's avatar agping

2

parent 22a83bff
...@@ -1355,7 +1355,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs'] ...@@ -1355,7 +1355,7 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
"AuthToken": user_info_obj.AuthToken, "AuthToken": user_info_obj.AuthToken,
"user_id": user.user_id, "user_id": user.user_id,
"page_no": user.pageNoUser, "page_no": user.pageNoUser,
"page_size": 3, "page_size": 30,
}, },
...@@ -1409,14 +1409,14 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs'] ...@@ -1409,14 +1409,14 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
"AuthToken": user_info_obj.AuthToken, "AuthToken": user_info_obj.AuthToken,
"user_id": user.user_id, "user_id": user.user_id,
"page_no": user.pageNoUser, "page_no": user.pageNoUser,
"page_size": 3, "page_size": 30,
}, },
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 == 3){ 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();
......
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