|
|
@ -50,7 +50,7 @@ public class FumudaiFragment extends BaseFragment { |
|
|
protected void initView() { |
|
|
protected void initView() { |
|
|
EventBus.getDefault().register(this); |
|
|
EventBus.getDefault().register(this); |
|
|
Glide.with(getActivity()) |
|
|
Glide.with(getActivity()) |
|
|
.load(R.drawable.fumudaiaaa) |
|
|
|
|
|
|
|
|
.load(R.drawable.fumudaibarimg) |
|
|
.error(R.mipmap.ic_launcher_round) |
|
|
.error(R.mipmap.ic_launcher_round) |
|
|
.placeholder(R.mipmap.ic_launcher_round) |
|
|
.placeholder(R.mipmap.ic_launcher_round) |
|
|
.into(fumudai_banner); |
|
|
.into(fumudai_banner); |
|
|
|