From e1f4fded2f8401f8cb7ad1c64bf0b2bdc8709ce3 Mon Sep 17 00:00:00 2001 From: wuyibo <771227828@qq.com> Date: Tue, 14 May 2024 14:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=98=BE=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=B8=80=E4=B8=8B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/system/WxBuilding/index.vue | 2 +- ruoyi-ui/src/views/system/basketBallTeam/index.vue | 4 ++-- ruoyi-ui/src/views/system/competition/index.vue | 2 +- ruoyi-ui/src/views/system/competitionSet/index.vue | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/system/WxBuilding/index.vue b/ruoyi-ui/src/views/system/WxBuilding/index.vue index 11ba5d37..56c4265b 100644 --- a/ruoyi-ui/src/views/system/WxBuilding/index.vue +++ b/ruoyi-ui/src/views/system/WxBuilding/index.vue @@ -815,7 +815,7 @@ export default { }, handleAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); - let imgUrl = res.row[0]; + let imgUrl = res.rows[0]; this.form.chatGroupUrl = "https://mall.lzsport.cn/image/"+imgUrl; }, beforeAvatarUpload(file) { diff --git a/ruoyi-ui/src/views/system/basketBallTeam/index.vue b/ruoyi-ui/src/views/system/basketBallTeam/index.vue index 71d4cff2..1e6c6709 100644 --- a/ruoyi-ui/src/views/system/basketBallTeam/index.vue +++ b/ruoyi-ui/src/views/system/basketBallTeam/index.vue @@ -384,12 +384,12 @@ export default { }, handleTeamAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); - let imgUrl = res.row[0]; + let imgUrl = res.rows[0]; this.form.defaultPicture = "https://mall.lzsport.cn/image/"+imgUrl; }, handleAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); - let imgUrl = res.row[0]; + let imgUrl = res.rows[0]; this.form.teamLogo = "https://mall.lzsport.cn/image/"+imgUrl; }, beforeAvatarUpload(file) { diff --git a/ruoyi-ui/src/views/system/competition/index.vue b/ruoyi-ui/src/views/system/competition/index.vue index cc0adfe5..355ff0d9 100644 --- a/ruoyi-ui/src/views/system/competition/index.vue +++ b/ruoyi-ui/src/views/system/competition/index.vue @@ -420,7 +420,7 @@ export default { }, handleAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); - let imgUrl = res.row[0]; + let imgUrl = res.rows[0]; this.form.competitionBackImg = "https://mall.lzsport.cn/image/"+imgUrl; }, beforeAvatarUpload(file) { diff --git a/ruoyi-ui/src/views/system/competitionSet/index.vue b/ruoyi-ui/src/views/system/competitionSet/index.vue index f50559d1..9864644a 100644 --- a/ruoyi-ui/src/views/system/competitionSet/index.vue +++ b/ruoyi-ui/src/views/system/competitionSet/index.vue @@ -1266,7 +1266,7 @@ export default { //上传球队logo handleAvatarSuccess(res, file) { this.imageUrl = URL.createObjectURL(file.raw); - let imgUrl = res.row[0]; + let imgUrl = res.rows[0]; this.ofTeamForm.teamLogo = "https://mall.lzsport.cn/image/"+imgUrl; }, beforeAvatarUpload(file) {