0.1.4
This commit is contained in:
@@ -30,6 +30,9 @@ export class Student extends React.Component{
|
||||
var url = '/data/class/student.svg';
|
||||
this.setState({img_url:url});
|
||||
}
|
||||
appear(){
|
||||
this.setState({dis:""});
|
||||
}
|
||||
disappear(){
|
||||
this.setState({dis:"disappear"});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user