Commit e1b7fe30 by 黄日华

延长开门离店弹窗时间

parent bd3f6747
......@@ -597,7 +597,7 @@ const CounterMixins = ComposeComponent => {
clearTimeout(this.leaveModalTimeout);
this.leaveModalTimeout = setTimeout(() => {
this.setState({cloudFinishModal: false});
}, 12000);
}, 20000);
}
};
......
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