💊 fix: 修复bug
This commit is contained in:
parent
da8bff7b64
commit
9672093fa3
|
@ -386,6 +386,7 @@ export default class exchangeAdd extends React.Component {
|
||||||
_object.weight = o.weight
|
_object.weight = o.weight
|
||||||
_object.quantity = o.quantity
|
_object.quantity = o.quantity
|
||||||
_object.show_url = o.show_url
|
_object.show_url = o.show_url
|
||||||
|
_object.end_time = o.end_time
|
||||||
_object.detail_url = o.detail_url
|
_object.detail_url = o.detail_url
|
||||||
_object.map_product_name = o.map_product_name
|
_object.map_product_name = o.map_product_name
|
||||||
_object.goods_id = o.goods_id
|
_object.goods_id = o.goods_id
|
||||||
|
|
|
@ -130,6 +130,7 @@ export default class addUserinfo extends React.Component {
|
||||||
model.detail_url = model_temp.detail_url
|
model.detail_url = model_temp.detail_url
|
||||||
model.account_type = model_temp.account_type
|
model.account_type = model_temp.account_type
|
||||||
model.code_batch_id = model_temp.code_batch_id
|
model.code_batch_id = model_temp.code_batch_id
|
||||||
|
model.end_time = model_temp.end_time
|
||||||
let defaultPic = []
|
let defaultPic = []
|
||||||
let temp_productpic = this.state.productpic
|
let temp_productpic = this.state.productpic
|
||||||
let pics = ""
|
let pics = ""
|
||||||
|
|
Loading…
Reference in New Issue