diff --git a/src/components/common/CardPottom.vue b/src/components/common/CardPottom.vue
index 594714f6a1454b48f9128e14ae65c56c3c7bae68..8796e5531c654e434bb0ebebb72eec1b082607d4 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 63e9e2ca59fc2fe33e6036850782d860d5aacadc..88352a6b4d934f3de5a30d88c95d61ed0b7651f8 100644
--- a/src/views/authentication/LoginView.vue
+++ b/src/views/authentication/LoginView.vue
@@ -24,19 +24,19 @@
账号
-
+
-
+
密码
-
-
+
+
@@ -55,14 +55,14 @@
-->