소스 검색

修改模板赋值(3144)

zhangxc 5 년 전
부모
커밋
b89077e42c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/PushContainer/index.jsx

+ 1 - 1
src/components/PushContainer/index.jsx

@@ -232,7 +232,7 @@ class PushContainer extends Component {
               type="text"
               maxLength='20'
               id="FstInp"
-              // value={this.state.fstName}
+              value={this.state.fstName}
               onFocus={() =>this.spellFst()}
               onInput={(e) => {
                 this.handleInputFst(e)