|
|
@@ -154,13 +154,7 @@ public class FgtMainHeader extends BaseFragment {
|
|
|
|
|
|
@OnClick(R.id.iv_user_face)
|
|
|
public void onFaceClick() {
|
|
|
-// Jump2View.getInstance().goPersonnalCenterView(getActivity(), null);
|
|
|
- Intent intent = new Intent(getActivity(), QRCodeActivity.class);
|
|
|
- intent.putExtra("req", "sheep://liveness");
|
|
|
- intent.putExtra("token", SpUtils.getToken(getContext()));
|
|
|
- intent.putExtra("extra", "");
|
|
|
- intent.putExtra("message", "检测到你的账号异常,需要人脸识别验证");
|
|
|
- startActivityForResult(intent, Constant.INTENT_QRCODE_DATA);
|
|
|
+ Jump2View.getInstance().goPersonnalCenterView(getActivity(), null);
|
|
|
}
|
|
|
|
|
|
@OnClick(R.id.iv_msg)
|