mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 10:26:43 +08:00
Merge branch 'dev0124' into dev0515
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<div v-if="!Object.keys(detailData).length" class="growth">
|
||||
<div v-if="Object.keys(detailData).length" class="growth">
|
||||
<div class="growth_heads">
|
||||
<div class="growth_left">
|
||||
<div class="left_text">我的成长路径</div>
|
||||
@@ -159,10 +159,10 @@ export default {
|
||||
this.detailData = res.data
|
||||
}
|
||||
if(res.code == 4){
|
||||
this.$message({
|
||||
type: 'error',
|
||||
message: res.msg
|
||||
})
|
||||
// this.$message({
|
||||
// type: 'error',
|
||||
// message: res.msg
|
||||
// })
|
||||
}
|
||||
})
|
||||
if(localStorage.getItem("checkedGrowth") != null){
|
||||
|
||||
Reference in New Issue
Block a user