淡水鱼缸和海水鱼缸图片修改

This commit is contained in:
祝发冬
2022-06-02 16:22:00 +08:00
parent fa81a11902
commit 985b55b475
3 changed files with 24 additions and 1 deletions
@@ -179,7 +179,9 @@
}
else if ([self.currentDevice.type isEqualToString:DECICE_TYPE_XUANDUO4F]||[self.currentDevice.type isEqualToString:DECICE_TYPE_XUANDUO5F])
{
self.imageView.image=[UIImage imageNamed:@"pet"];
if ([self.currentDevice.type isEqualToString:DECICE_TYPE_XUANDUO5F]) {
self.imageView.image=[UIImage imageNamed:@"seaxuanduo"];
}
self.controlBtn.hidden=NO;
self.cameraBtn.hidden=NO;