Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
ios1x
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cemarose
ios1x
Commits
2136c9f7
Commit
2136c9f7
authored
Nov 27, 2017
by
houweibin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新下载APP所有品牌不显示 holly beau 品牌
parent
3416b732
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
KWMSearchBrandVC.m
iCemarose/Class/UI/Brand/KWMSearchBrandVC.m
+3
-3
No files found.
iCemarose/Class/UI/Brand/KWMSearchBrandVC.m
View file @
2136c9f7
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment