From e440b76e8564a3ea89f2dacd92632b3bd69c8aad Mon Sep 17 00:00:00 2001
From: chenkun <3289431190@qq.com>
Date: Tue, 27 Aug 2024 22:17:17 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E8=AE=A4=E8=AF=81?=
=?UTF-8?q?=E9=A1=B5=E9=9D=A22?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 19 ++++++++
pages/mine/addBankCard.vue | 1 -
pages/mine/authFirm.vue | 22 ++++++++++
pages/mine/authOption.vue | 6 +--
pages/mine/authPerson.vue | 88 ++++++++++++++++++++++++++++++++++++++
pages/mine/certifiedIndividual.vue | 24 ++++++++---
6 files changed, 150 insertions(+), 10 deletions(-)
create mode 100644 pages/mine/authFirm.vue
create mode 100644 pages/mine/authPerson.vue
diff --git a/pages.json b/pages.json
index 2218675..48d3343 100644
--- a/pages.json
+++ b/pages.json
@@ -155,6 +155,25 @@
}
}
+ ,{
+ "path" : "pages/mine/authPerson",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,
+ {
+ "path" : "pages/mine/authFirm",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }
],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/mine/addBankCard.vue b/pages/mine/addBankCard.vue
index 6be6ee6..8323d15 100644
--- a/pages/mine/addBankCard.vue
+++ b/pages/mine/addBankCard.vue
@@ -4,7 +4,6 @@
-
-
+
立即认证
-
+
@@ -42,15 +42,27 @@
-
diff --git a/pages/mine/authPerson.vue b/pages/mine/authPerson.vue
index bfdbd25..104c4ec 100644
--- a/pages/mine/authPerson.vue
+++ b/pages/mine/authPerson.vue
@@ -1,7 +1,7 @@
-
+
From 6a547bbba87de189eef353aea536c814e868c40e Mon Sep 17 00:00:00 2001
From: chenkun <3289431190@qq.com>
Date: Tue, 27 Aug 2024 22:38:39 +0800
Subject: [PATCH 3/3] .
---
pages/mine/authFirm.vue | 1 -
1 file changed, 1 deletion(-)
diff --git a/pages/mine/authFirm.vue b/pages/mine/authFirm.vue
index 6f1f54b..1c8a123 100644
--- a/pages/mine/authFirm.vue
+++ b/pages/mine/authFirm.vue
@@ -165,7 +165,6 @@ export default {
justify-content: center;
position: fixed;
bottom: 12%;
- border: 1px solid red;
width: 100vw;
}