💊 fix: 修复bug

This commit is contained in:
wangsongsole 2023-08-08 19:40:47 +08:00
parent da8bff7b64
commit 9672093fa3
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 = ""