From 656d923bdea06f3208c30762b10d5814e762f419 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Sat, 16 Aug 2025 12:03:51 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E9=AA=8C=E8=AF=81-=E6=9B=B4?=
=?UTF-8?q?=E6=8D=A2=E6=89=8B=E6=9C=BA=E5=8F=B7-=E4=B8=89=E4=B8=AA?=
=?UTF-8?q?=E7=95=8C=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 24 +++--
pages/changePhone/changePhone.vue | 145 ++++++++++++++++++++++++++
pages/changePhone/changePhoneNext.vue | 132 +++++++++++++++++++++++
3 files changed, 293 insertions(+), 8 deletions(-)
create mode 100644 pages/changePhone/changePhone.vue
create mode 100644 pages/changePhone/changePhoneNext.vue
diff --git a/pages.json b/pages.json
index 498e99f..102143a 100644
--- a/pages.json
+++ b/pages.json
@@ -31,15 +31,25 @@
"path": "pages/set/set",
"style": {
"navigationBarTitleText": "设置"
-
}
},
{
- "path" : "pages/securityVerification/securityVerification",
- "style" :
- {
- "navigationBarTitleText": "安全验证"
- }
+ "path": "pages/securityVerification/securityVerification",
+ "style": {
+ "navigationBarTitleText": "安全验证"
+ }
+ },
+ {
+ "path": "pages/changePhone/changePhone",
+ "style": {
+ "navigationBarTitleText": "更换手机号"
+ }
+ },
+ {
+ "path": "pages/changePhone/changePhoneNext",
+ "style": {
+ "navigationBarTitleText": ""
+ }
}
],
"tabBar": {
@@ -71,8 +81,6 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "设备租赁",
"navigationBarBackgroundColor": "#fff"
-
-
},
"uniIdRouter": {},
"mp-weixin": {
diff --git a/pages/changePhone/changePhone.vue b/pages/changePhone/changePhone.vue
new file mode 100644
index 0000000..1944b07
--- /dev/null
+++ b/pages/changePhone/changePhone.vue
@@ -0,0 +1,145 @@
+
+
+
+ 当前绑定的手机号码为
+ {{ phone }}
+
+
+ +86
+
+
+
+
+ 获取验证码
+
+
+ 确定
+
+
+
+
+
+
diff --git a/pages/changePhone/changePhoneNext.vue b/pages/changePhone/changePhoneNext.vue
new file mode 100644
index 0000000..4387e0f
--- /dev/null
+++ b/pages/changePhone/changePhoneNext.vue
@@ -0,0 +1,132 @@
+
+
+
+ 输入短信验证码
+
+ 已向
+ {{ phone }}
+ 发送验证码
+
+
+
+
+
+ 重新发送
+
+
+ 提交
+
+
+
+
+
+