Commit 5b17b23acc04bcb575a85e36e3813fc0d77cdc1c
1 parent
06739714
提交0.0.24_更改地址显示
Showing
2 changed files
with
3 additions
and
3 deletions
CNLiveServiceCenterModule.podspec
CNLiveServiceCenterModule/Classes/CNLiveServiceCenterModule/View/CNLiveBServiceCenterHeaderView.m
| ... | ... | @@ -132,7 +132,7 @@ |
| 132 | 132 | [self.userImageV sd_setImageWithURL:[NSURL URLWithString:userImagUrl] placeholderImage:[UIImage imageNamedFromService:@"service_person"]]; |
| 133 | 133 | NSString *userName = [NSString stringWithFormat:@"%@",CNUserShareModel.nickname ? CNUserShareModel.nickname : @""]; |
| 134 | 134 | self.userNameL.text = userName; |
| 135 | - NSString *userLoc = [NSString stringWithFormat:@"%@",CNUserShareModel.location ? CNUserShareModel.location : @""]; | |
| 135 | + NSString *userLoc = [NSString stringWithFormat:@"%@",CNUserShareModel.location ? CNUserShareModel.location : @"中国"]; | |
| 136 | 136 | self.locationL.text = userLoc; |
| 137 | 137 | |
| 138 | 138 | } |
| ... | ... | @@ -204,7 +204,7 @@ |
| 204 | 204 | [self.userImageV sd_setImageWithURL:[NSURL URLWithString:userImagUrl] placeholderImage:[UIImage imageNamedFromService:@"service_person"]]; |
| 205 | 205 | NSString *userName = [NSString stringWithFormat:@"%@",CNUserShareModel.nickname ? CNUserShareModel.nickname : @""]; |
| 206 | 206 | self.userNameL.text = userName; |
| 207 | - NSString *userLoc = [NSString stringWithFormat:@"%@",CNUserShareModel.location ? CNUserShareModel.location : @""]; | |
| 207 | + NSString *userLoc = [NSString stringWithFormat:@"%@",CNUserShareModel.location ? CNUserShareModel.location : @"中国"]; | |
| 208 | 208 | self.locationL.text = userLoc; |
| 209 | 209 | |
| 210 | 210 | } | ... | ... |