|
|
@@ -22,7 +22,7 @@
|
|
|
@property (nonatomic,readonly) NSInteger ordersCount;
|
|
|
@property (nonatomic,assign) NSInteger section;
|
|
|
@property (nonatomic,assign) NSInteger totalCount;
|
|
|
-@property (nonatomic,assign) NSInteger backendCount;///<后台修改Order的个数
|
|
|
+@property (nonatomic,assign) NSInteger backendFlagCount;///<后台修改Order的个数
|
|
|
|
|
|
@end
|
|
|
|
|
|
@@ -226,7 +226,7 @@
|
|
|
|
|
|
- (NSInteger)backendCountForSection:(NSInteger)section {
|
|
|
RAHomeSectionModel *sectionModel = [self.sectionArray objectAtIndex:section];
|
|
|
- return sectionModel.backendCount;
|
|
|
+ return sectionModel.backendFlagCount;
|
|
|
}
|
|
|
|
|
|
#pragma mark - Data
|