Commit 9cc05941 authored by wildfirecode13's avatar wildfirecode13

1

parent 2de4e7ea
......@@ -8,7 +8,7 @@ import './pageshop.less';
class Pageshop extends Component {
constructor(props) {
super(props);
this.state = this.state || { resList: resList };
this.state = { resList: resList };
}
render() {
return (
......
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