|
@@ -13,7 +13,8 @@
|
|
|
<img v-else src="../../assets/images/app/icon_teacher.png" alt="">
|
|
|
</div>
|
|
|
<div class="info">
|
|
|
- <p class="name van-ellipsis">{{ dataInfo.teacherName }}-{{ dataInfo.subjectNames }}</p>
|
|
|
+ <!-- -{{ dataInfo.subjectNames }} -->
|
|
|
+ <p class="name van-ellipsis">{{ dataInfo.teacherName }}</p>
|
|
|
<p class="memo van-multi-ellipsis--l2">简介:{{ dataInfo.introduction }}</p>
|
|
|
<p class="times">授课次数:{{ dataInfo.lectureNum ? dataInfo.lectureNum : 0 }}次</p>
|
|
|
</div>
|
|
@@ -94,7 +95,6 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
onJoin() {
|
|
|
- //
|
|
|
let params = this.$route.query
|
|
|
this.$dialog.confirm({
|
|
|
message: '确定加入课程?'
|
|
@@ -110,7 +110,7 @@ export default {
|
|
|
this.$toast.clear()
|
|
|
if(result.code == 200) {
|
|
|
this.$dialog.alert({
|
|
|
- message: '恭喜您已完成课程报名,请关注课程时间,准时上课。'
|
|
|
+ message: '恭喜您已完成课程报名,<br />请关注课程时间,准时上课。'
|
|
|
}).then(() => {
|
|
|
// this.$router.push('/studentDownLoad')
|
|
|
// window.location.href = 'https://mstuonline.dayaedu.com/#/studentDownload'
|
|
@@ -240,6 +240,9 @@ export default {
|
|
|
.time {
|
|
|
width: .45rem;
|
|
|
}
|
|
|
+ &:last-child {
|
|
|
+ padding-bottom: 0;
|
|
|
+ }
|
|
|
}
|
|
|
.icon_prossess {
|
|
|
display: inline-block;
|