Commit db59709e by pierce

fixed vip等级显示异常的问题

parent 605bd48c
......@@ -1483,7 +1483,7 @@
messageModel.atNameColour = [msgDict[@"atWordVo"][@"colour"] description];
messageModel.content = msgDict[@"content"];
messageModel.level = [msgDict[@"level"] description];
messageModel.level = [msgDict[@"lev"] description];
messageModel.lev = [msgDict[@"lev"] description];
if (![NSDictionary isNull:msgDict[@"groupValue"]]) {
messageModel.groupName = msgDict[@"groupValue"][@"groupName"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment