Commit a5ef0e4d35c65cf4a88f1820cfa5ff7400b8dade
1 parent
38980814
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveBMineModule/Classes/Setting/Controller/CNLiveSettingController.m
| @@ -42,7 +42,7 @@ static const NSInteger timeValue = 1.5; | @@ -42,7 +42,7 @@ static const NSInteger timeValue = 1.5; | ||
| 42 | @{ | 42 | @{ |
| 43 | @"style":@"1", | 43 | @"style":@"1", |
| 44 | @"title":@"更换手机号", | 44 | @"title":@"更换手机号", |
| 45 | - @"content":CNUserShareModel.mobile, | 45 | + @"content":CNUserShareModel.mobile?CNUserShareModel.mobile:@"", |
| 46 | @"height":@"60", | 46 | @"height":@"60", |
| 47 | @"lineHeight":@"10" | 47 | @"lineHeight":@"10" |
| 48 | }, | 48 | }, |