mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
提交修改
This commit is contained in:
@@ -497,7 +497,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
showLoginMedal:false,//是否显示登录勋章
|
showLoginMedal:true,//是否显示登录勋章
|
||||||
lastStudy:{},
|
lastStudy:{},
|
||||||
overlayShow:false,
|
overlayShow:false,
|
||||||
userData: { uvalue:0, totalStudyHour:0 },
|
userData: { uvalue:0, totalStudyHour:0 },
|
||||||
|
|||||||
@@ -127,8 +127,7 @@
|
|||||||
created() {
|
created() {
|
||||||
apiFollow.list().then(res=>{
|
apiFollow.list().then(res=>{
|
||||||
if(res.status == 200) {
|
if(res.status == 200) {
|
||||||
this.followIds = res.result.map(item=>item.followId);
|
this.followIds = res.result;
|
||||||
this.followIds.push(this.userInfo.aid)
|
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user