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
f117c3f1
Commit
f117c3f1
authored
Nov 03, 2015
by
zhu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'DEV_20150805_001' of
http://121.42.32.57/root/xffruit
into DEV_20150805_001
Conflicts: XFFruit/AppDelegate/ICRAppDelegate.m
parents
3e58fda4
af4a4c56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
ICRAppDelegate.m
XFFruit/AppDelegate/ICRAppDelegate.m
+2
-1
SurveyDetailViewController.m
...ntrollers/Survey/controllers/SurveyDetailViewController.m
+3
-1
No files found.
XFFruit/AppDelegate/ICRAppDelegate.m
View file @
f117c3f1
...
...
@@ -133,6 +133,7 @@
alertV
.
tag
=
1002
;
[
alertV
show
];
}
}
else
{
...
...
@@ -140,8 +141,8 @@
[
self
performSelector
:
@selector
(
scale_2
)
withObject
:
nil
afterDelay
:
1
.
5
f
];
}
}
}
-
(
void
)
scale_2
...
...
XFFruit/ViewControllers/Survey/controllers/SurveyDetailViewController.m
View file @
f117c3f1
...
...
@@ -87,7 +87,9 @@ typedef enum : NSUInteger {
NSString
*
message
=
data
[
@"message"
]
;
if
(
success
==
1
)
{
NSString
*
dataStr
=
data
[
@"data"
];
NSString
*
urlStr
=
[
NSString
stringWithFormat
:
@"%@/DisplayChart?filename=%@"
,
@"http://122.224.171.126:7280/cruiser-server"
,
dataStr
];
NSRange
range
=
[
HTTP_REST_API_BASE_URL
rangeOfString
:
@"rest"
];
NSString
*
serverURl
=
[
HTTP_REST_API_BASE_URL
substringToIndex
:
range
.
location
];
NSString
*
urlStr
=
[
NSString
stringWithFormat
:
@"%@DisplayChart?filename=%@"
,
serverURl
,
dataStr
];
[
_chartImageView
sd_setImageWithURL
:[
NSURL
URLWithString
:
urlStr
]];
}
else
{
[
IBTLoadingView
showTips
:
message
];
...
...
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