Commit 67875294 authored by 曹云霄's avatar 曹云霄

no message

parent 4b8a301e
......@@ -379,9 +379,7 @@
{
WS(weakSelf);
[HTTP networkWithDictionaryRequestWithURL:SERVERREQUESTURL(PRODUCTSCREENING) withRequestType:ONE withParameter:nil withReturnValueBlock:^(id returnValue) {
if (RESULT(returnValue)) {
if (remove) {
[weakSelf.productScreeningDatasArray removeAllObjects];
}
......@@ -535,7 +533,6 @@
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
if (self.rightSelectedIndex == 2) {
BOOL boolValue = [[self.openArray objectAtIndex:section] boolValue];
GoodsCategoryModel *model = [[self.productScreeningDatasArray objectAtIndex:self.rightSelectedIndex] objectAtIndex:section];
return boolValue?model.children.count:0;
......
......@@ -15,7 +15,7 @@
<key>CFBundleName</key>
<string>欧立方</string>
<key>CFBundleShortVersionString</key>
<string>2.1.12</string>
<string>2.1.13</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
......
......@@ -90,7 +90,7 @@ typedef NS_ENUM(NSInteger,COMMENT_PRAISE) {
/**
* 服务器开发地址
*/
#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://gomoredev:8082/opple-web/app%@",URL]
//#define SERVERREQUESTURL(URL) [NSString stringWithFormat:@"http://gomoredev:8082/opple-web/app%@",URL]
//外网http://debenson.picp.io/opple-web/
/**
......@@ -101,7 +101,7 @@ typedef NS_ENUM(NSInteger,COMMENT_PRAISE) {
/**
* 服务器测试地址
*/
//#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