Commit 21503cc8 by 修福龙

恢复屏保

parent 257de33b
......@@ -31,7 +31,7 @@ class FacePage extends Component {
tip: '',
tipsModal: false,
faceType: 'wxpay',
sleep: false,
sleep: true,
};
async componentWillMount() {
......@@ -393,8 +393,7 @@ class FacePage extends Component {
clearTimeout(this.wakeUpTimeout);
this.wakeUpTimeout = setTimeout(() => {
this.setState({sleep: true});
}, 1000 * 60 * 60);
// }, 18888);
}, 18888);
};
render() {
......
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