Commit 2136c9f7 by houweibin

新下载APP所有品牌不显示 holly beau 品牌

parent 3416b732
...@@ -312,9 +312,9 @@ static NSString *identify = @"KWMSearchBrandsCell"; ...@@ -312,9 +312,9 @@ static NSString *identify = @"KWMSearchBrandsCell";
return ; return ;
} }
// NSArray *indexArray= [result.brands arrayWithPinYinFirstLetterFormat]; // NSArray *indexArray= [result.brands arrayWithPinYinFirstLetterFormat];
if(self.dataArray){ //如果已经从缓存拿到数据了。 // if(self.dataArray){ //如果已经从缓存拿到数据了。
return; // return;
} // }
NSArray *indexArray= [[result.brands rx_filterWithBlock:^BOOL(id each) { NSArray *indexArray= [[result.brands rx_filterWithBlock:^BOOL(id each) {
return each && each != [NSNull null]; return each && each != [NSNull null];
}] arrayWithPinYinFirstLetterFormat]; }] arrayWithPinYinFirstLetterFormat];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment