@@ -207,10 +207,10 @@ public class LogoutEtcStep2Activity extends AppActivity { | |||
} | |||
private void checkParams(){ | |||
if (BuildConfig.DEBUG){ | |||
gotoNextPage(); | |||
return; | |||
} | |||
// if (BuildConfig.DEBUG){ | |||
// gotoNextPage(); | |||
// return; | |||
// } | |||
if (hasCard < 0){ | |||
ToastUtils.show("请选择是否有卡注销!"); | |||
return; |