Jelajahi Sumber

去除提示

y595705120 2 tahun lalu
induk
melakukan
945b436a3a

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

@@ -5,10 +5,10 @@
 
     <div class="right-block-bd ng-scope" ui-view="myStudyContent" style="position: relative;">
       <div class="panel-tit clear">
-        <p class="fl">课程</p>
-        <div class="tc">
+        <p class="fl">我的课程</p>
+        <!-- <div class="tc">
           <strong class="tc" style="color: red;font-size: 1.2rem;">{{setting.noticeMsg}}</strong>
-        </div>
+        </div> -->
       </div>
 
       <ul class="m-course-list clear mt10 classlist" v-if="total>0">

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

@@ -27,9 +27,9 @@
           </div>
         </div>
 
-        <div class="tc mt20 clear">
+        <!-- <div class="tc mt20 clear">
           <strong class="tc" style="color: red;font-size: 1.2rem;">{{setting.noticeMsg}}</strong>
-        </div>
+        </div> -->
 
         <div class="panel-tit mt30 clear">
           <p class="fl">最近学习课程</p>

+ 2 - 2
src/containers/center/market/index.vue

@@ -3,12 +3,12 @@
     <div class="right-block-bd ng-scope" ui-view="myStudyContent" style="position: relative;">
       <div class="panel-tit clear">
         <p class="fl">推荐课程</p>
-        <ul class="fr tips-intro" style="color:royalblue" @mouseover="showTip=true" @mouseleave="showTip=false" >
+        <!-- <ul class="fr tips-intro" style="color:royalblue" @mouseover="showTip=true" @mouseleave="showTip=false" >
           <li class="fs15 tit">
             <i class="p-ico questiong-ico" style="margin-right: 0px;"/> 已将近退休年龄,是否还需要参加继续教育?
           </li>
         </ul>
-
+ -->
         <div class="fr tip-card" v-show="showTip" >
           <div class="p20">
             <h3 >一、建设从业人员:</h3>

+ 2 - 2
src/containers/center/market/trainIndex.vue

@@ -3,11 +3,11 @@
     <div class="right-block-bd ng-scope" ui-view="myStudyContent" style="position: relative;">
       <div class="panel-tit clear">
         <p class="fl">推荐课程</p>
-        <ul class="fr tips-intro" style="color:royalblue" @mouseover="showTip=true" @mouseleave="showTip=false" >
+       <!-- <ul class="fr tips-intro" style="color:royalblue" @mouseover="showTip=true" @mouseleave="showTip=false" >
           <li class="fs15 tit">
             <i class="p-ico questiong-ico" style="margin-right: 0px;"/> 已将近退休年龄,是否还需要参加继续教育?
           </li>
-        </ul>
+        </ul> -->
 
         <div class="fr tip-card" v-show="showTip" >
           <div class="p20">

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

@@ -6,7 +6,7 @@
           <a :class="{'current':show===1}" style="text-decoration: none;padding-bottom: 5px" @click="show=1" class="">基础资料</a>
           <a :class="{'current':show===2}" style="text-decoration: none;padding-bottom: 5px" @click="show=2" class="">实名认证</a>
           <a :class="{'current':show===3}" style="text-decoration: none;padding-bottom: 5px" @click="show=3" class="">额外信息</a>
-          <a :class="{'current':show===4}" style="text-decoration: none;padding-bottom: 5px" @click="show=4" class="">密码修改</a>
+          <!-- <a :class="{'current':show===4}" style="text-decoration: none;padding-bottom: 5px" @click="show=4" class="">密码修改</a> -->
           <a :class="{'current':show===5}" style="text-decoration: none;padding-bottom: 5px" @click="show=5" class="">手机修改</a>
         </div>
 

+ 13 - 9
src/containers/login/components/unLogin.vue

@@ -42,9 +42,10 @@
               <label class="ui-label " :class="rememberUse?'checked':''">
                 <input type="checkbox" class="checkbox  ng-valid" v-model="rememberUse">
                 <a class="checkbox-a"> </a>
-                <span class="ipt-txt">记住帐号和密码</span>
+                <span class="ipt-txt">记住登入状态</span>
               </label>
-            </div><a class="ag fr" @click="goReset">忘记密码?</a>
+            </div>
+            <!-- <a class="ag fr" @click="goReset">忘记密码?</a> -->
           </li>
 
           <li class="last">
@@ -55,7 +56,8 @@
 
 
       <div class="mt10 ng-scope" style="font-size: 10px; text-align: center;">没有学员/单位管理员帐号?
-        <a @click="goRegist()" class="ao b">立即注册</a></div>
+        <!-- <a @click="goRegist()" class="ao b">立即注册</a> -->
+        </div>
     </div>
   </div>
 </template>
@@ -150,14 +152,16 @@
         })
       },
       goRegist(){
-        this.$router.push({
-           path: `/register`
-        })
+        // this.$router.push({
+        //    path: `/register`
+        // })
+        this.$message.info("暂时不支持用户注册");
       },
       goReset(){
-        this.$router.push({
-           path: `/reset`
-        })
+        this.$message.info("暂时不支持重置密码");
+        // this.$router.push({
+        //    path: `/reset`
+        // })
       }
     }
   }