From 15027e51ee5508f3aa80a50fd96fb1e152df27fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Mon, 7 Feb 2022 14:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=89=E5=8D=93app?= =?UTF-8?q?=E5=9C=A8=E7=99=BB=E5=BD=95=E9=AA=8C=E8=AF=81=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=9B=BE=E5=83=8F=E5=8F=AF=E8=83=BD=E6=98=BE=E7=A4=BA=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/verification/verification.vue | 94 ++++++++++++++++++------ 1 file changed, 72 insertions(+), 22 deletions(-) diff --git a/components/verification/verification.vue b/components/verification/verification.vue index 1ba7f26..a2deb81 100644 --- a/components/verification/verification.vue +++ b/components/verification/verification.vue @@ -1,39 +1,87 @@ @@ -90,6 +143,7 @@ export default { }, data() { return { + mainColor: this.$mainColor, flage: false, key: "", //key vsrtx: "点击进行验证", //按钮提示语 @@ -252,10 +306,6 @@ export default { .border-index { border: 1rpx solid $main-color; } -.loadIcon { - color: $main-color; - font-size: 40rpx; -} .status_bar { height: var(--status-bar-height);