Browse Source

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

Pq 2 years ago
parent
commit
541c17a52b

+ 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();
         }