Commit 29aecaab by 黄日华

调整付款后弹窗时间

parent 2146f14a
......@@ -487,10 +487,10 @@ const CounterMixins = ComposeComponent => {
this.setState({voiceModal: true, voiceTitle: msg});
Speech.speak(msg);
this.storeSetting(goodsArr);
setTimeout(() => {
this.clearList();
this.onLucky();
}, 3000);
await wait(1500);
this.onLucky();
await wait(1500);
this.clearList();
};
storeSetting = async printer => {
......@@ -557,7 +557,7 @@ const CounterMixins = ComposeComponent => {
clearTimeout(this.leaveModalTimeout);
this.leaveModalTimeout = setTimeout(() => {
this.setState({cloudFinishModal: false});
}, 10000);
}, 12000);
}
};
......
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