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 68 self.head = head;
69 69  
70 70 CNLiveLoginTextField *nickname = [[CNLiveLoginTextField alloc] initWithFrame:CGRectMake(0, head.bottom+space, frame.size.width, rowHeight)];
71   - nickname.keyboardType = UIKeyboardTypeNumberPad;
72 71 if(CNUserShareManager.isLogin&&CNUserShareModel.mobile.length >= 11){
73 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 257 __weak typeof(self) weakSelf = self;
258 258 [QMUITips showLoadingInView:XWKeyWindow];
259 259 [CNLiveUserSystemCenter verificationCodeType:VerificationCodeTypeShortcutLogin mobile:_account.text countryCode:_countryCode success:^(id result) {
260   - button.userInteractionEnabled = YES;
261 260 __strong typeof(weakSelf) strongSelf = weakSelf;
262 261 if(!strongSelf) return;
263 262 [QMUITips hideAllToastInView:XWKeyWindow animated:YES];
... ...