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:
@@ -122,9 +122,9 @@
|
||||
},
|
||||
methods:{
|
||||
getLevel(){//获取经验值和等级
|
||||
apiStart.getUserEValueAndLevel(this.pageId).then(res=>{
|
||||
apiStart.getUserStatTotalInfo(this.pageId).then(res=>{
|
||||
if(res.status == 200) {
|
||||
this.userData.evalue = res.result.evalue;
|
||||
this.userData.evalue = res.result.experienceValue;
|
||||
this.userData.level = res.result.level;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user