From 96b6f065969e13ae2ae4900fdcd0bdd49dee0a74 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 15 Dec 2022 16:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user/Setting.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/user/Setting.vue b/src/views/user/Setting.vue index 4d700623..9df083d4 100644 --- a/src/views/user/Setting.vue +++ b/src/views/user/Setting.vue @@ -448,7 +448,7 @@ apiTeach.detailTeacher(this.userInfo.aid).then(res =>{ this.teachform.courses = res.result.courses; this.teachform.workExperience = res.result.workExperience; - this.teachform.photo = res.result.photo; + this.tearchUrl = this.fileBaseUrl + res.result.photo; this.teachform.expertise = res.result.expertise.split( ',' ); this.sysTypeListtear.forEach(nm =>{ nm.children.forEach(lk =>{ @@ -462,10 +462,7 @@ console.log(this.workname) } }) - - }) - }) }, Teacherprofile(){