Commit ebf7fa102be96c5733e8d1471051a1d732ddf645

Authored by iOS-Xiaowen
1 parent 70384dff

no message

CNLiveBLoginModule/Classes/View/CNLiveCompleteInfoView.m
@@ -68,7 +68,6 @@ static const NSInteger timeValue = 1.5; @@ -68,7 +68,6 @@ 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 - nickname.keyboardType = UIKeyboardTypeNumberPad;  
72 if(CNUserShareManager.isLogin&&CNUserShareModel.mobile.length >= 11){ 71 if(CNUserShareManager.isLogin&&CNUserShareModel.mobile.length >= 11){
73 nickname.text = [CNUserShareModel.mobile stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"]; 72 nickname.text = [CNUserShareModel.mobile stringByReplacingCharactersInRange:NSMakeRange(3, 4) withString:@"****"];
74 } 73 }
CNLiveBLoginModule/Classes/View/CNLiveLoginView.m
@@ -257,7 +257,6 @@ static const NSInteger timeValue = 1.5; @@ -257,7 +257,6 @@ static const NSInteger timeValue = 1.5;
257 __weak typeof(self) weakSelf = self; 257 __weak typeof(self) weakSelf = self;
258 [QMUITips showLoadingInView:XWKeyWindow]; 258 [QMUITips showLoadingInView:XWKeyWindow];
259 [CNLiveUserSystemCenter verificationCodeType:VerificationCodeTypeShortcutLogin mobile:_account.text countryCode:_countryCode success:^(id result) { 259 [CNLiveUserSystemCenter verificationCodeType:VerificationCodeTypeShortcutLogin mobile:_account.text countryCode:_countryCode success:^(id result) {
260 - button.userInteractionEnabled = YES;  
261 __strong typeof(weakSelf) strongSelf = weakSelf; 260 __strong typeof(weakSelf) strongSelf = weakSelf;
262 if(!strongSelf) return; 261 if(!strongSelf) return;
263 [QMUITips hideAllToastInView:XWKeyWindow animated:YES]; 262 [QMUITips hideAllToastInView:XWKeyWindow animated:YES];