From 3902e20553c84dee032c4dd1335f6556153b4530 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Tue, 16 Sep 2025 13:49:39 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=E5=8A=A8?=
=?UTF-8?q?=E6=80=810.5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/realName/realName.js | 16 +
components/custom-navbar/custom-navbar.vue | 322 +++++++++++----------
pages/realName/realName.vue | 97 ++++---
3 files changed, 243 insertions(+), 192 deletions(-)
create mode 100644 api/realName/realName.js
diff --git a/api/realName/realName.js b/api/realName/realName.js
new file mode 100644
index 0000000..fa66feb
--- /dev/null
+++ b/api/realName/realName.js
@@ -0,0 +1,16 @@
+import request from "../../utils/request";
+
+export function putTwoElementRealName(data) {
+ return request({
+ url: "/app/realName/twoElementRealName",
+ method: "PUT",
+ data,
+ });
+}
+
+export function getRefreshRealName() {
+ return request({
+ url: "/app/realName/refreshRealName",
+ method: "GET",
+ });
+}
diff --git a/components/custom-navbar/custom-navbar.vue b/components/custom-navbar/custom-navbar.vue
index bda457d..cab3fcc 100644
--- a/components/custom-navbar/custom-navbar.vue
+++ b/components/custom-navbar/custom-navbar.vue
@@ -1,7 +1,10 @@
-
+
{{ title }}
@@ -36,173 +48,179 @@
diff --git a/pages/realName/realName.vue b/pages/realName/realName.vue
index 75803ee..436d648 100644
--- a/pages/realName/realName.vue
+++ b/pages/realName/realName.vue
@@ -23,12 +23,22 @@
请输入您的有效身份信息
-
-
-
+
+
+
-
+
点击提交代表您授权日行一善、项目捐款获取以上信 息,用于实名验证
@@ -38,6 +48,10 @@