| | |
| | | import com.video.youth.util.YouthUtil; |
| | | import com.weikou.beibeivideo.BasicTextHttpResponseHandler; |
| | | import com.weikou.beibeivideo.BeibeiVideoAPI; |
| | | import com.weikou.beibeivideo.BeibeiVideoApplication; |
| | | import com.weikou.beibeivideo.R; |
| | | import com.weikou.beibeivideo.db.MessageTable; |
| | | import com.weikou.beibeivideo.entity.NewComment; |
| | |
| | | if (isLogin) {// 登录后 逻辑 |
| | | intent.setClass(MainActivity.this, PersonInfoActivity.class); |
| | | } else {// 登录前 |
| | | intent.setClass(MainActivity.this, LoginActivity.class); |
| | | UserUtil.toLogin(MainActivity.this); |
| | | return; |
| | | } |
| | | startActivity(intent); |
| | | break; |