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 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+