From 1b828531cc7e1bdb6dad7574d31568ca4f6aef9c Mon Sep 17 00:00:00 2001 From: xuemh Date: Thu, 14 Jun 2018 12:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=BB=E7=BA=BF=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ifish/Info.plist | 2 +- .../SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Ifish/Info.plist b/Ifish/Info.plist index 73d8a0a..93faba6 100644 --- a/Ifish/Info.plist +++ b/Ifish/Info.plist @@ -70,7 +70,7 @@ CFBundleVersion - 479 + 480 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m index fcde140..e118235 100644 --- a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m +++ b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m @@ -185,7 +185,7 @@ } - NSArray *nameArr=@[@"PFLight1_off",@"PFLight1_off",@"ChongLang_off",@"O2_off",@"",@"PFkilLlight_off",@"JiaReBang"]; + NSArray *nameArr=@[@"PFLight1_off",@"PFLight1_off",@"ChongLang_off",@"O2_off",@"PFkilLlight_off",@"JiaReBang"]; CGFloat btnControlWith = 70; CGFloat btnControlPlace = (kScreenSize.width - 3*btnControlWith )/4; @@ -243,7 +243,6 @@ self.button.tag= 600003+i; [self.button addTarget:self action:@selector(songNuoBDBtnClick:) forControlEvents:UIControlEventTouchUpInside]; if (i == 2) { - [self.button setImage:[UIImage imageNamed:nameArr.lastObject] forState:UIControlStateNormal]; UILabel *tempLbl = [UILabel new]; [self.button addSubview:tempLbl]; tempLbl.tag = 1; @@ -271,7 +270,7 @@ self.airPumpName = textLbl; }else if (i==1){ - self.nuoGuiDengBtn = self.button; +// self.nuoGuiDengBtn = self.button; self.guiDengName = textLbl; }else if (i==2){