From 49f72f6cddc74df30a956b1d44695fa764447e6c Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 29 Apr 2022 17:27:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=AD=89=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/header/index.vue | 2 +- src/pages/account/login/index.vue | 77 ++++++++++++++++++++++--------- src/pages/setting/person/info.vue | 2 +- src/pages/user/list/index.vue | 9 ++-- src/setting.js | 2 +- 5 files changed, 61 insertions(+), 31 deletions(-) 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 }}) +
  • +
+ +
+