diff --git a/src/components/knockGold/index.jsx b/src/components/knockGold/index.jsx index 8834e5ba..212fe9f8 100644 --- a/src/components/knockGold/index.jsx +++ b/src/components/knockGold/index.jsx @@ -139,6 +139,7 @@ export default class addKnockGold extends Component { model.brush_limit = String(this.props.data.brush_limit) model.card_type = this.props.data.card_type.map((item) => String(item)) model.receive_number = this.props.data.receive_conf.num + model.receive_type = this.props.data.receive_conf.type model.timer[0] = this.props.data.time_limit.receive_time.start_time model.timer[1] = this.props.data.time_limit.receive_time.end_time model.timer_type = !this.props.data.time_limit.receive_time?.start_time