品牌图标

This commit is contained in:
祝发冬 2022-08-29 11:05:02 +08:00
parent c940c18e11
commit 4ae0e07424
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
UIBarButtonItem *rightItem = [[UIBarButtonItem alloc] initWithCustomView:rightPopButton];
self.navigationItem.rightBarButtonItem =rightItem;
//
[_brandBtn sd_setBackgroundImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetLogUrl,self.currentDevice.logo]] forState:UIControlStateNormal placeholderImage:[UIImage imageNamed:@"brandLogo_hold"]];
[_brandBtn sd_setBackgroundImageWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"%@%@",kGetLogUrl,self.currentDevice.logo]] forState:UIControlStateNormal placeholderImage:[UIImage imageNamed:@"brandLogo_hold"] options:SDWebImageAllowInvalidSSLCertificates];
_brandName.text = self.currentDevice.brandName;
self.dataModel=nil;
[self initCHNames];