mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 10:56:44 +08:00
修改专业力必修显示问题
This commit is contained in:
@@ -507,7 +507,7 @@ export default {
|
|||||||
this.pathTotals =parseInt(res.data.total);
|
this.pathTotals =parseInt(res.data.total);
|
||||||
})
|
})
|
||||||
getList(this.userInfo.aid).then(res=>{
|
getList(this.userInfo.aid).then(res=>{
|
||||||
if(res.code == 200 ){
|
if(res.code == 200 && Object.keys(res.data).length){
|
||||||
this.growTotal = 1
|
this.growTotal = 1
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user