فهرست منبع

修改提示语

y595705120 1 ماه پیش
والد
کامیت
c5ff02c1da
3فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 2 2
      src/containers/center/class/train/index.vue
  2. 1 1
      src/containers/center/home/index.vue
  3. 1 0
      src/setting.js

+ 2 - 2
src/containers/center/class/train/index.vue

@@ -2,9 +2,9 @@
   <div class="m-right-block  mh576">
     <div class="right-block-bd ng-scope" ui-view="myStudyContent" style="position: relative;">
       <div class="panel-tit clear">
-        <p class="fl">课程</p>
+        <p class="fl"></p>
         <div class="tc waphide">
-          <strong class="tc" style="color: red;font-size: 1.2rem;">{{setting.noticeMsg}}</strong>
+          <strong class="tc" style="color: red;font-size: 1.6rem;">{{setting.noticeMsgTrain}}</strong>
         </div>
       </div>
 

+ 1 - 1
src/containers/center/home/index.vue

@@ -28,7 +28,7 @@
         </div>
 
         <div class="tc mt20 clear">
-          <strong class="tc" style="color: red;font-size: 1.2rem;">{{setting.noticeMsg}}</strong>
+          <strong class="tc" style="color: red;font-size: 1.6rem;">{{setting.noticeMsgTrain}}</strong>
         </div>
 
         <div class="panel-tit mt30 clear">

+ 1 - 0
src/setting.js

@@ -10,5 +10,6 @@ var examList  = {
   module.exports = {
     courseName: "检测试验人员",
     noticeMsg:'提示:工程检测试验员新培人员需在5个工作日内完成40学时培训,三类、八大员、特种人员课程学习时间80天内完成',
+    noticeMsgTrain:'提示:工程检测试验员新培人员和建筑技术工人需在课程开通后5个工作日内完成学时培训,三类、八大员、特种人员课程开通学习(证书有效期)80天内完成',
     examList
   }