Commit 00b1dae073f86822d9c749b6d0221c3a858fc52d
1 parent
f28ccfb6
Exists in
yxb_dev
and in
1 other branch
no message
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
app/libs/processor.jar
No preview for this file type
app/src/main/java/com/shunzhi/parent/ui/fragment/ReportFragment.java
@@ -12,7 +12,6 @@ import android.support.v4.app.FragmentManager; | @@ -12,7 +12,6 @@ import android.support.v4.app.FragmentManager; | ||
12 | import android.support.v4.app.FragmentPagerAdapter; | 12 | import android.support.v4.app.FragmentPagerAdapter; |
13 | import android.support.v4.view.ViewPager; | 13 | import android.support.v4.view.ViewPager; |
14 | import android.text.TextUtils; | 14 | import android.text.TextUtils; |
15 | -import android.util.Log; | ||
16 | import android.view.Menu; | 15 | import android.view.Menu; |
17 | import android.view.MenuItem; | 16 | import android.view.MenuItem; |
18 | import android.view.View; | 17 | import android.view.View; |
@@ -201,7 +200,7 @@ public class ReportFragment extends BaseMVPCompatFragment<MyChildContract.MyChil | @@ -201,7 +200,7 @@ public class ReportFragment extends BaseMVPCompatFragment<MyChildContract.MyChil | ||
201 | } | 200 | } |
202 | 201 | ||
203 | if (null != chengZhangFragment1) chengZhangFragment1.setChildJson(jsonStr); | 202 | if (null != chengZhangFragment1) chengZhangFragment1.setChildJson(jsonStr); |
204 | - | 203 | + if (null != chengZhangFragment2) chengZhangFragment2.showNoData(); |
205 | AppConfig.getAppConfig(AppContext.getInstance()).set(AppConfig.CURRCHILDJSONSTR, jsonStr); | 204 | AppConfig.getAppConfig(AppContext.getInstance()).set(AppConfig.CURRCHILDJSONSTR, jsonStr); |
206 | } | 205 | } |
207 | createSchoolMenu(); | 206 | createSchoolMenu(); |