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

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

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "seaxuanduo.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 717 KiB

View File

@ -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;