From 154848e66fd2f82ce1a9be92f1abbe502d661fc3 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 24 Apr 2025 22:42:31 +0800
Subject: [PATCH] feat: 基本完成

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

diff --git a/src/page/login/register.vue b/src/page/login/register.vue
index e5fae1b..0ba60db 100644
--- a/src/page/login/register.vue
+++ b/src/page/login/register.vue
@@ -15,7 +15,13 @@
             clearable
             @input="handleInput()"
           >
-            <el-select v-model="select11" style="width: 100px;" slot="prepend" placeholder="请选择">
+            <el-select
+              v-model="select11"
+              style="width: 100px;"
+              slot="prepend"
+              placeholder="请选择"
+            >
+              <el-option label="+1" value="1"></el-option>
               <el-option label="+90" value="90"></el-option>
               <el-option label="+91" value="91"></el-option>
               <el-option label="+92" value="92"></el-option>
@@ -53,12 +59,11 @@
               <el-option label="+997" value="997"></el-option>
               <el-option label="+998" value="998"></el-option>
               <el-option label="+999" value="999"></el-option>
-
             </el-select>
           </el-input>
 
           <!-- 添加发送验证码的输入框和按钮 -->
-          <div style="margin-top: 0.46rem; display: flex; align-items: center;">
+          <!-- <div style="margin-top: 0.46rem; display: flex; align-items: center;">
             <el-input
               style="flex-grow: 1;"
               :placeholder="$t('hj25')"
@@ -74,9 +79,9 @@
               :disabled="isCounting"
               @click="sendVerificationCode"
             >
-              {{ $t('获取验证码') }}
+              {{ $t("获取验证码") }}
             </el-button>
-          </div>
+          </div> -->
 
           <el-input
             style="margin-top: 0.46rem"
@@ -152,7 +157,7 @@
   name: "newRegister",
   data() {
     return {
-      select11: '91',
+      select11: "1",
       checked: false,
       verification: this.$t("hj25"),
       loginWay: this.$t("hj26"),

--
Gitblit v1.9.3