上次提交修改的一个错误问题

This commit is contained in:
daihh
2022-10-15 21:33:00 +08:00
parent 449054f9a7
commit 619dade6c6

View File

@@ -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 => {