|
@@ -1637,6 +1637,16 @@
|
|
|
cell.layer.borderWidth = 0.5;
|
|
cell.layer.borderWidth = 0.5;
|
|
|
//cell.layer.cornerRadius=15;
|
|
//cell.layer.cornerRadius=15;
|
|
|
cell.layer.masksToBounds=true;
|
|
cell.layer.masksToBounds=true;
|
|
|
|
|
+
|
|
|
|
|
+#ifdef BUILD_UWAVER
|
|
|
|
|
+
|
|
|
|
|
+ cell.mark_wish.hidden = YES;
|
|
|
|
|
+ cell.mark_order.hidden = YES;
|
|
|
|
|
+ cell.mark_closeout.hidden = YES;
|
|
|
|
|
+ cell.mark_moreColor.hidden = YES;
|
|
|
|
|
+
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
return cell;
|
|
return cell;
|
|
|
}
|
|
}
|
|
|
else if(self.categoryViewType == CATEGORY_VIEWTYPE_LARGE)
|
|
else if(self.categoryViewType == CATEGORY_VIEWTYPE_LARGE)
|
|
@@ -1700,6 +1710,16 @@
|
|
|
cell.layer.borderWidth = 0.5;
|
|
cell.layer.borderWidth = 0.5;
|
|
|
//cell.layer.cornerRadius=15;
|
|
//cell.layer.cornerRadius=15;
|
|
|
cell.layer.masksToBounds=true;
|
|
cell.layer.masksToBounds=true;
|
|
|
|
|
+
|
|
|
|
|
+#ifdef BUILD_UWAVER
|
|
|
|
|
+
|
|
|
|
|
+ cell.mark_wish.hidden = YES;
|
|
|
|
|
+ cell.mark_order.hidden = YES;
|
|
|
|
|
+ cell.mark_closeout.hidden = YES;
|
|
|
|
|
+ cell.mark_moreColor.hidden = YES;
|
|
|
|
|
+
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
return cell;
|
|
return cell;
|
|
|
}
|
|
}
|
|
|
else
|
|
else
|
|
@@ -1762,12 +1782,18 @@
|
|
|
cell.layer.borderWidth = 0.5;
|
|
cell.layer.borderWidth = 0.5;
|
|
|
//cell.layer.cornerRadius=15;
|
|
//cell.layer.cornerRadius=15;
|
|
|
cell.layer.masksToBounds=true;
|
|
cell.layer.masksToBounds=true;
|
|
|
|
|
+
|
|
|
|
|
+#ifdef BUILD_UWAVER
|
|
|
|
|
+
|
|
|
|
|
+ cell.mark_wish.hidden = YES;
|
|
|
|
|
+ cell.mark_order.hidden = YES;
|
|
|
|
|
+ cell.mark_closeout.hidden = YES;
|
|
|
|
|
+ cell.mark_moreColor.hidden = YES;
|
|
|
|
|
+
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
return cell;
|
|
return cell;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- (void)collectionCell:(CategoryCellNPD *)cell setImageForIndexPath:(NSIndexPath *)indexPath {
|
|
- (void)collectionCell:(CategoryCellNPD *)cell setImageForIndexPath:(NSIndexPath *)indexPath {
|