权重默认0
This commit is contained in:
parent
6c942b18f3
commit
dcbb7a8050
|
@ -60,7 +60,7 @@ export default class addKnockGold extends Component {
|
|||
entry_time: [], // 生效时间
|
||||
batch_goods_name: '', // 批次商品名称
|
||||
channel_activity_id: '', // 批次号
|
||||
weight: 0, //权重
|
||||
weight: '0', //权重
|
||||
price: '', // 单价
|
||||
recharge_amount: '', // 充值金额
|
||||
denomination: '', // 面额
|
||||
|
|
|
@ -39,7 +39,7 @@ export default class adduserinfo extends React.Component {
|
|||
cost_price: '',
|
||||
quantity: '',
|
||||
product_name: '',
|
||||
weight: '',
|
||||
weight: '0',
|
||||
show_url: '',
|
||||
describe_url: [],
|
||||
detail_url: '',
|
||||
|
|
|
@ -38,7 +38,7 @@ export default class adduserinfo extends React.Component {
|
|||
official_price: '',
|
||||
cost_price: '',
|
||||
quantity: '',
|
||||
weight: 0,
|
||||
weight: '0',
|
||||
product_name: '',
|
||||
show_url: '',
|
||||
describe_url: '',
|
||||
|
|
Loading…
Reference in New Issue