소스 검색

调整学生端首页热门曲目条数

Pq 2 년 전
부모
커밋
541c17a52b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      student/src/main/java/com/cooleshow/student/presenter/main/HomePresenter.java

+ 1 - 0
student/src/main/java/com/cooleshow/student/presenter/main/HomePresenter.java

@@ -374,6 +374,7 @@ public class HomePresenter extends BasePresenter<HomeContract.HomeView> implemen
         JSONObject jsonObject = new JSONObject();
         try {
             jsonObject.putOpt("myself", false);
+            jsonObject.putOpt("rows", 21);//暂时先加上21
         } catch (JSONException e) {
             e.printStackTrace();
         }