图片显示优化一下1

This commit is contained in:
wuyibo
2024-05-14 14:22:36 +08:00
parent 002cbc1c81
commit 86efca84a4
4 changed files with 5 additions and 5 deletions

View File

@@ -1266,7 +1266,7 @@ export default {
//上传球队logo
handleAvatarSuccess(res, file) {
this.imageUrl = URL.createObjectURL(file.raw);
let imgUrl = res.data[0];
let imgUrl = res.row[0];
this.ofTeamForm.teamLogo = "https://mall.lzsport.cn/image/"+imgUrl;
},
beforeAvatarUpload(file) {