Commit 8ccaadf1 by zeven

云值守店付款后清空商品

parent 1ae86a1c
...@@ -421,11 +421,8 @@ const CounterMixins = ComposeComponent => { ...@@ -421,11 +421,8 @@ const CounterMixins = ComposeComponent => {
this.setState({voiceModal: true, voiceTitle: msg}); this.setState({voiceModal: true, voiceTitle: msg});
Speech.speak(msg); Speech.speak(msg);
this.storeSetting(this.state.goodsArr); this.storeSetting(this.state.goodsArr);
this.onLucky();
const {stype} = this.state;
if (stype !== 'guard') {
this.clearList(); this.clearList();
} this.onLucky();
}; };
storeSetting = async printer => { storeSetting = async printer => {
......
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