网络层完善;tabbar。
This commit is contained in:
@@ -41,9 +41,9 @@ typedef NS_ENUM(NSInteger,XYThirdLoginType) {
|
||||
@interface LLButtonView : UIView
|
||||
|
||||
//icon
|
||||
@property (nonatomic,strong) UIImageView *logoImageView;
|
||||
@property (nonatomic, strong) UIImageView *logoImageView;
|
||||
//title
|
||||
@property (nonatomic,strong) UILabel *titleLabel;
|
||||
@property (nonatomic, strong) UILabel *titleLabel;
|
||||
@end
|
||||
|
||||
@implementation LLButtonView
|
||||
@@ -106,13 +106,13 @@ typedef NS_ENUM(NSInteger,XYThirdLoginType) {
|
||||
/** 登录按钮*/
|
||||
@property (nonatomic, strong) UIButton *loginButton;
|
||||
|
||||
@property (nonatomic,strong) UIStackView *stackView;
|
||||
@property (nonatomic, strong) UIStackView *stackView;
|
||||
///手机
|
||||
@property (nonatomic,strong) LLButtonView *qqButtonView;
|
||||
@property (nonatomic, strong) LLButtonView *qqButtonView;
|
||||
///wx
|
||||
@property (nonatomic,strong) LLButtonView *wxButtonView;
|
||||
@property (nonatomic, strong) LLButtonView *wxButtonView;
|
||||
///qq
|
||||
@property (nonatomic,strong) LLButtonView *phoneButtonView;
|
||||
@property (nonatomic, strong) LLButtonView *phoneButtonView;
|
||||
|
||||
/** 同意勾选按钮*/
|
||||
@property (nonatomic, strong) UIButton *agreeButton;
|
||||
@@ -132,7 +132,7 @@ typedef NS_ENUM(NSInteger,XYThirdLoginType) {
|
||||
}
|
||||
|
||||
- (void)phoneQuickLoginSuccess {
|
||||
[XCHUDTool showSuccessWithMessage:@"一键登录成功。"];
|
||||
[self.navigationController popToRootViewControllerAnimated:YES];
|
||||
}
|
||||
|
||||
- (void)viewDidLoad {
|
||||
|
Reference in New Issue
Block a user