Prechádzať zdrojové kódy

薪资查询bug修改

15555599100 5 rokov pred
rodič
commit
555aad4c08

+ 4 - 4
HappyJob/HappyJob.xcodeproj/project.pbxproj

@@ -5551,7 +5551,7 @@
 				CODE_SIGN_ENTITLEMENTS = HappyJob/HappyJob.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 6TLH64Q4Z4;
 				GCC_PREFIX_HEADER = "HappyJob/HappyJob-Prefix.pch";
 				INFOPLIST_FILE = HappyJob/Info.plist;
@@ -5560,7 +5560,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 3.4.1;
+				MARKETING_VERSION = 3.4.3;
 				PRODUCT_BUNDLE_IDENTIFIER = com.huijiabo.kaixing;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5577,7 +5577,7 @@
 				CODE_SIGN_ENTITLEMENTS = HappyJob/HappyJob.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 1;
+				CURRENT_PROJECT_VERSION = 3;
 				DEVELOPMENT_TEAM = 6TLH64Q4Z4;
 				GCC_PREFIX_HEADER = "HappyJob/HappyJob-Prefix.pch";
 				INFOPLIST_FILE = HappyJob/Info.plist;
@@ -5586,7 +5586,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 3.4.1;
+				MARKETING_VERSION = 3.4.3;
 				PRODUCT_BUNDLE_IDENTIFIER = com.huijiabo.kaixing;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";

+ 1 - 1
HappyJob/HappyJob/CClass/Me_我/Salary_薪资查询/View/HJSalaryListCell.m

@@ -62,7 +62,7 @@
     }];
     [self.moneylabel mas_makeConstraints:^(MASConstraintMaker *make) {
         
-        make.right.equalTo(self.rightImageV.mas_left).offset(-8);
+        make.right.equalTo(self.mas_right).offset(-30);
         make.centerY.equalTo(self.rightImageV);
         make.left.greaterThanOrEqualTo(self.timeLabel.mas_right).offset(40);
         make.left.greaterThanOrEqualTo(self.companyLabel.mas_right).offset(40);

+ 4 - 4
HappyJob/HappyJob/CClass/Me_我/Salary_薪资查询/ViewController/HJSalaryCodeViewController.m

@@ -72,10 +72,10 @@ FBAPIManagerDelegate
     
     self.codeView.codeBlock = ^(NSString * _Nonnull code) {
       
-//        [weakSelf startVerificationCode:code];
-        HJSalaryListViewController *list = [[HJSalaryListViewController alloc]init];
-        list.hidesBottomBarWhenPushed = YES;
-        [weakSelf.navigationController pushViewController:list animated:YES];
+        [weakSelf startVerificationCode:code];
+//        HJSalaryListViewController *list = [[HJSalaryListViewController alloc]init];
+//        list.hidesBottomBarWhenPushed = YES;
+//        [weakSelf.navigationController pushViewController:list animated:YES];
     };
 }
 

+ 1 - 2
HappyJob/HappyJob/Custom/Components/CustomControl/UIView/左右Label布局/HJLabelRightContentView.m

@@ -65,8 +65,7 @@
         _contentLabel.textColor = COLOR_000000;
         _contentLabel.textAlignment = NSTextAlignmentRight;
         _contentLabel.numberOfLines = 2;
-        _contentLabel.adjustsFontSizeToFitWidth = YES;
-//        _contentLabel.backgroundColor = [UIColor yellowColor];
+//        _contentLabel.adjustsFontSizeToFitWidth = YES;
     }
     return _contentLabel;
 }

+ 12 - 12
HappyJob/HappyJob/Support/HJConfig.h

@@ -11,21 +11,21 @@
 
 /* ---- 测试服接口地址 ------*/
 
-static NSString * const kHJBaseURL = @"https://kf.hap-job.com/happyjob/f/api/";
-static NSString * const kHJWebBaseURL = @"https://kf.hap-job.com/";
-static NSString * const kBuglyAppID = @"d3e4636207";
-static NSString * const kWeiXinAPIKey = @"wx9c053f7126db0b28";
-static NSString * const kuniversalLink = @"https://kf.hap-job.com/happyjob/";
-static NSString * const kSMSValidation = @"https://dk.hap-job.com/captcha/captcha";
+//static NSString * const kHJBaseURL = @"https://kf.hap-job.com/happyjob/f/api/";
+//static NSString * const kHJWebBaseURL = @"https://kf.hap-job.com/";
+//static NSString * const kBuglyAppID = @"d3e4636207";
+//static NSString * const kWeiXinAPIKey = @"wx9c053f7126db0b28";
+//static NSString * const kuniversalLink = @"https://kf.hap-job.com/happyjob/";
+//static NSString * const kSMSValidation = @"https://dk.hap-job.com/captcha/captcha";
 
 
 /* ------ 正式服接口地址 -------*/
-//static NSString * const kHJBaseURL = @"https://web.hap-job.com/happyjob/f/api/";
-//static NSString * const kHJWebBaseURL = @"https://web.hap-job.com";
-//static NSString * const kBuglyAppID = @"b532795704";
-//static NSString * const kWeiXinAPIKey = @"wxeb8c2418a8ace030";
-//static NSString * const kuniversalLink = @"https://web.hap-job.com/happyjob/";
-//static NSString * const kSMSValidation = @"https://tw.hap-job.com/captcha/captcha";
+static NSString * const kHJBaseURL = @"https://web.hap-job.com/happyjob/f/api/";
+static NSString * const kHJWebBaseURL = @"https://web.hap-job.com";
+static NSString * const kBuglyAppID = @"b532795704";
+static NSString * const kWeiXinAPIKey = @"wxeb8c2418a8ace030";
+static NSString * const kuniversalLink = @"https://web.hap-job.com/happyjob/";
+static NSString * const kSMSValidation = @"https://tw.hap-job.com/captcha/captcha";
 
 
 /* -------- 公共的 --------- */