Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
GMAILab
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
gengmeiios
GMAILab
Commits
bb72d07d
Commit
bb72d07d
authored
Sep 01, 2020
by
1365102044
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换GMAILab 中的 美购 为 商品
parent
a580df3c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
GMLiveWelfareView.m
GMAILab/Classes/AddClass/GMLiveWelfareView.m
+1
-1
GMAISearchNavigationView.m
...ses/ToFace/VideoTelephone/view/GMAISearchNavigationView.m
+1
-1
GMDoctorRecommendShoppingView.m
...oFace/VideoTelephone/view/GMDoctorRecommendShoppingView.m
+1
-1
No files found.
GMAILab/Classes/AddClass/GMLiveWelfareView.m
View file @
bb72d07d
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
}];
}];
self
.
backgroundColor
=
UIColor
.
whiteColor
;
self
.
backgroundColor
=
UIColor
.
whiteColor
;
_leftLabel
=
[
GMLabel
labelWithTextColor
:
UIColor
.
headlineText
fontSize
:
16
];
_leftLabel
=
[
GMLabel
labelWithTextColor
:
UIColor
.
headlineText
fontSize
:
16
];
_leftLabel
.
text
=
@"相关
美购
"
;
_leftLabel
.
text
=
@"相关
商品
"
;
[
self
addSubview
:
_leftLabel
];
[
self
addSubview
:
_leftLabel
];
[
_leftLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
[
_leftLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
left
.
mas_equalTo
(
15
);
make
.
left
.
mas_equalTo
(
15
);
...
...
GMAILab/Classes/ToFace/VideoTelephone/view/GMAISearchNavigationView.m
View file @
bb72d07d
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
_textField
.
clearButtonMode
=
UITextFieldViewModeWhileEditing
;
_textField
.
clearButtonMode
=
UITextFieldViewModeWhileEditing
;
_textField
.
layer
.
cornerRadius
=
16
;
_textField
.
layer
.
cornerRadius
=
16
;
_textField
.
layer
.
masksToBounds
=
YES
;
_textField
.
layer
.
masksToBounds
=
YES
;
_textField
.
attributedPlaceholder
=
[[
NSAttributedString
alloc
]
initWithString
:
@"搜索项目、
美购
、医生"
attributes
:@{
_textField
.
attributedPlaceholder
=
[[
NSAttributedString
alloc
]
initWithString
:
@"搜索项目、
商品
、医生"
attributes
:@{
NSFontAttributeName:
[
UIFont
systemFontOfSize
:
14
],
NSFontAttributeName:
[
UIFont
systemFontOfSize
:
14
],
NSForegroundColorAttributeName:
UIColor
.
auxiliaryTextLight
NSForegroundColorAttributeName:
UIColor
.
auxiliaryTextLight
}];
}];
...
...
GMAILab/Classes/ToFace/VideoTelephone/view/GMDoctorRecommendShoppingView.m
View file @
bb72d07d
...
@@ -481,7 +481,7 @@
...
@@ -481,7 +481,7 @@
_searchNavigationView
=
[
GMAISearchNavigationView
new
];
_searchNavigationView
=
[
GMAISearchNavigationView
new
];
_searchNavigationView
.
textField
.
delegate
=
self
;
_searchNavigationView
.
textField
.
delegate
=
self
;
_searchNavigationView
.
hidden
=
YES
;
_searchNavigationView
.
hidden
=
YES
;
_searchNavigationView
.
textField
.
placeholder
=
@"请输入
美购
名称"
;
_searchNavigationView
.
textField
.
placeholder
=
@"请输入
商品
名称"
;
_searchNavigationView
.
showCancelButton
=
NO
;
_searchNavigationView
.
showCancelButton
=
NO
;
}
}
return
_searchNavigationView
;
return
_searchNavigationView
;
...
...
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