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:
@@ -534,7 +534,7 @@
|
|||||||
this.$router.push({path:'/case/detail',query:{id:item.id}});
|
this.$router.push({path:'/case/detail',query:{id:item.id}});
|
||||||
},
|
},
|
||||||
getPic(index) {
|
getPic(index) {
|
||||||
return `${webBaseUrl}/images/listblue0${index+1}.png`
|
return this.webBaseUrl+'/images/listblue0'+(index+1)+'.png';
|
||||||
},
|
},
|
||||||
getLevel() { //获取经验值和等级
|
getLevel() { //获取经验值和等级
|
||||||
apiStart.getUserStatTotalInfo(this.userInfo.aid).then(res => {
|
apiStart.getUserStatTotalInfo(this.userInfo.aid).then(res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user