提交 b846d350 编写于 作者: guangjun.yang's avatar guangjun.yang

Merge branch 'dev-coursedetail-0817' of...

Merge branch 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam into dev-coursedetail-0817

* 'dev-coursedetail-0817' of http://192.168.110.53/com.pica.cloud.education.frontend/pica-professional-exam:
  修改样式
  修改分享
  修改分享
...@@ -166,7 +166,7 @@ export default { ...@@ -166,7 +166,7 @@ export default {
Toast('请前往云鹊医APP参加考试'); Toast('请前往云鹊医APP参加考试');
} else if(item.type == 2){ } else if(item.type == 2){
Toast('登陆后可学习课程'); Toast('登陆后可学习课程');
} }
return; return;
} }
...@@ -320,7 +320,7 @@ export default { ...@@ -320,7 +320,7 @@ export default {
.van-collapse-item { .van-collapse-item {
.van-cell { .van-cell {
margin: 9px auto 0 auto; margin: 9px auto 0 auto;
width: 345px; width: 100%;
min-height: 48px; min-height: 48px;
border-radius: 6px; border-radius: 6px;
} }
...@@ -413,6 +413,8 @@ export default { ...@@ -413,6 +413,8 @@ export default {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
.name { .name {
flex: 1;
width: 100px;
.name-img { .name-img {
position: relative; position: relative;
z-index: 9; z-index: 9;
...@@ -482,12 +484,10 @@ export default { ...@@ -482,12 +484,10 @@ export default {
} }
&-title { &-title {
// font-family: "PingFangSC-Medium", "PingFangSC", "Microsoft Yahei"; // font-family: "PingFangSC-Medium", "PingFangSC", "Microsoft Yahei";
width: 231px;
font-size: 15px; font-size: 15px;
font-weight: 700; font-weight: 700;
line-height: 22px; line-height: 22px;
color: #333333; color: #333333;
float: left;
} }
&-title-no { &-title-no {
color: #979899; color: #979899;
......
...@@ -58,12 +58,15 @@ export default { ...@@ -58,12 +58,15 @@ export default {
border-radius: 50%; border-radius: 50%;
} }
.leader-text { .leader-text {
flex: 1;
width: 100px;
margin-left: 16px; margin-left: 16px;
margin-top: 6px; margin-top: 6px;
.leader-con { .leader-con {
line-height: 14px; line-height: 14px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
white-space: nowrap;
span { span {
font-size: 16px; font-size: 16px;
color: #676869; color: #676869;
......
...@@ -323,6 +323,7 @@ export default { ...@@ -323,6 +323,7 @@ export default {
this.coverType = 0; this.coverType = 0;
} }
this.curtLectureId = lecture.lectureId; this.curtLectureId = lecture.lectureId;
this.pdfUrl = getPdfFileUrl(lecture.courseware.filePath);
let history = 0; let history = 0;
if (lecture.progress < 1) { if (lecture.progress < 1) {
history = lecture.lastTime === 1 ? 0 : lecture.lastTime history = lecture.lastTime === 1 ? 0 : lecture.lastTime
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册