更新商品编辑

This commit is contained in:
姜棚 2022-01-19 11:16:56 +08:00
parent afcd103153
commit 6f1eaf6fee
1 changed files with 0 additions and 1 deletions

View File

@ -327,7 +327,6 @@ export default class adduserinfo extends React.Component{
let temp = this.state.productpic[i] let temp = this.state.productpic[i]
if(arr.indexOf(temp.name) > -1) if(arr.indexOf(temp.name) > -1)
{ {
temp_arr.push(temp) temp_arr.push(temp)
} }
} }