This commit is contained in:
lmj
2022-10-11 11:14:03 +08:00
parent 254666382e
commit f51bf6f481

View File

@@ -17,7 +17,9 @@
<!-- {{ userInfo.avatar }} --> <!-- {{ userInfo.avatar }} -->
</div> </div>
<!-- <img style="width:68px;height:68px" src="/images/Avatarman.png" alt=""> --> <!-- <img style="width:68px;height:68px" src="/images/Avatarman.png" alt=""> -->
<p class="personal-name">{{userInfo.name}} {{userInfo.userNo}}</p> <p class="personal-name">{{userInfo.name}} {{userInfo.userNo}}
<span>LV.1</span>
</p>
<p class="personal-info">{{userInfo.departName}}</p> <p class="personal-info">{{userInfo.departName}}</p>
<div class="personal-box"><span>代办</span><span>3个待处理 <img src="/images/homeWu/Pending.png" alt=""> </span> <img class="personal-box-img" <div class="personal-box"><span>代办</span><span>3个待处理 <img src="/images/homeWu/Pending.png" alt=""> </span> <img class="personal-box-img"
src="/images/homeWu/agency.png" alt="" srcset=""></div> src="/images/homeWu/agency.png" alt="" srcset=""></div>
@@ -61,8 +63,8 @@
<!-- 一个固定内容 --> <!-- 一个固定内容 -->
<div class="xindex-course"> <div class="xindex-course">
<a href="course/boeframe?id=517CA622-238E-06BA-0AED-B1200D705800&type=online-course"> <a href="course/boeframe?id=517CA622-238E-06BA-0AED-B1200D705800&type=online-course">
<div class="xindex-course-image"> <div style="border-radius: 4px;" class="xindex-course-image">
<el-image class="course-image" :src="this.webBaseUrl+'/ad/index_course.png'" fit="fit"></el-image> <el-image style="border-radius: 4px;" class="course-image" :src="this.webBaseUrl+'/ad/index_course.png'" fit="fit"></el-image>
<span class="course-type">录播课</span> <span class="course-type">录播课</span>
</div> </div>
<div title="高效谈判系列课" class="course-title portal-title-tow two-line-ellipsis">高效谈判系列课</div> <div title="高效谈判系列课" class="course-title portal-title-tow two-line-ellipsis">高效谈判系列课</div>
@@ -484,7 +486,6 @@
}, },
mounted() { mounted() {
this.userInfo = this.$store.getters.userInfo; this.userInfo = this.$store.getters.userInfo;
console.log(this.userInfo,'111')
this.getCourseData(1); this.getCourseData(1);
this.getCaseData(); this.getCaseData();
this.getArticleData(); this.getArticleData();
@@ -737,7 +738,7 @@
$this.articleList.list.push(item); $this.articleList.list.push(item);
} }
}); });
console.log(res.result, 'res.result'); // console.log(res.result, 'res.result');
this.loadAuthorInfo(res.result, userIds); this.loadAuthorInfo(res.result, userIds);
} }
} else { } else {