Commit 4d64ebceb6805249b0db9fa34c8779ccf1ee0cc0

Authored by zhangxiaowen
1 parent 1c1b42e0

no message

CNLiveIntegralModule/Classes/View/CNLiveTaskListHeadView.m
@@ -11,6 +11,8 @@ @@ -11,6 +11,8 @@
11 #import <Masonry/Masonry.h> 11 #import <Masonry/Masonry.h>
12 #import <SDWebImage/SDWebImage.h> 12 #import <SDWebImage/SDWebImage.h>
13 13
  14 +#import "CNUserInfoManager.h"
  15 +
14 @interface CNLiveTaskListHeadView() 16 @interface CNLiveTaskListHeadView()
15 @property (nonatomic, strong) UIImageView *headView; 17 @property (nonatomic, strong) UIImageView *headView;
16 @property (nonatomic, strong) UILabel *currentScore; 18 @property (nonatomic, strong) UILabel *currentScore;
@@ -99,7 +101,7 @@ static const NSInteger margin = 15; @@ -99,7 +101,7 @@ static const NSInteger margin = 15;
99 _headView.layer.masksToBounds = YES; 101 _headView.layer.masksToBounds = YES;
100 _headView.layer.borderColor = [UIColor whiteColor].CGColor; 102 _headView.layer.borderColor = [UIColor whiteColor].CGColor;
101 _headView.layer.borderWidth = 1.5; 103 _headView.layer.borderWidth = 1.5;
102 - [_headView sd_setImageWithURL:[NSURL URLWithString:@"CNUserShareModel.faceUrl"] placeholderImage:nil]; 104 + [_headView sd_setImageWithURL:[NSURL URLWithString:CNUserShareModel.faceUrl] placeholderImage:nil];
103 105
104 } 106 }
105 return _headView; 107 return _headView;