Commit 659d84c0 by Zhang Xin

fix bug

parent f424e20b
...@@ -398,7 +398,7 @@ class PageContainer extends React.Component { ...@@ -398,7 +398,7 @@ class PageContainer extends React.Component {
showOpenDoorPage(){ showOpenDoorPage(){
console.log("showOpenDoorPage") console.log("showOpenDoorPage")
this.setState({ this.setState({
showPage : initPage, showPage : showPage[initPage],
showClock : true showClock : true
}) })
} }
......
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