Bladeren bron

修改文字

lex-xin 5 jaren geleden
bovenliggende
commit
47454ad4b8

File diff suppressed because it is too large
+ 0 - 0
dist/css/ClassDetail.a4248671.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/ClassDetail.31f81f68.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/ClassDetail.91e714a3.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.380e98c3.js


+ 1 - 1
src/router/appRouter.js

@@ -11,7 +11,7 @@ let teacherRouter = [{
   name: 'classDetail',
   component: () => import(/* webpackChunkName:'ClassDetail'*/'@/views/app/ClassDetail.vue'),
   meta: {
-      descrition: 'VIP课堂详情',
+      descrition: '课堂详情',
       weight: 3 // 页面权重
   }
 }, {

+ 3 - 3
src/views/app/ClassDetail.vue

@@ -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'

Some files were not shown because too many files changed in this diff