From a1bdb78747c11474507cc8e8426c02628cf47f3f Mon Sep 17 00:00:00 2001 From: daihh Date: Fri, 13 Jan 2023 10:43:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HomePage/homePage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/HomePage/homePage.vue b/src/components/HomePage/homePage.vue index 7a15a068..ab672f37 100644 --- a/src/components/HomePage/homePage.vue +++ b/src/components/HomePage/homePage.vue @@ -187,7 +187,8 @@ this.teachtext.workExperience = res.result.workExperience; this.teachtext.courses = res.result.courses; this.tearchUrl = this.fileBaseUrl + res.result.photo; - apiBoeTeahcer.simpleInfo(this.userInfo.sysId).then(sinfo=>{ + //通过用户的sysId(原系统中的kid)去取用户 + apiBoeTeahcer.simpleInfo(res.result.sysId).then(sinfo=>{ if(sinfo.status=='200'){ if(sinfo.result.courses){ this.teachtext.courses = sinfo.result.courses;