修复 编辑兑换码 新增商品权重验证问题
This commit is contained in:
parent
0002cb9e21
commit
09c21769e3
|
@ -265,6 +265,7 @@ export default class adduserinfo extends React.Component {
|
||||||
quantity: quantity,
|
quantity: quantity,
|
||||||
stock: quantity,
|
stock: quantity,
|
||||||
usage: 0,
|
usage: 0,
|
||||||
|
weight: this.state.model.weight,
|
||||||
product_name: cur_product.title,
|
product_name: cur_product.title,
|
||||||
show_url: picItem ? picItem.pic : '',
|
show_url: picItem ? picItem.pic : '',
|
||||||
describe_url: '',
|
describe_url: '',
|
||||||
|
|
Loading…
Reference in New Issue