Commit 8ae3011f3998543fc725a5e78b9709baa69429a4
1 parent
d11507e8
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveBLoginModule/Classes/View/CNLiveCompleteInfoView.m
| @@ -68,7 +68,7 @@ static const NSInteger timeValue = 1.5; | @@ -68,7 +68,7 @@ static const NSInteger timeValue = 1.5; | ||
| 68 | self.head = head; | 68 | self.head = head; |
| 69 | 69 | ||
| 70 | CNLiveLoginTextField *nickname = [[CNLiveLoginTextField alloc] initWithFrame:CGRectMake(0, head.bottom+space, frame.size.width, rowHeight)]; | 70 | CNLiveLoginTextField *nickname = [[CNLiveLoginTextField alloc] initWithFrame:CGRectMake(0, head.bottom+space, frame.size.width, rowHeight)]; |
| 71 | - if(CNUserShareManager.isLogin&&CNUserShareModel.mobile.length >= 11){ | 71 | + if(CNUserShareModel.mobile.length >= 11){ |
| 72 | nickname.text = [CNUserShareModel.mobile stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"]; | 72 | nickname.text = [CNUserShareModel.mobile stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"]; |
| 73 | } | 73 | } |
| 74 | 74 |