add jpush 启动广告页
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#import "UINavigationBar+Custom.h"
|
||||
#import "PassWordResetVC.h"
|
||||
#import "GiGaRegistViewController.h"
|
||||
|
||||
#import "GiGaUserDefault.h"
|
||||
@interface GiGaUserLoginVC ()
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *userImagView;
|
||||
@property (weak, nonatomic) IBOutlet UITextField *acountTextField;
|
||||
@@ -32,6 +32,8 @@
|
||||
[self setUpX];
|
||||
[self textFieldUI];
|
||||
[self.registBtn addTarget:self action:@selector(registBtnAction) forControlEvents:UIControlEventTouchUpInside];
|
||||
[self.loginBtn addTarget:self action:@selector(loginBtnAction:) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -98,6 +100,7 @@
|
||||
|
||||
}
|
||||
|
||||
#pragma mark - 去注册
|
||||
-(void)registBtnAction{
|
||||
|
||||
GiGaRegistViewController *registVC = [[GiGaRegistViewController alloc] init];
|
||||
@@ -106,5 +109,10 @@
|
||||
|
||||
}
|
||||
|
||||
#pragma mark - 登录
|
||||
-(void)loginBtnAction:(UIButton *)btn{
|
||||
[GiGaUserDefault saveUserId:@"123"];
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user