|
|
@@ -317,12 +317,6 @@ public class Jump2View {
|
|
|
G.showToast(R.string.loading_data);
|
|
|
return;
|
|
|
}
|
|
|
- if (
|
|
|
-// TestUtil.isDev() ||
|
|
|
- TextUtils.isEmpty(DataUtil.getInstance().getUserWxOpenId())) {//这里认定没有微信id 为 没有绑定微信号
|
|
|
- goNoBindWx(context, ChangeWxOrTelAct.TYPE_RECHARGE);
|
|
|
- return;
|
|
|
- }
|
|
|
if (userEntity.notCertification()) {//没有实名认证
|
|
|
goRealNameAuther(context, userEntity, RealNameAuthenAct.GO_WITHDRAWAL);
|
|
|
return;
|