From a82668225dfb683ba6bc56a7d31440a4c4711dd9 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <l287285524@qq.com> Date: Fri, 05 Aug 2022 01:15:26 +0800 Subject: [PATCH] 2323 --- src/views/user/login.vue | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/user/login.vue b/src/views/user/login.vue index 52379a0..aa38c5b 100644 --- a/src/views/user/login.vue +++ b/src/views/user/login.vue @@ -114,18 +114,18 @@ // } }, created() { - this.$api.createInitIdInfo().then(res => { - this.idCardMation = res.body; - if (this.idCardMation.usrIdName) { - this.readOnlyName = true; - } - if (this.idCardMation.usrIdCard) { - this.readOnlyId = true; - } - if (this.idCardMation.sex) { - this.readOnlySex = true; - } - }); + // this.$api.createInitIdInfo().then(res => { + // this.idCardMation = res.body; + // if (this.idCardMation.usrIdName) { + // this.readOnlyName = true; + // } + // if (this.idCardMation.usrIdCard) { + // this.readOnlyId = true; + // } + // if (this.idCardMation.sex) { + // this.readOnlySex = true; + // } + // }); }, beforeUpdate(){ let _this = this -- Gitblit v1.8.0