游戏求版本功能(未对接接口), 文章详情优化(文章内容跳转未做),消息中心(未接接口),首页资讯改版,跳转意见反馈规则汇总

This commit is contained in:
khy
2017-04-14 16:07:36 +08:00
parent 515473e5dc
commit 8f99987696
126 changed files with 5775 additions and 1850 deletions

View File

@ -107,6 +107,8 @@ public class MessageDetailActivity extends BaseActivity implements MessageDetail
mConcernEntity = (ConcernEntity) AppController.get("ConcernEntity", true);
mCommentEntity = (CommentEntity) AppController.get("CommentEntity", true); // 来自新闻详情-评论回复
Intent intent = getIntent();
newsId = intent.getExtras().getString("newsId");
commentNum = intent.getExtras().getInt("commentNum");