From 63acb1a9f507f8b1ec19869bf3135bc73e9dd335 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Wed, 9 Apr 2025 15:00:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E5=91=8A=E4=B8=BB=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/navigation/navigationBar.vue | 2 +- components/tabbar/tabBar.vue | 3 +- config.js | 3 + pages.json | 12 + pages/mine/auth/auth-choose.vue | 161 +++++ pages/mine/auth/auth-form.vue | 605 ++++++++++++++++++ pages/mine/mine-index.vue | 5 +- static/mine/auth/dian.png | Bin 0 -> 1550 bytes static/mine/auth/dianshang.png | Bin 0 -> 37728 bytes static/mine/auth/geren.png | Bin 0 -> 37091 bytes static/mine/auth/gognsi.png | Bin 0 -> 33715 bytes static/mine/auth/pinpaifang.png | Bin 0 -> 23538 bytes static/mine/auth/shangbiao.png | Bin 0 -> 9808 bytes static/mine/auth/xiantiao.png | Bin 0 -> 4469 bytes static/mine/auth/yingyezhizhao.png | Bin 0 -> 12007 bytes .../uni-file-picker/uni-file-picker.vue | 70 +- .../uni-file-picker/upload-image.vue | 10 + utils/common.js | 16 + 18 files changed, 874 insertions(+), 13 deletions(-) create mode 100644 pages/mine/auth/auth-choose.vue create mode 100644 pages/mine/auth/auth-form.vue create mode 100644 static/mine/auth/dian.png create mode 100644 static/mine/auth/dianshang.png create mode 100644 static/mine/auth/geren.png create mode 100644 static/mine/auth/gognsi.png create mode 100644 static/mine/auth/pinpaifang.png create mode 100644 static/mine/auth/shangbiao.png create mode 100644 static/mine/auth/xiantiao.png create mode 100644 static/mine/auth/yingyezhizhao.png diff --git a/components/navigation/navigationBar.vue b/components/navigation/navigationBar.vue index 60d6fce..23ab46f 100644 --- a/components/navigation/navigationBar.vue +++ b/components/navigation/navigationBar.vue @@ -58,7 +58,7 @@ align-items: center; font-size: 30rpx; justify-content: center; - z-index: 999; + z-index: 9; .navigationBarBack { width: 200rpx; diff --git a/components/tabbar/tabBar.vue b/components/tabbar/tabBar.vue index c5ba3e8..aff566f 100644 --- a/components/tabbar/tabBar.vue +++ b/components/tabbar/tabBar.vue @@ -113,8 +113,7 @@ height: 130rpx; .dl-image { - width: 70rpx; - height: 55rpx; + height: 45rpx; } .dl-vip { diff --git a/config.js b/config.js index 844b6c6..5f07de0 100644 --- a/config.js +++ b/config.js @@ -24,6 +24,9 @@ module.exports = { }, { title: "新人手册", code: "new_people_text" + }, { + title: "认证指南", + code: "user_auth_text" } ] } diff --git a/pages.json b/pages.json index 107721c..a54c47a 100644 --- a/pages.json +++ b/pages.json @@ -149,6 +149,18 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "auth/auth-choose", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "auth/auth-form", + "style": { + "navigationBarTitleText": "" + } } ] }], diff --git a/pages/mine/auth/auth-choose.vue b/pages/mine/auth/auth-choose.vue new file mode 100644 index 0000000..4be4e6d --- /dev/null +++ b/pages/mine/auth/auth-choose.vue @@ -0,0 +1,161 @@ + + + + + \ No newline at end of file diff --git a/pages/mine/auth/auth-form.vue b/pages/mine/auth/auth-form.vue new file mode 100644 index 0000000..dd3eb50 --- /dev/null +++ b/pages/mine/auth/auth-form.vue @@ -0,0 +1,605 @@ +