Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
红
红星美凯龙管理在线APP 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
张杰
红星美凯龙管理在线APP IOS
Commits
ec022f8d
Commit
ec022f8d
authored
Jun 11, 2016
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
846cb480
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
UserInterfaceState.xcuserstate
...userdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
Breakpoints_v2.xcbkptlist
...ta/admin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
+1
-1
Url.h
redstar/Classes/Macro/Url.h
+2
-2
PictureStoryViewController.m
...PictureDetail/ViewController/PictureStoryViewController.m
+7
-1
No files found.
redstar.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
ec022f8d
No preview for this file type
redstar.xcworkspace/xcuserdata/admin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
View file @
ec022f8d
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<BreakpointProxy
<BreakpointProxy
BreakpointExtensionID =
"Xcode.Breakpoint.ExceptionBreakpoint"
>
BreakpointExtensionID =
"Xcode.Breakpoint.ExceptionBreakpoint"
>
<BreakpointContent
<BreakpointContent
shouldBeEnabled =
"
Yes
"
shouldBeEnabled =
"
No
"
ignoreCount =
"0"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
continueAfterRunningActions =
"No"
scope =
"0"
scope =
"0"
...
...
redstar/Classes/Macro/Url.h
View file @
ec022f8d
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
#define Url_h
#define Url_h
// url 测试环境
// url 测试环境
//
#define kRedStarURL @"http://218.244.151.129:7580/"
#define kRedStarURL @"http://218.244.151.129:7580/"
#define kRedStarURL @"http://219.235.234.225:7580/"
//
#define kRedStarURL @"http://219.235.234.225:7580/"
// 最新正式环境
// 最新正式环境
// #define kRedStarURL @"http://219.235.234.212:7580/"
// #define kRedStarURL @"http://219.235.234.212:7580/"
...
...
redstar/Classes/Module/Function/Picture/PictureDetail/ViewController/PictureStoryViewController.m
View file @
ec022f8d
...
@@ -535,7 +535,6 @@
...
@@ -535,7 +535,6 @@
NSString
*
phrase
=
nil
;
// Document password (for unlocking most encrypted PDF files)
NSString
*
phrase
=
nil
;
// Document password (for unlocking most encrypted PDF files)
ReaderDocument
*
document
=
[
ReaderDocument
withDocumentFilePath
:
url
password
:
phrase
];
ReaderDocument
*
document
=
[
ReaderDocument
withDocumentFilePath
:
url
password
:
phrase
];
if
(
document
!=
nil
)
// Must have a valid ReaderDocument object in order to proceed with things
if
(
document
!=
nil
)
// Must have a valid ReaderDocument object in order to proceed with things
...
@@ -552,6 +551,13 @@
...
@@ -552,6 +551,13 @@
}
}
}
}
-
(
void
)
dismissReaderViewController
:
(
ReaderViewController
*
)
viewController
{
[
self
.
navigationController
popViewControllerAnimated
:
YES
];
}
-
(
void
)
downloadFile
:
(
UIButton
*
)
sender
-
(
void
)
downloadFile
:
(
UIButton
*
)
sender
{
{
NSInteger
row
=
sender
.
tag
-
998473
;
NSInteger
row
=
sender
.
tag
-
998473
;
...
...
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