From ce5617ef9d2ee41c0ea8b0f9d444c2cef86716d9 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 14 Oct 2024 15:02:37 +0800
Subject: [PATCH] 1

---
 src/page/login/register.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/page/login/register.vue b/src/page/login/register.vue
index 6ff323b..7ba3599 100644
--- a/src/page/login/register.vue
+++ b/src/page/login/register.vue
@@ -123,7 +123,7 @@
     },
 
     async gook() {
-      if (this.phone.length !== 10) {
+      if (this.phone.length == 0) {
         Notify({ type: "warning", message: this.$t("hj28") });
       } else if (isNull(this.userPassword)) {
         Notify({ type: "warning", message: this.$t("hj30") });
@@ -172,8 +172,8 @@
   font-size: 0.37333rem;
   color: #8c9fad;
   text-align: center;
-  margin: 0 auto;
-  margin-top: 10px;
+  margin: 20px auto;
+  // margin-top: 10px;
 }
 .radio-con {
   margin-top: 0.32rem;

--
Gitblit v1.9.3