修复【营销计划-立减金】用户可领个数回显不正确。
This commit is contained in:
parent
f68185f55d
commit
f223f98f09
|
@ -139,6 +139,7 @@ export default class addKnockGold extends Component {
|
||||||
model.brush_limit = String(this.props.data.brush_limit)
|
model.brush_limit = String(this.props.data.brush_limit)
|
||||||
model.card_type = this.props.data.card_type.map((item) => String(item))
|
model.card_type = this.props.data.card_type.map((item) => String(item))
|
||||||
model.receive_number = this.props.data.receive_conf.num
|
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[0] = this.props.data.time_limit.receive_time.start_time
|
||||||
model.timer[1] = this.props.data.time_limit.receive_time.end_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
|
model.timer_type = !this.props.data.time_limit.receive_time?.start_time
|
||||||
|
|
Loading…
Reference in New Issue