修复【营销计划-立减金】用户可领个数回显不正确。

This commit is contained in:
wangsongsole 2022-06-13 16:23:34 +08:00
parent f68185f55d
commit f223f98f09
1 changed files with 1 additions and 0 deletions

View File

@ -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