Commit 36c98d7e authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :支付页UI
[实现方案] :
parent 6da481cb
...@@ -201,10 +201,10 @@ public class MainActivity extends BaseActivity implements NavigationBottomView.N ...@@ -201,10 +201,10 @@ public class MainActivity extends BaseActivity implements NavigationBottomView.N
@Override @Override
public void onNavigationClick(int vId) { public void onNavigationClick(int vId) {
if (vId == com.zxhl.main.R.id.id_ll_bottom_user) { if (vId == R.id.id_ll_bottom_user) {
switchFragment(3); switchFragment(3);
EventUtils.INSTANCE.onEvent("tab_imp", "user"); EventUtils.INSTANCE.onEvent("tab_imp", "user");
} else if (vId == com.zxhl.main.R.id.id_ll_bottom_shouye) { } else if (vId == R.id.id_ll_bottom_shouye) {
switchFragment(0); switchFragment(0);
EventUtils.INSTANCE.onEvent("tab_imp", "home"); EventUtils.INSTANCE.onEvent("tab_imp", "home");
} else if (vId == R.id.id_ll_bottom_xingzuo) { } else if (vId == R.id.id_ll_bottom_xingzuo) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment