Commit 1ed601f7 by lee

u

parent 64c060f4
......@@ -260,7 +260,7 @@
KWMCategoryModel *cmodel = self.selectedCategory;
NSMutableArray *tags = [KWMFilterUtil getTagsByFilterArray:cmodel.filters];
if(!cmodel.brand){
if(cmodel.brand){
[tags addObject:cmodel.brand];
}
[self.client getProductsPage:cpage inCollection:cmodel.collection_id withTags:tags sortOrder:cmodel.sort completion:^(NSArray *products,NSUInteger page, BOOL reachedEnd, NSError *error){
......
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