This commit is contained in:
parent
24a0d71580
commit
23f0e6a022
|
@ -268,7 +268,7 @@ export default class adduserinfo extends React.Component {
|
|||
weight: this.state.model.weight,
|
||||
product_name: cur_product.title,
|
||||
show_url: picItem ? picItem.pic : '',
|
||||
describe_url: '',
|
||||
describe_url: picItem ? picItem?.describe_url : [],
|
||||
detail_url: '',
|
||||
map_product_name: cur_product.title,
|
||||
account_type: cur_product.account_type
|
||||
|
|
|
@ -253,7 +253,7 @@ export default class adduserinfo extends React.Component {
|
|||
model2.product_name = cur_product.title
|
||||
model2.account_type = cur_product.account_type
|
||||
model2.show_url = picItem ? picItem.pic : ''
|
||||
model2.describe_url = ''
|
||||
model2.describe_url = picItem ? picItem?.describe_url : []
|
||||
model2.map_product_name = cur_product.title
|
||||
model2.detail_url = ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue