From 71676d776e2d8a19a59c679db57b47aaded308f6 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Mon, 8 Sep 2025 15:11:14 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AE=9E=E5=90=8D=E8=AE=A4?=
=?UTF-8?q?=E8=AF=81=E9=9D=99=E6=80=81=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
enum/commonEnum.js | 4 +-
pages.json | 6 +
pages/profile/profile.vue | 19 ++
.../realNameAuthentication.vue | 195 ++++++++++++++++++
4 files changed, 223 insertions(+), 1 deletion(-)
create mode 100644 pages/realNameAuthentication/realNameAuthentication.vue
diff --git a/enum/commonEnum.js b/enum/commonEnum.js
index c174117..633deb0 100644
--- a/enum/commonEnum.js
+++ b/enum/commonEnum.js
@@ -19,7 +19,9 @@ export const commonEnum = {
COIN_BACKGROUND: 'https://api.ccttiot.com/image-1755070887001.png',
REQUEST_AGENT: 'https://api.ccttiot.com/image-1755071317260.png',
AGENCY_INTERESTS: 'https://api.ccttiot.com/image-1755071348347.png',
- ONLINE_CUSTOMER_SERVICE: 'https://api.ccttiot.com/image-1755071362176.png',
+ ONLINE_CUSTOMER_SERVICE: 'https://api.ccttiot.com/image-1755071362176.png', //在线客服
+ Real_Name_Authentication:
+ 'https://api.ccttiot.com/%E5%AE%9E%E5%90%8D%E8%AE%A4%E8%AF%81-1757309969703.png', //实名认证图标
SET: 'https://api.ccttiot.com/image-1755071734792.png',
GIFT: 'https://api.ccttiot.com/image-1755071830648.png',
//业务代理
diff --git a/pages.json b/pages.json
index ec34654..7d57e3b 100644
--- a/pages.json
+++ b/pages.json
@@ -117,6 +117,12 @@
{
"navigationBarTitleText" : "test"
}
+ },
+ {
+ "path" : "pages/realNameAuthentication/realNameAuthentication",
+ "style" : {
+ "navigationStyle": "custom"
+ }
}
],
"subPackages": [
diff --git a/pages/profile/profile.vue b/pages/profile/profile.vue
index 0e23aa4..a9e81f6 100644
--- a/pages/profile/profile.vue
+++ b/pages/profile/profile.vue
@@ -104,6 +104,7 @@
我的订单
+
在线客服
+
+
+
+
+ 实名认证
+
@@ -348,6 +359,14 @@ export default {
url: '/pages/myOrder/myOrder',
})
},
+ goToRealNameAuthentication() {
+ if (checkLoginStatus()) {
+ return
+ }
+ uni.navigateTo({
+ url: '/pages/realNameAuthentication/realNameAuthentication',
+ })
+ },
goToIncomeExpense() {
uni.navigateTo({
url: '/pages/cashFlow/cashFlow',
diff --git a/pages/realNameAuthentication/realNameAuthentication.vue b/pages/realNameAuthentication/realNameAuthentication.vue
new file mode 100644
index 0000000..ffe307f
--- /dev/null
+++ b/pages/realNameAuthentication/realNameAuthentication.vue
@@ -0,0 +1,195 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+