diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 90bd86a..6ad01ac 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -167,7 +167,7 @@ export default { }, // 获取日志状态 getLogStatus() { - this.$get(this.api.logNotification).then(({ notification }) => { + this.token && this.$get(this.api.logNotification).then(({ notification }) => { this.SET_LOG() // 把查看日志状态设置为true if (notification) { this.logVisible = true // 返回true,则显示日志弹框 diff --git a/src/pages/account/login/index.vue b/src/pages/account/login/index.vue index e7d10dd..a7229d0 100644 --- a/src/pages/account/login/index.vue +++ b/src/pages/account/login/index.vue @@ -15,7 +15,7 @@ - + @@ -32,9 +32,9 @@ -
+
- {{ phoneBtnTextLogin }} + {{ phoneBtnTextLogin }}
@@ -71,14 +71,14 @@

依据国家政策法规,需绑定手机号进行网络实名才可登录使用本平台

- + - + -
+
- {{phoneBtnText}} + {{phoneBtnText}}
@@ -96,6 +96,24 @@ + +
+ + 提示 +
+
+

该手机号已与以下用户绑定

+
    +
  • + {{ user.userName }}({{ user.schoolName }}) +
  • +
+ +
+