Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
colorfulSchoolReconsitution
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
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
刘卓鑫
colorfulSchoolReconsitution
Commits
4bb0a004
Commit
4bb0a004
authored
Aug 29, 2019
by
刘卓鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.8.8紧急修复bug代码--对应定版3.8.6
parent
98a791e4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
57 additions
and
19 deletions
+57
-19
ColorfulSchool.xcscheme
....xcodeproj/xcshareddata/xcschemes/ColorfulSchool.xcscheme
+1
-1
UserInterfaceState.xcuserstate
...ata/liuzhuoxin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
Breakpoints_v2.xcbkptlist
...uzhuoxin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
+51
-13
ZXLoginViewController.m
...sses/Login(登录注册)/Login/Controller/ZXLoginViewController.m
+5
-5
No files found.
ColorfulSchool/ColorfulSchool.xcodeproj/xcshareddata/xcschemes/ColorfulSchool.xcscheme
View file @
4bb0a004
...
...
@@ -62,7 +62,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration =
"
Release
"
buildConfiguration =
"
Debug
"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
...
...
ColorfulSchool/ColorfulSchool.xcworkspace/xcuserdata/liuzhuoxin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
4bb0a004
No preview for this file type
ColorfulSchool/ColorfulSchool.xcworkspace/xcuserdata/liuzhuoxin.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
View file @
4bb0a004
...
...
@@ -11,14 +11,52 @@
continueAfterRunningActions =
"No"
scope =
"1"
stopOnStyle =
"0"
>
<Actions>
<BreakpointActionProxy
ActionExtensionID =
"Xcode.BreakpointAction.DebuggerCommand"
>
<ActionContent
consoleCommand =
""
>
</ActionContent>
</BreakpointActionProxy>
</Actions>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID =
"Xcode.Breakpoint.FileBreakpoint"
>
<BreakpointContent
shouldBeEnabled =
"No"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
filePath =
"ColorfulSchool/Classes/Tool(工具)/ZXTool.m"
timestampString =
"588735277.853282"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"1765"
endingLineNumber =
"1765"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID =
"Xcode.Breakpoint.FileBreakpoint"
>
<BreakpointContent
shouldBeEnabled =
"Yes"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
filePath =
"ColorfulSchool/Classes/JTJY(金图教育)/ZXJTJYViewController.m"
timestampString =
"583656856.343848"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"124"
endingLineNumber =
"124"
landmarkName =
"-webView:didFailNavigation:withError:"
landmarkType =
"7"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID =
"Xcode.Breakpoint.FileBreakpoint"
>
<BreakpointContent
shouldBeEnabled =
"Yes"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
filePath =
"ColorfulSchool/Classes/NewFirstPage(新版首页)/Controllers/ZTHomeViewController+Extension.m"
timestampString =
"585484152.378459"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"346"
endingLineNumber =
"346"
landmarkName =
"-firstPageJumpActionWithInfo:"
landmarkType =
"7"
>
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
...
...
@@ -27,13 +65,13 @@
shouldBeEnabled =
"Yes"
ignoreCount =
"0"
continueAfterRunningActions =
"No"
filePath =
"ColorfulSchool/Classes/
CustomViews(自定义)/UIView+NineLayoutView
.m"
timestampString =
"58
7641772.255725
"
filePath =
"ColorfulSchool/Classes/
Operation(自助服务)/appointmentBath(预约洗浴)/ViewModel/ZXAppointBathService
.m"
timestampString =
"58
5499296.668223
"
startingColumnNumber =
"9223372036854775807"
endingColumnNumber =
"9223372036854775807"
startingLineNumber =
"2
3
5"
endingLineNumber =
"2
3
5"
landmarkName =
"
-touchItem
:"
startingLineNumber =
"2
2
5"
endingLineNumber =
"2
2
5"
landmarkName =
"
+dealAccountActionWithOperationMode:isBlueBath:completed
:"
landmarkType =
"7"
>
</BreakpointContent>
</BreakpointProxy>
...
...
ColorfulSchool/ColorfulSchool/Classes/Login(登录注册)/Login/Controller/ZXLoginViewController.m
View file @
4bb0a004
//
//
...
...
@@ -389,7 +389,6 @@
self
.
navigationController
.
navigationBar
.
hidden
=
YES
;
[
UIApplication
sharedApplication
].
statusBarHidden
=
NO
;
}
-
(
void
)
viewWillDisappear
:
(
BOOL
)
animated
{
[
super
viewWillDisappear
:
animated
];
...
...
@@ -402,13 +401,14 @@
return
;
}
self
.
wxCode
=
nof
.
object
;
dispatch_after
(
dispatch_time
(
DISPATCH_TIME_NOW
,
(
int64_t
)(
1
*
NSEC_PER_SEC
)),
dispatch_get_main_queue
(),
^
{
self
.
wxCode
=
@""
;
});
NSLog
(
@"请求微信授权登录----%@"
,
self
.
wxCode
);
AFHTTPSessionManager
*
manager
=
[
AFHTTPSessionManager
manager
];
manager
.
responseSerializer
.
acceptableContentTypes
=
[
NSSet
setWithObject
:
@"text/plain"
];
[
manager
GET
:[
NSString
stringWithFormat
:
@"https://api.weixin.qq.com/sns/oauth2/access_token?appid=wx41cd01f1eb664e21&secret=d709419cf1ba7ed33e6337bd9396bef1&code=%@&grant_type=authorization_code"
,
nof
.
object
]
parameters
:
nil
success
:^
(
NSURLSessionDataTask
*
_Nonnull
task
,
id
_Nonnull
responseObject
)
{
self
.
wxCode
=
@""
;
if
(
responseObject
!=
nil
&&
responseObject
[
@"openid"
]
!=
nil
)
{
[
self
openLogin
:
responseObject
[
@"openid"
]
thirdType
:
1
];
}
else
{
dispatch_async
(
dispatch_get_main_queue
(),
^
{
...
...
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