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