Skip to content

Commit 9bd31e9

Browse files
committed
冒泡列表 - default_like_count 去掉这个设置
1 parent 038b8ae commit 9bd31e9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Coding_iOS/Models/Tweets.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ - (NSDictionary *)toParams{
7979
break;
8080
}
8181
[params setObject:(_willLoadMore? _last_id:kDefaultLastId) forKey:@"last_id"];
82-
if (kDevice_Is_iPhone6Plus) {
83-
params[@"default_like_count"] = @12;
84-
}
82+
// if (kDevice_Is_iPhone6Plus) {
83+
// params[@"default_like_count"] = @12;
84+
// }
8585
return params;
8686
}
8787

0 commit comments

Comments
 (0)