Commit ec022f8d authored by admin's avatar admin

修改bug

parent 846cb480
......@@ -6,7 +6,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
scope = "0"
......
......@@ -10,8 +10,8 @@
#define Url_h
// url 测试环境
// #define kRedStarURL @"http://218.244.151.129:7580/"
#define kRedStarURL @"http://219.235.234.225:7580/"
#define kRedStarURL @"http://218.244.151.129:7580/"
// #define kRedStarURL @"http://219.235.234.225:7580/"
// 最新正式环境
// #define kRedStarURL @"http://219.235.234.212:7580/"
......
......@@ -535,7 +535,6 @@
NSString *phrase = nil; // Document password (for unlocking most encrypted PDF files)
ReaderDocument *document = [ReaderDocument withDocumentFilePath:url password:phrase];
if (document != nil) // Must have a valid ReaderDocument object in order to proceed with things
......@@ -552,6 +551,13 @@
}
}
- (void)dismissReaderViewController:(ReaderViewController *)viewController
{
[self.navigationController popViewControllerAnimated:YES];
}
- (void)downloadFile:(UIButton *)sender
{
NSInteger row = sender.tag - 998473;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment