Commit 2ebd9863 by Zhang Xin

已回收之后跳转到商品详情页,不跳转到扫码页é

parent 644e9bd1
...@@ -286,11 +286,12 @@ export default class ReplenishSkuPage extends React.Component{ ...@@ -286,11 +286,12 @@ export default class ReplenishSkuPage extends React.Component{
let {hidePopup,uploadError,beginScan} = this.props; let {hidePopup,uploadError,beginScan} = this.props;
if(!this.state.btnClock){ if(!this.state.btnClock){
this.setState({ this.setState({
btnClock: true btnClock: true,
},()=>{ },()=>{
uploadError(type); uploadError(type);
hidePopup(); hidePopup();
beginScan(); this.getPage(1)
// beginScan();
}) })
} }
......
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