Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
xffruit
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
张杰
xffruit
Commits
fcd0f7e7
Commit
fcd0f7e7
authored
9 years ago
by
陈俊俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节修改
parent
af300813
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ReportDetailViewController.m
...ntrollers/Report/Controllers/ReportDetailViewController.m
+7
-1
RPassgerView.m
XFFruit/ViewControllers/Report/Views/RPassgerView.m
+1
-1
No files found.
XFFruit/ViewControllers/Report/Controllers/ReportDetailViewController.m
View file @
fcd0f7e7
...
...
@@ -255,7 +255,13 @@
self
.
startTimeView
=
nil
;
}];
}
-
(
void
)
viewWillDisappear
:
(
BOOL
)
animated
{
[
super
viewDidDisappear
:
animated
];
if
(
self
.
startTimeView
)
{
[
self
.
startTimeView
removeFromSuperview
];
self
.
startTimeView
=
nil
;
}
}
-
(
void
)
didReceiveMemoryWarning
{
...
...
This diff is collapsed.
Click to expand it.
XFFruit/ViewControllers/Report/Views/RPassgerView.m
View file @
fcd0f7e7
...
...
@@ -117,7 +117,7 @@
if
([
IBTCommon
convertToDateFrom
:
compass
.
passengerdate
])
{
weekday
=
[
IBTCommon
weekdayStringFromDate
:[
IBTCommon
convertToDateFrom
:
compass
.
passengerdate
]];
}
self
.
dateLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@
累计客流量"
,
compass
.
passengerdate
?
compass
.
passengerdate
:
@"无"
];
self
.
dateLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@
%@累计客流量"
,
compass
.
passengerdate
?
compass
.
passengerdate
:
@"无"
,
weekday
];
//客流数环比变化率
if
([
compass
.
passengerChainSign
isEqualToString
:
ReportChainSignPlus
])
{
[
self
.
lastWeekLabel
setImage
:[
UIImage
imageNamed
:
ReportChainPlusImage
]
forState
:
UIControlStateDisabled
];
...
...
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