Commit 7afd77a084cf8d1e0f1033ac9c5876647b74d9f7

Authored by 陶汉栋
1 parent 6cc68c13
Exists in yxb_dev and in 1 other branch developer

no message

app/src/main/java/com/shunzhi/parent/ui/fragment/ReportFragment.java
@@ -195,7 +195,7 @@ public class ReportFragment extends BaseMVPCompatFragment<MyChildContract.MyChil @@ -195,7 +195,7 @@ public class ReportFragment extends BaseMVPCompatFragment<MyChildContract.MyChil
195 } 195 }
196 tvName.setText(childBean.getStudentName()); 196 tvName.setText(childBean.getStudentName());
197 } 197 }
198 - chengZhangFragment1.setChildJson(jsonStr); 198 + if (null!=chengZhangFragment1)chengZhangFragment1.setChildJson(jsonStr);
199 AppConfig.getAppConfig(AppContext.getInstance()).set(AppConfig.CURRCHILDJSONSTR, jsonStr); 199 AppConfig.getAppConfig(AppContext.getInstance()).set(AppConfig.CURRCHILDJSONSTR, jsonStr);
200 createSchoolMenu(); 200 createSchoolMenu();
201 } 201 }