Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
VirtualCard-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
VirtualCard-iOS
Commits
c4446c60
Commit
c4446c60
authored
Jul 16, 2019
by
邢超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
传值增加判空操作
parent
dd85215e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
QGMainLoginViewController.m
...Function/Login/ViewController/QGMainLoginViewController.m
+2
-2
No files found.
VirtualPayment/VirtualPayment/QGClasses/Login/Function/Login/ViewController/QGMainLoginViewController.m
View file @
c4446c60
...
...
@@ -71,7 +71,7 @@
//设置导航栏左右按钮
[
self
customLeftBarButtonItemWithImgName
:
@"vc_close"
action
:
nil
];
[
self
custemRightBarButtonItemWithTitle
:
@"注册"
imageName
:
nil
action
:^
(
UIButton
*
_Nonnull
button
)
{
[
Mediator
performTarget
:[
QGMediatorClassTools
QGClassNameWithHeaderType
:
QGHeaderTypeQGRegisterViewController
]
parameters
:@{
@"phone"
:
self
.
phoneString
}
handlerBlock
:^
(
NSString
*
tag
,
NSDictionary
*
parameters
)
{
[
Mediator
performTarget
:[
QGMediatorClassTools
QGClassNameWithHeaderType
:
QGHeaderTypeQGRegisterViewController
]
parameters
:@{
@"phone"
:
IsStringNull
(
self
.
phoneString
)
}
handlerBlock
:^
(
NSString
*
tag
,
NSDictionary
*
parameters
)
{
if
(
parameters
)
{
self
.
phoneString
=
[
parameters
valueForKey
:
@"phone"
];
...
...
@@ -484,7 +484,7 @@
switch
(
btnType
)
{
case
LittleBtnVerifyCode
:{
//验证码登录页面跳转
[
Mediator
performTarget
:[
QGMediatorClassTools
QGClassNameWithHeaderType
:
QGHeaderTypeQGRegisterViewController
]
parameters
:@{
@"phone"
:
self
.
phoneString
}
handlerBlock
:^
(
NSString
*
tag
,
NSDictionary
*
parameters
)
{
[
Mediator
performTarget
:[
QGMediatorClassTools
QGClassNameWithHeaderType
:
QGHeaderTypeQGRegisterViewController
]
parameters
:@{
@"phone"
:
IsStringNull
(
self
.
phoneString
)
}
handlerBlock
:^
(
NSString
*
tag
,
NSDictionary
*
parameters
)
{
if
(
parameters
)
{
self
.
phoneString
=
[
parameters
valueForKey
:
@"phone"
];
...
...
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