Commit 60fa6510 by lee

u'

parent ab7f3920
...@@ -54,8 +54,7 @@ static NSString *idStr = @"KWMBrandCaramelCell"; ...@@ -54,8 +54,7 @@ static NSString *idStr = @"KWMBrandCaramelCell";
self.collectionSort = BUYCollectionSortCreatedDescending; self.collectionSort = BUYCollectionSortCreatedDescending;
if (self.ctags) { if (self.ctags) {
self.title = self.ctags.firstObject.capitalizedString; self.title = self.ctags.firstObject.capitalizedString;
}else }else if(self.productType != nil){
if(self.productType != nil){
//初始化双行标题栏 //初始化双行标题栏
NSString *mTitle; NSString *mTitle;
if(self.tagType == 0){ if(self.tagType == 0){
......
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