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