|
@@ -185,8 +185,11 @@ class HomeFragment : BaseMVPFragment<FragmentHomeLayoutBinding, HomePresenter>()
|
|
|
if (UiUtils.isFastClick()) {
|
|
|
return;
|
|
|
}
|
|
|
- ARouter.getInstance().build(RouterPath.IncomeCenter.TEACHER_MINE_INCOME)
|
|
|
+ ARouter.getInstance().build(RouterPath.WebCenter.ACTIVITY_HTML)
|
|
|
+ .withString(WebConstants.WEB_URL, WebConstants.TEACHER_INCOME)
|
|
|
.navigation()
|
|
|
+// ARouter.getInstance().build(RouterPath.IncomeCenter.TEACHER_MINE_INCOME)
|
|
|
+// .navigation()
|
|
|
}
|
|
|
R.id.iv_chat -> {
|
|
|
if (UiUtils.isFastClick()) {
|