品牌图标
This commit is contained in:
parent
c940c18e11
commit
4ae0e07424
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue