Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
Opple-iOS
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
Opple-iOS
Commits
74a498e8
Commit
74a498e8
authored
Jun 13, 2016
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
66a1c629
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
CustomerOrderViewController.m
Lighting/Class/CustomerOrderViewController.m
+1
-5
LoginViewController.m
Lighting/Class/Login/LoginViewController.m
+1
-0
BaseViewController.m
Lighting/Tools/BaseViewController.m
+1
-1
PrefixHeader.pch
Lighting/Tools/PrefixHeader.pch
+2
-2
No files found.
Lighting/Class/CustomerOrderViewController.m
View file @
74a498e8
...
...
@@ -31,10 +31,7 @@
*/
@property
(
nonatomic
,
assign
)
int
totalPages
;
/**
* 当前选中的状态值
*/
@property
(
nonatomic
,
copy
)
NSString
*
currentState
;
@end
...
...
@@ -125,7 +122,6 @@
page
.
page
=
weakSelf
.
indexPage
;
page
.
rows
=
KROWS
;
weakSelf
.
model
.
dp
=
page
;
self
.
model
.
orderStateEquals
=
weakSelf
.
currentState
;
[
weakSelf
getGuideAllcustomerOrder
:
NO
WithorderBill
:
weakSelf
.
model
];
}
}];
...
...
Lighting/Class/Login/LoginViewController.m
View file @
74a498e8
...
...
@@ -256,6 +256,7 @@
selectedIndex
=
1
;
CustomerOrderViewController
*
customerVC
=
[
SHARED_APPDELEGATE
.
allControllerArray
objectAtIndex_opple
:
1
];
customerVC
.
searchCustomerOrder
.
text
=
nil
;
[
customerVC
.
StyleButton
setTitle
:
@"全部订单"
forState
:
UIControlStateNormal
];
customerVC
.
model
.
consumerNameOrMobileEquals
=
nil
;
customerVC
.
model
.
orderStateEquals
=
nil
;
[
customerVC
.
customerOrderTableView
.
mj_header
beginRefreshing
];
...
...
Lighting/Tools/BaseViewController.m
View file @
74a498e8
...
...
@@ -366,7 +366,7 @@
if
(
code
)
{
return
kTCColor
(
241
,
81
,
83
);
}
return
@"
未付款
"
;
return
@"
待支付
"
;
}
break
;
case
002
:
//已付款
...
...
Lighting/Tools/PrefixHeader.pch
View file @
74a498e8
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment