|
@@ -22,7 +22,7 @@
|
|
|
<div class="classdetails">
|
|
|
<h3>课时安排</h3>
|
|
|
<!-- 线下课{{ dataInfo.offlineClassesTimes }}次+线上课{{ dataInfo.onlineClassesTimes }}次 -->
|
|
|
- <p class="detail"><i class="books"></i><span>总{{ dataInfo.totalClassesTimes }}次</span></p>
|
|
|
+ <p class="detail"><i class="books"></i><span>总计:{{ dataInfo.totalClassesTimes }}节</span></p>
|
|
|
|
|
|
<div class="detaillist">
|
|
|
<div class="detailitem" v-for="(item, index) in courseList" :key="index">
|
|
@@ -97,7 +97,7 @@ export default {
|
|
|
//
|
|
|
let params = this.$route.query
|
|
|
this.$dialog.confirm({
|
|
|
- message: '是否确定加入该课程'
|
|
|
+ message: '确定加入课程?'
|
|
|
}).then(() => {
|
|
|
this.$toast.loading({
|
|
|
duration: 0,
|
|
@@ -110,7 +110,7 @@ export default {
|
|
|
this.$toast.clear()
|
|
|
if(result.code == 200) {
|
|
|
this.$dialog.alert({
|
|
|
- message: '恭喜你,加入成功此课程组'
|
|
|
+ message: '恭喜您已完成课程报名,请关注课程时间,准时上课。'
|
|
|
}).then(() => {
|
|
|
// this.$router.push('/studentDownLoad')
|
|
|
window.location.href = 'https://mstuonline.dayaedu.com/#/studentDownload'
|