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
42016026
Commit
42016026
authored
Jul 31, 2017
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化谓词搜索
parent
4226526f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
20 additions
and
29 deletions
+20
-29
InviterViewController.m
Lighting/Class/MyClient/Controller/InviterViewController.m
+1
-1
CardViewController.m
...ing/Class/XXuserController/CardStock/CardViewController.m
+1
-1
PaymentWithdrawalMainViewController.m
...eVC/MainControllers/PaymentWithdrawalMainViewController.m
+1
-0
RebateViewController.m
...ontroller/RebateVC/MainControllers/RebateViewController.m
+0
-2
UserStoryboard.storyboard
Lighting/StoryBoards/UserStoryboard.storyboard
+17
-25
No files found.
Lighting/Class/MyClient/Controller/InviterViewController.m
View file @
42016026
...
...
@@ -122,7 +122,7 @@
-
(
UITableViewCell
*
)
tableView
:
(
UITableView
*
)
tableView
cellForRowAtIndexPath
:
(
NSIndexPath
*
)
indexPath
{
InviterTableViewCell
*
cell
=
[
tableView
dequeueReusableCellWithIdentifier
:
@"InviterTableViewCell"
forIndexPath
:
indexPath
];
cell
.
entity
=
self
.
inviter
Array
[
indexPath
.
row
];
cell
.
entity
=
self
.
display
Array
[
indexPath
.
row
];
return
cell
;
}
...
...
Lighting/Class/XXuserController/CardStock/CardViewController.m
View file @
42016026
...
...
@@ -72,7 +72,7 @@
if
(
isRefresh
)
{
[
weakSelf
.
datasArray
removeAllObjects
];
}
RsSimpleJingDongECardResponse
*
cardInformation
=
[[
RsSimpleJingDongECardResponse
alloc
]
initWithDictionary
:
RESPONSE
(
returnValue
)
error
:
nil
];
RsSimpleJingDongECardResponse
*
cardInformation
=
[[
RsSimpleJingDongECardResponse
alloc
]
initWithDictionary
:
RESPONSE
(
returnValue
)
error
:
nil
];
for
(
TOJingdongEcardEntity
*
eCard
in
cardInformation
.
list
)
{
[
weakSelf
.
datasArray
addObject
:
eCard
];
}
...
...
Lighting/Class/XXuserController/RebateVC/MainControllers/PaymentWithdrawalMainViewController.m
View file @
42016026
...
...
@@ -63,6 +63,7 @@
{
PaymentsViewController
*
payments
=
[
PaymentsViewController
viewControllerWithStoryBoardType
:
STORYBOARD_TYPE_MAIN
];
WithdrawalViewController
*
withdrawal
=
[
WithdrawalViewController
viewControllerWithStoryBoardType
:
STORYBOARD_TYPE_MAIN
];
[
self
addChildViewController
:
payments
];
[
self
addChildViewController
:
withdrawal
];
[
self
.
controllerBackView
addSubview
:
payments
.
view
];
self
.
currentVC
=
payments
;
...
...
Lighting/Class/XXuserController/RebateVC/MainControllers/RebateViewController.m
View file @
42016026
...
...
@@ -105,11 +105,9 @@
*/
@property
(
nonatomic
,
strong
)
EarningsResponse
*
resultEntity
;
@end
@implementation
RebateViewController
-
(
void
)
viewDidAppear
:(
BOOL
)
animated
...
...
Lighting/StoryBoards/UserStoryboard.storyboard
View file @
42016026
This diff is collapsed.
Click to expand it.
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