From d2e2d63d593510227594d3de432611fce0c5ef41 Mon Sep 17 00:00:00 2001
From: chenkun <3289431190@qq.com>
Date: Sun, 8 Sep 2024 13:06:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E8=AE=A4=E8=AF=81=E6=8F=90?=
=?UTF-8?q?=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages_mine/mine/authFirm.vue | 387 ++++++++++++++++++--------------
pages_mine/mine/authOption.vue | 3 +-
pages_mine/mine/authPerson.vue | 81 +++----
pages_mine/mine/certifiedIndividual.vue | 329 ++++++++++++++-------------
4 files changed, 425 insertions(+), 375 deletions(-)
diff --git a/pages_mine/mine/authFirm.vue b/pages_mine/mine/authFirm.vue
index 1c8a123..5a833c1 100644
--- a/pages_mine/mine/authFirm.vue
+++ b/pages_mine/mine/authFirm.vue
@@ -1,173 +1,228 @@
-
-
-
-
-
-
-
- 法人真实姓名
- {{ name }}
-
-
-
-
-
- 法人身份证号
- {{ idCard }}
-
-
-
-
-
- 营业执照
-
-
-
-
-
-
-
-
- 其他资质
-
-
-
-
-
-
-
-
-
-
-
-
- 请仔细阅读平台《用户协议》《隐私协议》
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+ 法人真实姓名
+
+
+
+
+
+
+
+
+ 法人身份证号
+
+
+
+
+
+
+
+
+ 营业执照
+
+
+
+
+
+
+
+
+
+ 其他资质
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请仔细阅读平台《用户协议》《隐私协议》
+
+
+
+
+
+
+
+
+
+
+
+
+ * {
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+ }
+
+ .auth-firm {
+ .container {
+ padding: 100rpx 50rpx 50rpx 50rpx;
+ //border: 1px solid red;
+
+ .header {
+ margin-bottom: 40rpx;
+ font-size: 28rpx;
+ color: #666;
+ }
+
+ .form-item {
+ margin-bottom: 40rpx;
+
+ .label {
+ font-size: 36rpx;
+ margin-bottom: 10px;
+ display: block;
+ }
+
+ .input {
+ font-size: 30rpx;
+ margin-top: 40rpx;
+ background-color: #f7f7f7;
+ padding: 20rpx;
+ border: 1px solid #66666633;
+ }
+
+ .avatarFace {
+ width: 150rpx;
+ height: 150rpx;
+ }
+
+
+ }
+ }
+
+ .agree {
+ display: flex;
+ justify-content: center;
+ position: fixed;
+ bottom: 12%;
+ left: 5%;
+
+ }
+
+ .confirmationPopup {
+ max-height: 60vh;
+ overflow-y: auto;
+ overflow-x: hidden;
+ width: 600rpx;
+ padding: 20rpx;
+ text-align: center;
+ }
+
+ }
+
\ No newline at end of file
diff --git a/pages_mine/mine/authOption.vue b/pages_mine/mine/authOption.vue
index 4350412..65d77e8 100644
--- a/pages_mine/mine/authOption.vue
+++ b/pages_mine/mine/authOption.vue
@@ -36,9 +36,8 @@ export default {
},
firmAuth() {
uni.redirectTo({
- url: '/pages_mine/mine/enterpriseCertification'
+ url: '/pages_mine/mine/certifiedIndividual?type=firm'
})
- // this.$utils.navigateTo('/mine/certifiedIndividual?type=firm')
},
},
diff --git a/pages_mine/mine/authPerson.vue b/pages_mine/mine/authPerson.vue
index 2bb695a..07a86b2 100644
--- a/pages_mine/mine/authPerson.vue
+++ b/pages_mine/mine/authPerson.vue
@@ -8,7 +8,7 @@
姓名
-
+
@@ -17,7 +17,7 @@
身份证号
-
+
@@ -28,29 +28,20 @@
-
-
-