From 0d27556e27cdf085e4a8854aaa2898898b8b3181 Mon Sep 17 00:00:00 2001 From: wangliang Date: Wed, 7 Sep 2022 10:36:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=BC=E7=9D=9B=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/CardPottom.vue | 12 ++++++------ src/views/authentication/LoginView.vue | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/common/CardPottom.vue b/src/components/common/CardPottom.vue index 594714f..8796e55 100644 --- a/src/components/common/CardPottom.vue +++ b/src/components/common/CardPottom.vue @@ -14,11 +14,11 @@ 合同累计金额(元) - - + + - + @@ -58,7 +58,7 @@ import { Component, Vue, Prop, Watch, Emit } from "vue-property-decorator"; - + }) export default class CardPottom extends Vue { @@ -70,9 +70,9 @@ export default class CardPottom extends Vue { useFinal = this.pass unUseFinal = this.pass eye = true - + switchEye() { - + this.totalFinal = this.eye ? this.totalAmount : this.pass this.useFinal = this.eye ? this. useAmount: this.pass this.unUseFinal = this.eye ? this.unUseAmount : this.pass diff --git a/src/views/authentication/LoginView.vue b/src/views/authentication/LoginView.vue index 63e9e2c..88352a6 100644 --- a/src/views/authentication/LoginView.vue +++ b/src/views/authentication/LoginView.vue @@ -24,19 +24,19 @@ 账号 - + - + 密码 @@ -55,14 +55,14 @@ -->
短信验证码 - + {{ getCmstotal }} @@ -75,7 +75,7 @@