Commit e3be68e6164478f81fa2619a8248ef4e2180fb38
1 parent
68baa86d
Exists in
yxb_dev
and in
2 other branches
no message
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/src/main/java/com/shunzhi/parent/ui/fragment/ConsultFragment.java
| ... | ... | @@ -216,6 +216,7 @@ public class ConsultFragment extends BaseMVPCompatFragment<ConsultContract.Consu |
| 216 | 216 | |
| 217 | 217 | @Override |
| 218 | 218 | public void showBanners(List<GuangGaoBean> guangGaoBeanList) { |
| 219 | + describeList.clear(); | |
| 219 | 220 | for (int i = 0; i < guangGaoBeanList.size(); i++) { |
| 220 | 221 | imgesUrl.add(AppConfig.BASE_URL_FILE + guangGaoBeanList.get(i).fileSrc); |
| 221 | 222 | describeList.add(guangGaoBeanList.get(i).describe); | ... | ... |