diff --git a/js/community/components/posting/Posting.js b/js/community/components/posting/Posting.js index a69447a..ec8c399 100644 --- a/js/community/components/posting/Posting.js +++ b/js/community/components/posting/Posting.js @@ -179,6 +179,7 @@ export default class Posting extends Component { placeholder='用力敲出你想说的...' maxLength={2000} multiline={true} + autoCorrect={false} onChangeText={ (text)=>{ this.contentLength = text.length; diff --git a/js/community/components/subjectPost/SubjectPost.js b/js/community/components/subjectPost/SubjectPost.js index 7d342f8..b971463 100644 --- a/js/community/components/subjectPost/SubjectPost.js +++ b/js/community/components/subjectPost/SubjectPost.js @@ -320,8 +320,6 @@ export default class SubjectPost extends Component { "orderBy": 1, }; blocks.push(textBlock); - console.log('aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'); - console.log(this.props.assets); if (this.props.assets.length) { for (var i = 0; i < this.props.assets.length; i++) { let asset = this.props.assets[i];