Changes between Version 36 and Version 37 of app2.0/03_personal


Ignore:
Timestamp:
03/15/2016 12:04:44 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.0/03_personal

    v36 v37  
    422422    msg: '请求成功', 
    423423    data: { 
    424         newTopic: 1         // 1有 0没有 
    425         newComment: 1       // 1有 0没有 
    426         newSystemNotice: 1  // 1有 0没有 
     424        newTopicCount: 1,        //0用户没新审核的爆料,1用户有新审核的爆料 
     425        newCommentCount: 1,      //0用户没未读评论,1用户有未读的评论 
     426        newSystemNoticeCount: 1, //0用户没未读消息,1用户有未读的消息 
    427427    } 
    428428}