Commit 9cc05941 authored by wildfirecode13's avatar wildfirecode13

1

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