Explorar el Código

1.修改iOS Apex Drivers Order Backend Flag。

Pen Li hace 7 años
padre
commit
9a9e8de96e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Redant Drivers/Apex And Drivers/Home/RAHomeViewController.m

+ 2 - 2
Redant Drivers/Apex And Drivers/Home/RAHomeViewController.m

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