浏览代码

添加部分提示

Pq 2 年之前
父节点
当前提交
73a1dbe699
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      student/src/main/java/com/cooleshow/student/ui/web/AccompanyFragment.java

+ 0 - 1
student/src/main/java/com/cooleshow/student/ui/web/AccompanyFragment.java

@@ -429,7 +429,6 @@ public class AccompanyFragment extends BaseMVPFragment<FragmentAccompanyBinding,
     @Override
     public void cloudLoading(JSONObject jsonObject) {
         try {
-            LogUtils.i("pq", "jsonObject:" + jsonObject);
             JSONObject content = jsonObject.getJSONObject("content");
             boolean show = content.optBoolean("show", false);