diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 8cf1a471..8834e5ba 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -484,7 +484,7 @@ export default class addKnockGold extends Component { } if ( - this.state.model.all_budget / this.state.model.reduce_amount < + parseInt(this.state.model.all_budget / this.state.model.reduce_amount) < this.state.model.receive_number - 0 ) { Notify.error('用户可领个数必须小于库存(总预算/面额)')