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:
@@ -187,11 +187,9 @@
|
||||
Teacherinfo(){
|
||||
apiTeach.detail(this.userInfo.aid).then(res =>{
|
||||
this.teachtext = res.result;
|
||||
console.log(this.teachtext);
|
||||
})
|
||||
},
|
||||
Teacherprofile(){
|
||||
console.log()
|
||||
apiTeach.has(this.userInfo.aid).then(res =>{
|
||||
this.teaechswich = res.result.isTeacher;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user