|
|
@@ -79,7 +79,6 @@ public class FgtSmallSheep extends BaseCompatFragment implements SmallSheepContr
|
|
|
setContentView(R.layout.homepage_act_layout);
|
|
|
initView();
|
|
|
initListener();
|
|
|
- initData();
|
|
|
setBanner();//viewpager
|
|
|
}
|
|
|
|
|
|
@@ -270,10 +269,6 @@ public class FgtSmallSheep extends BaseCompatFragment implements SmallSheepContr
|
|
|
if(pagePresenter != null){
|
|
|
initData();
|
|
|
}
|
|
|
- if (upview1 != null) {
|
|
|
- //开始滚动
|
|
|
- upview1.startScroll();
|
|
|
- }
|
|
|
|
|
|
}
|
|
|
|
|
|
@@ -401,7 +396,6 @@ public class FgtSmallSheep extends BaseCompatFragment implements SmallSheepContr
|
|
|
if(userEntity != null){
|
|
|
refalsh();
|
|
|
}
|
|
|
- initData();
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
}
|