From 14f63f5b2907b6e35c8e7e3bf4c86b85b50edc3e Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Wed, 20 Nov 2024 13:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/login.vue | 7 ++++--- pages/my/records.vue | 2 +- pages/submission/recordsdetails.vue | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 20e7eb7..99a55ce 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -3,10 +3,10 @@ 科研医疗建筑运维平台 - + + icon="lock-fill" @changevalue="userInfo.pwd=$event" /> 记住密码 @@ -42,6 +42,7 @@ export default { }, computed: { disabled() { + console.log(11111111111,this.userInfo) return !this.userInfo.username || !this.userInfo.pwd; }, }, diff --git a/pages/my/records.vue b/pages/my/records.vue index 0592f82..f86823a 100644 --- a/pages/my/records.vue +++ b/pages/my/records.vue @@ -112,7 +112,7 @@ export default { this.$refs.BetLoading.show() let query_ = { logType: 2, //1 登录日志 2 修改日志 - userId: this.searchInfo.name + userId: this.searchInfo.id } this.$u.api.getLoginRecords(query_).then((res) => { if (res.code == 200) { diff --git a/pages/submission/recordsdetails.vue b/pages/submission/recordsdetails.vue index 001bd92..90be49d 100644 --- a/pages/submission/recordsdetails.vue +++ b/pages/submission/recordsdetails.vue @@ -9,9 +9,9 @@ detailForm.status == 2 ? '待维修' : detailForm.status == 3 ? '维修中' : (detailForm.status == 4 || detailForm.status == 5) ? '维修完成' : '维修完成' }} - 查看更多 +