权重默认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: [], // entry_time: [], //
batch_goods_name: '', // batch_goods_name: '', //
channel_activity_id: '', // channel_activity_id: '', //
weight: 0, // weight: '0', //
price: '', // price: '', //
recharge_amount: '', // recharge_amount: '', //
denomination: '', // denomination: '', //

View File

@ -39,7 +39,7 @@ export default class adduserinfo extends React.Component {
cost_price: '', cost_price: '',
quantity: '', quantity: '',
product_name: '', product_name: '',
weight: '', weight: '0',
show_url: '', show_url: '',
describe_url: [], describe_url: [],
detail_url: '', detail_url: '',

View File

@ -38,7 +38,7 @@ export default class adduserinfo extends React.Component {
official_price: '', official_price: '',
cost_price: '', cost_price: '',
quantity: '', quantity: '',
weight: 0, weight: '0',
product_name: '', product_name: '',
show_url: '', show_url: '',
describe_url: '', describe_url: '',