Merge remote-tracking branch 'yx/250207-growth-prod-master_1202-zp' into test20250220

This commit is contained in:
joshen
2025-02-26 21:45:32 +08:00

View File

@@ -242,6 +242,7 @@
<svg-icon :icon-class="activeMenu == '/user/medal'?'myxunzhang-active':'myxunzhang'"></svg-icon> <svg-icon :icon-class="activeMenu == '/user/medal'?'myxunzhang-active':'myxunzhang'"></svg-icon>
<span slot="title">我的勋章</span> <span slot="title">我的勋章</span>
</el-menu-item> </el-menu-item>
<template v-if="userInfo.aid === '981537203807064064'">
<el-submenu index="myGrowth" v-show="curIdentity == 1"> <el-submenu index="myGrowth" v-show="curIdentity == 1">
<template slot="title"> <template slot="title">
<!-- <i class="el-icon-s-grid"></i> --> <!-- <i class="el-icon-s-grid"></i> -->
@@ -253,6 +254,7 @@
<span slot="title" class="study textl">专业力必修</span> <span slot="title" class="study textl">专业力必修</span>
</el-menu-item> </el-menu-item>
</el-submenu> </el-submenu>
</template>
<el-submenu index="mystudy" v-show="curIdentity == 1"> <el-submenu index="mystudy" v-show="curIdentity == 1">
<template slot="title"> <template slot="title">
<!-- <i class="el-icon-s-grid"></i> --> <!-- <i class="el-icon-s-grid"></i> -->
@@ -433,6 +435,7 @@ export default {
this.getLastStudy(); this.getLastStudy();
//获取讲师认证中条数 //获取讲师认证中条数
this.instructorCertification() this.instructorCertification()
console.log(this.userInfo,'userInfouserInfo')
}, },
mounted() { mounted() {
//console.log(this.userInfo.loginName,'this.userInfo.loginName'); //console.log(this.userInfo.loginName,'this.userInfo.loginName');