guhongwei 4 years ago
parent
commit
3e3b4a214b
1 changed files with 10 additions and 2 deletions
  1. 10 2
      src/views/register/login.vue

+ 10 - 2
src/views/register/login.vue

@@ -1,6 +1,10 @@
 <template>
   <div id="login">
-    <login-detail title="培训会-学校端登录"></login-detail>
+    <login-detail title="培训会-学校端登录">
+      <template #school>
+        <el-link type="danger" :underline="false" class="linktxt">已完善信息用户,请使用绑定的手机号登录系统!</el-link>
+      </template>
+    </login-detail>
   </div>
 </template>
 
@@ -21,4 +25,8 @@ export default {
 };
 </script>
 
-<style lang="less" scoped></style>
+<style lang="less" scoped>
+.linktxt {
+  font-size: 12px;
+}
+</style>