Commit 74a498e8 authored by 曹云霄's avatar 曹云霄

debug

parent 66a1c629
...@@ -31,10 +31,7 @@ ...@@ -31,10 +31,7 @@
*/ */
@property (nonatomic,assign) int totalPages; @property (nonatomic,assign) int totalPages;
/**
* 当前选中的状态值
*/
@property (nonatomic,copy) NSString *currentState;
@end @end
...@@ -125,7 +122,6 @@ ...@@ -125,7 +122,6 @@
page.page = weakSelf.indexPage; page.page = weakSelf.indexPage;
page.rows = KROWS; page.rows = KROWS;
weakSelf.model.dp = page; weakSelf.model.dp = page;
self.model.orderStateEquals = weakSelf.currentState;
[weakSelf getGuideAllcustomerOrder:NO WithorderBill:weakSelf.model]; [weakSelf getGuideAllcustomerOrder:NO WithorderBill:weakSelf.model];
} }
}]; }];
......
...@@ -256,6 +256,7 @@ ...@@ -256,6 +256,7 @@
selectedIndex = 1; selectedIndex = 1;
CustomerOrderViewController *customerVC = [SHARED_APPDELEGATE.allControllerArray objectAtIndex_opple:1]; CustomerOrderViewController *customerVC = [SHARED_APPDELEGATE.allControllerArray objectAtIndex_opple:1];
customerVC.searchCustomerOrder.text = nil; customerVC.searchCustomerOrder.text = nil;
[customerVC.StyleButton setTitle:@"全部订单" forState:UIControlStateNormal];
customerVC.model.consumerNameOrMobileEquals = nil; customerVC.model.consumerNameOrMobileEquals = nil;
customerVC.model.orderStateEquals = nil; customerVC.model.orderStateEquals = nil;
[customerVC.customerOrderTableView.mj_header beginRefreshing]; [customerVC.customerOrderTableView.mj_header beginRefreshing];
......
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
if (code) { if (code) {
return kTCColor(241, 81, 83); return kTCColor(241, 81, 83);
} }
return @"未付款"; return @"待支付";
} }
break; break;
case 002://已付款 case 002://已付款
......
...@@ -114,12 +114,12 @@ ...@@ -114,12 +114,12 @@
/** /**
* 服务器开发地址 * 服务器开发地址
*/ */
#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://139.196.195.30:8090/opple-web/app%@",URL] //#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://139.196.195.30:8090/opple-web/app%@",URL]
/** /**
* 服务器测试地址 * 服务器测试地址
*/ */
//#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://dg-dev.opple.com/opple-web/app%@",URL] #define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://dg-dev.opple.com/opple-web/app%@",URL]
......
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