From 22e170a66fbaa49d539c9ce3060d4d6f19e2e3ed Mon Sep 17 00:00:00 2001 From: kai60 Date: Fri, 29 May 2020 11:36:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=BA=97=E5=AE=A1=E6=A0=B8=E8=81=94?= =?UTF-8?q?=E7=B3=BB=E7=94=B5=E8=AF=9D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ifish.xcodeproj/project.pbxproj | 4 +-- .../ShopCertifyCheckViewController.m | 6 ++--- .../SaySomethingViewController.xib | 25 +++++++------------ 3 files changed, 14 insertions(+), 21 deletions(-) diff --git a/Ifish.xcodeproj/project.pbxproj b/Ifish.xcodeproj/project.pbxproj index 7268384..489a2b3 100644 --- a/Ifish.xcodeproj/project.pbxproj +++ b/Ifish.xcodeproj/project.pbxproj @@ -15697,7 +15697,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 12; DEVELOPMENT_TEAM = WFX8GD5HFX; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = YES; @@ -15815,7 +15815,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 12; DEVELOPMENT_TEAM = WFX8GD5HFX; ENABLE_BITCODE = NO; ENABLE_TESTABILITY = YES; diff --git a/Ifish/controllers/IfishTabControllers/探索/shopCertification/ShopCertifyCheckViewController.m b/Ifish/controllers/IfishTabControllers/探索/shopCertification/ShopCertifyCheckViewController.m index 5131a43..2f4d022 100644 --- a/Ifish/controllers/IfishTabControllers/探索/shopCertification/ShopCertifyCheckViewController.m +++ b/Ifish/controllers/IfishTabControllers/探索/shopCertification/ShopCertifyCheckViewController.m @@ -21,12 +21,12 @@ self.statusImg.image = [UIImage imageNamed:@"shop_certifycheck"]; self.statuesViewBtn.hidden = YES; - NSString *titleStr=@"工作人员正在审核,请耐心等待。详情电话:021-54131006"; + NSString *titleStr=@"工作人员正在审核,请耐心等待。详情电话:18667812003"; NSMutableAttributedString * attributedString = [[NSMutableAttributedString alloc] initWithString:titleStr]; NSMutableParagraphStyle * paragraphStyle = [[NSMutableParagraphStyle alloc] init]; //[paragraphStyle setLineSpacing:8]; [attributedString addAttribute:NSParagraphStyleAttributeName value:paragraphStyle range:NSMakeRange(0, titleStr.length)]; - [attributedString addAttribute:NSForegroundColorAttributeName value:[UIColor orangeColor] range:NSMakeRange(20,12)]; + [attributedString addAttribute:NSForegroundColorAttributeName value:[UIColor orangeColor] range:NSMakeRange(20,11)]; self.statysLabel.userInteractionEnabled = YES; [self.statysLabel setAttributedText:attributedString]; UITapGestureRecognizer *labelTapGestureRecognizer = [[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(labelTouchUpInside:)]; @@ -43,7 +43,7 @@ //拨打电话 if ([UIApplication instancesRespondToSelector:@selector(canOpenURL:)]) { - NSString *telNumber = [NSString stringWithFormat:@"telprompt://%@",@"021-54131006"]; + NSString *telNumber = [NSString stringWithFormat:@"telprompt://%@",@"18667812003"]; NSURL *aURL = [NSURL URLWithString: telNumber]; diff --git a/Ifish/controllers/leftcontrollers/SaySomethingViewController.xib b/Ifish/controllers/leftcontrollers/SaySomethingViewController.xib index d46ad6d..1fcd97f 100644 --- a/Ifish/controllers/leftcontrollers/SaySomethingViewController.xib +++ b/Ifish/controllers/leftcontrollers/SaySomethingViewController.xib @@ -1,11 +1,9 @@ - - - - - + + + - + @@ -21,21 +19,21 @@ - - + - - - + - - - - -