Explorar el Código

修改模板赋值(3144)

zhangxc hace 5 años
padre
commit
b89077e42c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)