Commit 9f9c5e768b57aec455fd41b7d077925057855602
1 parent
6a44f942
no message
Showing
1 changed file
with
4 additions
and
4 deletions
CNLiveMineModule/Classes/UserInfo/CNLiveUserInfoController.m
| @@ -36,7 +36,7 @@ | @@ -36,7 +36,7 @@ | ||
| 36 | @"layout":@"2", | 36 | @"layout":@"2", |
| 37 | @"data":@"0", | 37 | @"data":@"0", |
| 38 | @"title":@"头像", | 38 | @"title":@"头像", |
| 39 | - @"info":CNUserShareModel.faceUrl, | 39 | + @"info":CNUserShareModel.faceUrl?CNUserShareModel.faceUrl:@"", |
| 40 | @"height":@"81", | 40 | @"height":@"81", |
| 41 | @"lineHeight":@"0.5" | 41 | @"lineHeight":@"0.5" |
| 42 | }, | 42 | }, |
| @@ -44,7 +44,7 @@ | @@ -44,7 +44,7 @@ | ||
| 44 | @"layout":@"1", | 44 | @"layout":@"1", |
| 45 | @"data":@"1", | 45 | @"data":@"1", |
| 46 | @"title":@"昵称", | 46 | @"title":@"昵称", |
| 47 | - @"info":CNUserShareModel.nickname, | 47 | + @"info":CNUserShareModel.nickname?CNUserShareModel.nickname:@"", |
| 48 | @"height":@"51", | 48 | @"height":@"51", |
| 49 | @"lineHeight":@"0.5" | 49 | @"lineHeight":@"0.5" |
| 50 | }, | 50 | }, |
| @@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
| 52 | @"layout":@"1", | 52 | @"layout":@"1", |
| 53 | @"data":@"2", | 53 | @"data":@"2", |
| 54 | @"title":@"性别", | 54 | @"title":@"性别", |
| 55 | - @"info":CNUserShareModel.gender, | 55 | + @"info":CNUserShareModel.gender?CNUserShareModel.gender:@"未知", |
| 56 | @"height":@"60", | 56 | @"height":@"60", |
| 57 | @"lineHeight":@"10" | 57 | @"lineHeight":@"10" |
| 58 | }, | 58 | }, |
| @@ -68,7 +68,7 @@ | @@ -68,7 +68,7 @@ | ||
| 68 | @"layout":@"1", | 68 | @"layout":@"1", |
| 69 | @"data":@"4", | 69 | @"data":@"4", |
| 70 | @"title":@"地区", | 70 | @"title":@"地区", |
| 71 | - @"info":CNUserShareModel.location, | 71 | + @"info":CNUserShareModel.location?CNUserShareModel.location:@"", |
| 72 | @"height":@"60", | 72 | @"height":@"60", |
| 73 | @"lineHeight":@"10" | 73 | @"lineHeight":@"10" |
| 74 | }, | 74 | }, |