From f2f57a297b17f023b0b46f8567c89f9a9379172d Mon Sep 17 00:00:00 2001 From: xuemh Date: Fri, 29 Jun 2018 20:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9D=BE=E8=AF=BA=E6=9F=9C?= =?UTF-8?q?=E7=81=AF=E4=B8=8D=E8=83=BD=E8=B0=83=E8=8A=82=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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ifish/Info.plist b/Ifish/Info.plist index 93faba6..97ac244 100644 --- a/Ifish/Info.plist +++ b/Ifish/Info.plist @@ -70,7 +70,7 @@ CFBundleVersion - 480 + 481 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 e118235..3d7bc09 100644 --- a/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m +++ b/Ifish/controllers/FishTinkController/maincontroller/CenterontrolControllers/SongNuo/SongNuo86Byte/SongNuoDBCenterViewController.m @@ -270,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){ @@ -423,7 +423,7 @@ { btn.userInteractionEnabled=YES; - [btn setImage:[UIImage imageNamed:@"PFkilLlight_on.png"] forState:UIControlStateSelected]; + [btn setImage:[UIImage imageNamed:@"PFkilLlight_on.png"] forState:UIControlStateNormal]; lightModel.lightNumber=@"05";// NSString*switchString2=[NSString stringWithFormat:@"%@%@%@%@",switchString1,lightModel.lightNumber,lightModel.switchBtn,lightModel.crc16Str];