Commit 8ae3011f3998543fc725a5e78b9709baa69429a4

Authored by iOS-Xiaowen
1 parent d11507e8

no message

CNLiveBLoginModule/Classes/View/CNLiveCompleteInfoView.m
... ... @@ -68,7 +68,7 @@ static const NSInteger timeValue = 1.5;
68 68 self.head = head;
69 69  
70 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 72 nickname.text = [CNUserShareModel.mobile stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"];
73 73 }
74 74  
... ...