修复商品logo上传报错

This commit is contained in:
wangsongsole 2022-07-20 11:08:26 +08:00
parent 69aaec89e3
commit d6d8178538
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ export default class adduserinfo extends React.Component {
}}
fileList={
this.state.model.show_url
? [{ src: this.state.model.show_url }]
? [{ src: this.state.model.show_url, id: 1 }]
: null
}
value={this.state.model.show_url}