mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
修改
This commit is contained in:
@@ -92,8 +92,8 @@
|
||||
</div>
|
||||
<div class="teachphoto" style="height:70px">
|
||||
<h6>擅长课程</h6>
|
||||
<div v-for="(item,idx) in teachtext.courses" :key="idx" class="teachexcel">
|
||||
{{ item }}
|
||||
<div>
|
||||
{{ teachtext.courses }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -186,7 +186,7 @@
|
||||
Teacherinfo(){
|
||||
apiTeach.detailTeacher(this.userInfo.aid).then(res =>{
|
||||
this.teachtext.workExperience = res.result.workExperience;
|
||||
this.teachtext.courses = res.result.courses.split( ',' );
|
||||
this.teachtext.courses = res.result.courses;
|
||||
this.tearchUrl = this.fileBaseUrl + res.result.photo;
|
||||
this.teachtext.expertise = res.result.expertise.split( ',' );
|
||||
console.log(this.teachtext);
|
||||
|
||||
Reference in New Issue
Block a user