Commit 31293f79df81bfc2c6569cb718e0a9ea7fe74595
1 parent
daf27c13
no message
Showing
2 changed files
with
4 additions
and
2 deletions
CNLiveSettingModule/Classes/Controller/CNLiveSettingController.m
| ... | ... | @@ -12,6 +12,7 @@ |
| 12 | 12 | #import "QMUIKit.h" |
| 13 | 13 | |
| 14 | 14 | #import "CNLiveUserAgreementManager.h" |
| 15 | +#import "CNUserInfoManager.h" | |
| 15 | 16 | |
| 16 | 17 | #import "CNLiveSettingModel.h" |
| 17 | 18 | #import "CNLiveSettingCell.h" |
| ... | ... | @@ -43,7 +44,7 @@ static const NSInteger timeValue = 1.5; |
| 43 | 44 | @{ |
| 44 | 45 | @"style":@"2", |
| 45 | 46 | @"title":@"更换手机号", |
| 46 | - @"content":@"User_Tel", | |
| 47 | + @"content":CNUserShareModel.mobile, | |
| 47 | 48 | @"height":@"60", |
| 48 | 49 | @"lineHeight":@"10" |
| 49 | 50 | }, | ... | ... |
CNLiveSettingModule/Classes/FontSIze/CNLiveFontSettingController.m
| ... | ... | @@ -10,6 +10,7 @@ |
| 10 | 10 | |
| 11 | 11 | #import "QMUIKit.h" |
| 12 | 12 | #import "CNLiveBaseKit.h" |
| 13 | +#import "CNUserInfoManager.h" | |
| 13 | 14 | |
| 14 | 15 | #import "CNLiveSettingNavigationBar.h" |
| 15 | 16 | #import "CNLiveFontSettingFrame.h" |
| ... | ... | @@ -33,7 +34,7 @@ |
| 33 | 34 | CNLiveFontSettingFrame *frame1 = [[CNLiveFontSettingFrame alloc]init]; |
| 34 | 35 | CNLiveFontSettingModel *model1 = [[CNLiveFontSettingModel alloc]init]; |
| 35 | 36 | model1.fromMe = @"1"; |
| 36 | - model1.icon = @"http://img.52z.com/upload/news/image/20190201/20190201031140_38468.jpg"; | |
| 37 | + model1.icon = CNUserShareModel.faceUrl; | |
| 37 | 38 | model1.content = @"预览字体大小"; |
| 38 | 39 | frame1.model = model1; |
| 39 | 40 | [self.data addObject:frame1]; | ... | ... |