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
eeecca8f
Commit
eeecca8f
authored
May 29, 2020
by
IOS-张 博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文案细节
parent
d01dcf03
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
QGPasswordLoginViewController.m
...on/QGLogin/ViewController/QGPasswordLoginViewController.m
+1
-1
QGRegisterViewController.m
...erOrVerifyLogin/ViewController/QGRegisterViewController.m
+1
-1
QGSafeBindSmsVerifyViewController.m
...r/Function/SafeCenter/QGSafeBindSmsVerifyViewController.m
+1
-1
No files found.
VirtualPayment/VirtualPayment/QGClasses/Login/Function/QGLogin/ViewController/QGPasswordLoginViewController.m
View file @
eeecca8f
...
...
@@ -72,7 +72,7 @@
self
.
tableView
.
bounces
=
NO
;
//设置tableview的header
UILabel
*
welcomeLabel
=
[
UIView
creatLabelWithSuperView
:
self
.
tableHeaderView
title
:
@"欢迎
使用
真享生活"
titleFontSize
:
[
UIFont
qg_regularFontOfSize
:
30
]
textColor
:
[
UIColor
textColor3333
]
alignment
:
NSTextAlignmentLeft
];
UILabel
*
welcomeLabel
=
[
UIView
creatLabelWithSuperView
:
self
.
tableHeaderView
title
:
@"欢迎
登录
真享生活"
titleFontSize
:
[
UIFont
qg_regularFontOfSize
:
30
]
textColor
:
[
UIColor
textColor3333
]
alignment
:
NSTextAlignmentLeft
];
[
welcomeLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
right
.
left
.
equalTo
(
self
.
tableHeaderView
).
inset
(
40
);
make
.
top
.
equalTo
(
self
.
tableHeaderView
).
inset
(
48
);
...
...
VirtualPayment/VirtualPayment/QGClasses/Login/Function/QGRegisterOrVerifyLogin/ViewController/QGRegisterViewController.m
View file @
eeecca8f
...
...
@@ -61,7 +61,7 @@
-
(
void
)
initNormalUI
{
//设置tableHeaderView
UILabel
*
welcomeLabel
=
[
UIView
creatLabelWithSuperView
:
self
.
tableHeaderView
title
:
@"欢迎
使用
真享生活"
titleFontSize
:
[
UIFont
qg_regularFontOfSize
:
30
]
textColor
:
[
UIColor
textColor3333
]
alignment
:
NSTextAlignmentLeft
];
UILabel
*
welcomeLabel
=
[
UIView
creatLabelWithSuperView
:
self
.
tableHeaderView
title
:
@"欢迎
登录
真享生活"
titleFontSize
:
[
UIFont
qg_regularFontOfSize
:
30
]
textColor
:
[
UIColor
textColor3333
]
alignment
:
NSTextAlignmentLeft
];
[
welcomeLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
right
.
left
.
equalTo
(
self
.
tableHeaderView
).
inset
(
40
);
make
.
top
.
equalTo
(
self
.
tableHeaderView
).
inset
(
48
);
...
...
VirtualPayment/VirtualPayment/QGClasses/UserCenter/Function/SafeCenter/QGSafeBindSmsVerifyViewController.m
View file @
eeecca8f
...
...
@@ -79,7 +79,7 @@
}
}];
UILabel
*
label
=
[
UILabel
creatLabelWithSuperView
:
self
.
view
title
:
@"为保护您的账号安全
请验证手机号"
titleFontSize
:
[
UIFont
qg_lightFontOfSize
:
12
.
0
f
]
textColor
:
UIColor
.
textColor3333
alignment
:
NSTextAlignmentLeft
];
UILabel
*
label
=
[
UILabel
creatLabelWithSuperView
:
self
.
view
title
:
@"为保护您的账号安全
,
请验证手机号"
titleFontSize
:
[
UIFont
qg_lightFontOfSize
:
12
.
0
f
]
textColor
:
UIColor
.
textColor3333
alignment
:
NSTextAlignmentLeft
];
label
.
numberOfLines
=
0
;
[
label
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
top
.
equalTo
(
imageV
.
mas_top
).
offset
(
8
);
...
...
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