品牌图标
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@
|
|||||||
UIBarButtonItem *rightItem = [[UIBarButtonItem alloc] initWithCustomView:rightPopButton];
|
UIBarButtonItem *rightItem = [[UIBarButtonItem alloc] initWithCustomView:rightPopButton];
|
||||||
self.navigationItem.rightBarButtonItem =rightItem;
|
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;
|
_brandName.text = self.currentDevice.brandName;
|
||||||
self.dataModel=nil;
|
self.dataModel=nil;
|
||||||
[self initCHNames];
|
[self initCHNames];
|
||||||
|
|||||||
Reference in New Issue
Block a user