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
c1125354
Commit
c1125354
authored
Sep 10, 2020
by
乔金柱
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'lwq' into 'master'
替换GMAILab 中的 美购 为 商品 See merge request
!21
parents
a580df3c
bb72d07d
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 @
c1125354
...
...
@@ -28,7 +28,7 @@
}];
self
.
backgroundColor
=
UIColor
.
whiteColor
;
_leftLabel
=
[
GMLabel
labelWithTextColor
:
UIColor
.
headlineText
fontSize
:
16
];
_leftLabel
.
text
=
@"相关
美购
"
;
_leftLabel
.
text
=
@"相关
商品
"
;
[
self
addSubview
:
_leftLabel
];
[
_leftLabel
mas_makeConstraints
:
^
(
MASConstraintMaker
*
make
)
{
make
.
left
.
mas_equalTo
(
15
);
...
...
GMAILab/Classes/ToFace/VideoTelephone/view/GMAISearchNavigationView.m
View file @
c1125354
...
...
@@ -108,7 +108,7 @@
_textField
.
clearButtonMode
=
UITextFieldViewModeWhileEditing
;
_textField
.
layer
.
cornerRadius
=
16
;
_textField
.
layer
.
masksToBounds
=
YES
;
_textField
.
attributedPlaceholder
=
[[
NSAttributedString
alloc
]
initWithString
:
@"搜索项目、
美购
、医生"
attributes
:@{
_textField
.
attributedPlaceholder
=
[[
NSAttributedString
alloc
]
initWithString
:
@"搜索项目、
商品
、医生"
attributes
:@{
NSFontAttributeName:
[
UIFont
systemFontOfSize
:
14
],
NSForegroundColorAttributeName:
UIColor
.
auxiliaryTextLight
}];
...
...
GMAILab/Classes/ToFace/VideoTelephone/view/GMDoctorRecommendShoppingView.m
View file @
c1125354
...
...
@@ -481,7 +481,7 @@
_searchNavigationView
=
[
GMAISearchNavigationView
new
];
_searchNavigationView
.
textField
.
delegate
=
self
;
_searchNavigationView
.
hidden
=
YES
;
_searchNavigationView
.
textField
.
placeholder
=
@"请输入
美购
名称"
;
_searchNavigationView
.
textField
.
placeholder
=
@"请输入
商品
名称"
;
_searchNavigationView
.
showCancelButton
=
NO
;
}
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