|
@@ -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);
|
|
|
|