修复bug
This commit is contained in:
parent
44bc51bc96
commit
1c99827e94
|
@ -260,22 +260,20 @@ export default class adduserinfo extends React.Component {
|
|||
const obj1 = []
|
||||
const obj2 = []
|
||||
|
||||
if (picItem.describe_url) {
|
||||
picItem?.describe_url.map((item) => {
|
||||
obj1.push({
|
||||
src: item,
|
||||
id: item,
|
||||
type: 'add',
|
||||
name: picItem.name
|
||||
})
|
||||
obj2.push({
|
||||
url: item,
|
||||
id: item,
|
||||
type: 'add',
|
||||
name: picItem.name
|
||||
})
|
||||
picItem?.describe_url.map((item) => {
|
||||
obj1.push({
|
||||
src: item,
|
||||
id: item,
|
||||
type: 'add',
|
||||
name: picItem.name
|
||||
})
|
||||
}
|
||||
obj2.push({
|
||||
url: item,
|
||||
id: item,
|
||||
type: 'add',
|
||||
name: picItem.name
|
||||
})
|
||||
})
|
||||
console.log(' picItem =>', picItem)
|
||||
|
||||
let quantity = this.state.model.quantity
|
||||
|
|
Loading…
Reference in New Issue