权重默认0

This commit is contained in:
wangsongsole 2022-06-14 15:01:06 +08:00
parent 6c942b18f3
commit dcbb7a8050
3 changed files with 3 additions and 3 deletions

View File

@ -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: '', //

View File

@ -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: '',

View File

@ -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: '',