Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
孙凯
8 years ago
Commit
ccf1681dede59f9412d654a4347ca961dd98f87b
1 parent
578b5da1
修改TextInput 默认文案 review by hongmo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/guang/components/detail/Detail.js
js/guang/components/detail/Detail.js
View file @
ccf1681
...
...
@@ -300,7 +300,7 @@ export default class Detail extends Component {
<
View
style
=
{
styles
.
commtentBottomView
}
>
<
TextInput
style
=
{
styles
.
inputStyle
}
placeholder
=
{
this
.
state
.
relayToUsername
==
''
?
'
你好,
'
:
'回复:'
+
this
.
state
.
relayToUsername
}
placeholder
=
{
this
.
state
.
relayToUsername
==
''
?
'
赶紧参与评论吧~
'
:
'回复:'
+
this
.
state
.
relayToUsername
}
returnKeyType
=
'send'
enablesReturnKeyAutomatically
=
{
true
}
onSubmitEditing
=
{
this
.
_onSubmitEditing
}
...
...
Please
register
or
login
to post a comment