Commit a96b9e3a authored by linfeng's avatar linfeng

bug修复

parent 4ec135ff
...@@ -197,6 +197,7 @@ public class MineFragment extends BaseFragment<CommonPresenter> implements Simp ...@@ -197,6 +197,7 @@ public class MineFragment extends BaseFragment<CommonPresenter> implements Simp
if (isLogin()) return; if (isLogin()) return;
startActivity(IDCardCertificationActivity.getIntent(_mActivity)); startActivity(IDCardCertificationActivity.getIntent(_mActivity));
} else if (id == R.id.rl_item_to_be_paid) { } else if (id == R.id.rl_item_to_be_paid) {
//待支付 //待支付
if (isLogin()) return; if (isLogin()) return;
......
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