diff --git a/src/router/index.ts b/src/router/index.ts index 16cc53e..0168e7c 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -197,6 +197,12 @@ const routes: RouteRecordRaw[] = [ component: () => import("@/views/admin/account/realnameAuthTrue/index.vue"), }, + { + path: "realnameAuthBusiness", + name: "realnameAuthBusiness", + component: () => + import("@/views/admin/account/realnameAuthBusiness/index.vue"), + }, { path: "enterRealAuth", name: "EnterRealAuth", diff --git a/src/views/admin/account/accountSet/index.vue b/src/views/admin/account/accountSet/index.vue index 651693b..b70c80e 100644 --- a/src/views/admin/account/accountSet/index.vue +++ b/src/views/admin/account/accountSet/index.vue @@ -28,7 +28,12 @@ -
手机号17044054908
+
+
+ 手机号{{ currentPhone }} +
+
修改
+
绑定微信未绑定微信 @@ -39,54 +44,787 @@
登录密码********
-
修改
+
修改
+ + + +
+ +
+ +
+
为确保账号安全,请您本人操作进行身份验证
+
我们将向您绑定的手机发送验证码
+
+
+ + +
+
验证手机号
+
+ + {{ maskedPhone }} +
+
+ + +
+
验证码
+
+ + + {{ countdownText }} + +
+
{{ codeError }}
+
+ + +
+ {{ sendStatus }} +
+
+
+ + + +
+ +
+ +
+
为确保账号安全,请您本人操作进行手机号的修改
+
+
+ + +
+
新手机号
+ +
{{ phoneError }}
+
+ + +
+
验证码
+
+ + + {{ newCountdownText }} + +
+
{{ newCodeError }}
+
+
+
+ + + +
+ +
+ +
+
为确保账号安全,请设置新的登录密码
+
+
+ + +
+
原密码
+ +
{{ oldPasswordError }}
+
+ + +
+
新密码
+ +
{{ newPasswordError }}
+
+
+ {{ passwordStrength.lengthValid ? '✓' : '○' }} + 6-20位字符 +
+
+ {{ passwordStrength.hasLetter ? '✓' : '○' }} + 至少包含字母 +
+
+ {{ passwordStrength.hasNumber ? '✓' : '○' }} + 至少包含数字 +
+
+
+ + +
+
确认密码
+ +
{{ confirmPasswordError }}
+
+
+
+ + \ No newline at end of file diff --git a/src/views/admin/account/realnameAuthBusiness/index.vue b/src/views/admin/account/realnameAuthBusiness/index.vue new file mode 100644 index 0000000..1f19807 --- /dev/null +++ b/src/views/admin/account/realnameAuthBusiness/index.vue @@ -0,0 +1,782 @@ + + + + + \ No newline at end of file diff --git a/src/views/admin/account/realnameAuthTrue/index.vue b/src/views/admin/account/realnameAuthTrue/index.vue index 07ada81..5b6150e 100644 --- a/src/views/admin/account/realnameAuthTrue/index.vue +++ b/src/views/admin/account/realnameAuthTrue/index.vue @@ -59,7 +59,7 @@
- + 变更为企业认证
@@ -93,12 +93,117 @@ + + + +
+ +
+
+ ⚠️ +
+ 您正在进行个人实名认证变更为企业实名认证操作,变更后账号以及账号下资产将属于新的认证企业。 +
+
+
+ ⚠️ +
+ 请知悉升级企业实名认证后,该账号将无法再变更回个人实名认证,请您谨慎操作。 +
+
+
+ + +
+ + + 我已阅读并理解以上提示,确认继续变更 + + +
+
+
+ + + +
+ +
+ +
+
为确保账号安全,请您本人操作进行身份验证
+
我们将向您绑定的手机发送验证码
+
+
+ + +
+
验证手机号
+
+ + {{ maskedPhone }} +
+
+ + +
+
验证码
+
+ + + {{ countdownText }} + +
+
{{ codeError }}
+
+ + +
+ {{ sendStatus }} +
+
+