This commit is contained in:
wangsongsole 2022-06-23 14:21:18 +08:00
parent 24a0d71580
commit 23f0e6a022
2 changed files with 2 additions and 2 deletions

View File

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

View File

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