蛋分器修改
This commit is contained in:
parent
296e93272b
commit
6771c60d88
|
|
@ -16025,7 +16025,7 @@
|
|||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 13;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
|
@ -16145,7 +16145,7 @@
|
|||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 13;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
DEVELOPMENT_TEAM = WFX8GD5HFX;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
|
|
|||
|
|
@ -146,6 +146,10 @@ static NSString *timerTypeFlag = @"TimerTypeTableViewCell";
|
|||
_titieArr = @[name.xunhuanPump,name.zengyangPump,name.light1,name.light2,name.zaolangPump,name.shajunLight];
|
||||
|
||||
_imgArr = @[@"循环棒",@"增氧泵",@"灯光1",@"灯光2",@"造浪",@"杀菌"];
|
||||
if ([self.currentdevice.type isEqualToString:DECICE_TYPE_XUANDUO5F]&&name.defaultName.length)
|
||||
{
|
||||
_imgArr = @[@"循环棒",@"dandenqiselected",@"灯光1",@"灯光2",@"造浪",@"杀菌"];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -141,6 +141,10 @@ static NSString *timerTypeFlag = @"TimerTypeTableViewCell";
|
|||
_titieArr = @[name.xunhuanPump,name.zengyangPump,name.light1,name.light2,name.zaolangPump,name.shajunLight];
|
||||
|
||||
_imgArr = @[@"循环棒",@"增氧泵",@"灯光1",@"灯光2",@"造浪",@"杀菌"];
|
||||
if ([self.currentdevice.type isEqualToString:DECICE_TYPE_XUANDUO5F]&&name.defaultName.length)
|
||||
{
|
||||
_imgArr = @[@"循环棒",@"dandenqiselected",@"灯光1",@"灯光2",@"造浪",@"杀菌"];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue