Commit 980e2db7 authored by wildfirecode13's avatar wildfirecode13

1

parent fe57d78f
......@@ -20,10 +20,10 @@ class Select extends Component {
}
onKeyUp=(e)=>{
let planame = this.refs.planame.value;
if(planame.length > 6) {
this.refs.planame.value = planame.slice(0,6)
}
// let planame = this.refs.planame.value;
// if(planame.length > 6) {
// this.refs.planame.value = planame.slice(0,6)
// }
}
componentDidMount() {
......
......@@ -17,10 +17,10 @@ class Userinfo extends Component {
}
onKeyUp=(e)=>{
let planame = this.refs.planame.value;
if(planame.length > 6) {
this.refs.planame.value = planame.slice(0,6)
}
// let planame = this.refs.planame.value;
// if(planame.length > 6) {
// this.refs.planame.value = planame.slice(0,6)
// }
}
onclick = async () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment