15555599100 4 rokov pred
rodič
commit
d0710de669

BIN
HappyJob/.DS_Store


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

@@ -5641,7 +5641,7 @@
 				CODE_SIGN_ENTITLEMENTS = HappyJob/HappyJob.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 11;
+				CURRENT_PROJECT_VERSION = 2;
 				DEVELOPMENT_TEAM = 6TLH64Q4Z4;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -5656,7 +5656,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 3.4.5;
+				MARKETING_VERSION = 3.5.0;
 				PRODUCT_BUNDLE_IDENTIFIER = com.huijiabo.kaixing;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";
@@ -5673,7 +5673,7 @@
 				CODE_SIGN_ENTITLEMENTS = HappyJob/HappyJob.entitlements;
 				CODE_SIGN_IDENTITY = "Apple Development";
 				CODE_SIGN_STYLE = Automatic;
-				CURRENT_PROJECT_VERSION = 11;
+				CURRENT_PROJECT_VERSION = 2;
 				DEVELOPMENT_TEAM = 6TLH64Q4Z4;
 				ENABLE_BITCODE = NO;
 				FRAMEWORK_SEARCH_PATHS = (
@@ -5688,7 +5688,7 @@
 					"$(inherited)",
 					"@executable_path/Frameworks",
 				);
-				MARKETING_VERSION = 3.4.5;
+				MARKETING_VERSION = 3.5.0;
 				PRODUCT_BUNDLE_IDENTIFIER = com.huijiabo.kaixing;
 				PRODUCT_NAME = "$(TARGET_NAME)";
 				PROVISIONING_PROFILE_SPECIFIER = "";

BIN
HappyJob/HappyJob/.DS_Store


+ 2 - 2
HappyJob/HappyJob/CClass/ClockIn_打卡/View/HJClockInCustomerServiceView.m

@@ -83,7 +83,7 @@
 - (void)phoneBtnClick:(UIButton *)btn {
     
     [self removeFromSuperview];
-    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-692-0099"];
+    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-690-0099"];
     [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
 //    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str] options:@{} completionHandler:nil];
 
@@ -131,7 +131,7 @@
     if (_phoneLabel == nil)
     {
         _phoneLabel = [[UILabel alloc] init];
-        _phoneLabel.text = @"400-692-0099";
+        _phoneLabel.text = @"400-690-0099";
         _phoneLabel.font = [UIFont boldSystemFontOfSize:24];
         _phoneLabel.textColor = COLOR_333333;
     }

+ 1 - 1
HappyJob/HappyJob/CClass/JobList_工作列表信息/PositionDetail_岗位详情/View/HJPositionDetailView.m

@@ -238,7 +238,7 @@
 /* 电话咨询 */
 - (void)callButtonClicked:(UIButton *)btn {
     
-    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-692-0099"];
+    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-690-0099"];
     [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
 //    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str] options:@{} completionHandler:nil];
 }

+ 1 - 1
HappyJob/HappyJob/CClass/Join_拼工/HJJoinDetailViewController.m

@@ -468,7 +468,7 @@ FBAPIManagerDelegate
 /* 拨打电话 */
 - (void)callBtnButtonClicked:(UIButton *)btn {
     
-    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-692-0099"];
+    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-690-0099"];
     [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
 //    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str] options:@{} completionHandler:nil];
 }

+ 1 - 1
HappyJob/HappyJob/CClass/Join_拼工/拼工规则/HJJoinAgreementViewController.m

@@ -45,7 +45,7 @@
                                              "5、 拼团奖励金以当天实际情况为准;\n\n"
                                              "6、 用户同一时间只能参加一个拼工,当前拼工结束才可参加另一个拼工;\n\n"
                                              "7、 拼团规则不与经纪人规则同时适用;\n\n"
-                                             "8、 具体可咨询客服电话:400-692-0099;\n\n"
+                                             "8、 具体可咨询客服电话:400-690-0099;\n\n"
                                              "9、 本活动最终解释权归开心工作所有。"
                                                                                    attributes:@{NSParagraphStyleAttributeName: paragraphStyle, NSFontAttributeName: [UIFont systemFontOfSize:12], NSForegroundColorAttributeName: [UIColor colorWithRed:102/255.0 green:102/255.0 blue:102/255.0 alpha:1.0]}];
         [string addAttributes:@{NSForegroundColorAttributeName: [UIColor colorWithRed:255/255.0 green:64/255.0 blue:14/255.0 alpha:1.0]}

+ 2 - 2
HappyJob/HappyJob/CClass/Me_我/Auth_实名认证/View/HJAuthIDCardErrorView.m

@@ -79,7 +79,7 @@
 - (void)phoneBtnClick:(UIButton *)btn {
     
     [self removeFromSuperview];
-    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-692-0099"];
+    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-690-0099"];
     [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
 //    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str] options:@{} completionHandler:nil];
 }
@@ -135,7 +135,7 @@
     if (_phoneLabel == nil)
     {
         _phoneLabel = [[UILabel alloc] init];
-        _phoneLabel.text = @"400-692-0099";
+        _phoneLabel.text = @"400-690-0099";
         _phoneLabel.font = [UIFont boldSystemFontOfSize:24];
         _phoneLabel.textColor = COLOR_333333;
     }

+ 2 - 2
HappyJob/HappyJob/CClass/Me_我/Reward_入职奖励/ViewController/HJReturnFeeDetailViewController.m

@@ -180,7 +180,7 @@ FBAPIManagerInterceptor
     vc.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
     vc.modalPresentationStyle = UIModalPresentationOverCurrentContext;
     self.navigationController.definesPresentationContext = NO;
-    [vc title:@"是否拨打开心工作客服电话:400-692-0099" cancelTitle:@"稍后再说" confirmTitle:@"立即拨打" singleTitle:@"" hiddenSingleButton:YES];
+    [vc title:@"是否拨打开心工作客服电话:400-690-0099" cancelTitle:@"稍后再说" confirmTitle:@"立即拨打" singleTitle:@"" hiddenSingleButton:YES];
     
     [vc.confirmButton addTarget:self action:@selector(callPhone:) forControlEvents:UIControlEventTouchUpInside];
     [self presentViewController:vc animated:YES completion:nil];
@@ -188,7 +188,7 @@ FBAPIManagerInterceptor
 }
 - (void)callPhone:(UIButton *)btn {
     
-    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-692-0099"];
+    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-690-0099"];
     [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
 //    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str] options:@{} completionHandler:nil];
 }

+ 1 - 1
HappyJob/HappyJob/CClass/Me_我/Salary_薪资查询/ViewController/HJSalaryAgreementViewController.m

@@ -42,7 +42,7 @@
         NSMutableAttributedString *string = [[NSMutableAttributedString alloc] initWithString:@"1.工资单什么时间生成?\n我们会每月中旬生成上月工资单,如果无法查询到该月工资单可能是因为工资条还未经上传。\n\n"
                                              "2.哪些企业可以查询工资单?\n与我司有劳动合同关系的企业均可以可以在“开心工作”平台上查到工资单,具体可询问用人单位是否与“开心工作”有合作关系。\n\n"
                                              "3.为什么我所在的企业支持工资单查询,但还是看不到我的工资单?\n工资单查询需要确保您的身份证及手机号与您在企业登记的信息一致。如果无法查询:\n①请确保您当前登录的账号,是您在厂内登记的手机号;\n②您可以咨询我们的客服,核实您的登记信息。\n\n"
-                                             "温馨提示:查询工资功能仅支持开心工作APP 、服务号,微信小程序、订阅号。\n如有疑问可致电开心工作官方电话:400-692-0099。\n\n"
+                                             "温馨提示:查询工资功能仅支持开心工作APP 、服务号,微信小程序、订阅号。\n如有疑问可致电开心工作官方电话:400-690-0099。\n\n"
                                                                                    attributes:@{NSParagraphStyleAttributeName: paragraphStyle}];
         NSMutableParagraphStyle *endParagraphStyle = [[NSMutableParagraphStyle alloc] init];
         endParagraphStyle.lineSpacing = 4;

+ 2 - 2
HappyJob/HappyJob/CClass/Me_我/wallet_我的钱包/ViewController/HJMyWalletViewController.m

@@ -164,7 +164,7 @@ FBAPIManagerInterceptor
 - (void)withdrawalButtonClick:(UIButton *)btn {
     
     HJConfirmPanelSingleView *view = [[HJConfirmPanelSingleView alloc]init];
-    view.titleLabel.text = @"如果您有提现需求,请联系客服400-692-0099";
+    view.titleLabel.text = @"如果您有提现需求,请联系客服400-690-0099";
     [view.confirmButton setTitle:@"知道了" forState:UIControlStateNormal];
     [view.confirmButton addTarget:self action:@selector(callPhone:) forControlEvents:UIControlEventTouchUpInside];
     [view ShowConfirmPanelSingleView];
@@ -172,7 +172,7 @@ FBAPIManagerInterceptor
 }
 - (void)callPhone:(UIButton *)btn {
     
-    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-692-0099"];
+    NSMutableString *str=[[NSMutableString alloc] initWithFormat:@"telprompt://%@",@"400-690-0099"];
     [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str]];
 //    [[UIApplication sharedApplication] openURL:[NSURL URLWithString:str] options:@{} completionHandler:nil];
 }