From 570b5f97e9d62cf34a40023e6c8306e520411818 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Mon, 23 Dec 2024 16:23:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E8=A8=80=E9=80=82=E9=85=8D=E5=8A=A0?= =?UTF-8?q?=E9=83=A8=E5=88=86=E5=B8=83=E5=B1=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/Account/frontPage.vue | 5 + src/component/Account/frontPage/bindPage.vue | 87 +++++-- .../Account/frontPage/cancelRenewal.vue | 17 +- .../affiliate/affiliateAudit.vue | 33 ++- src/component/HomePage/bindEmail.vue | 17 +- src/component/HomePage/renew.vue | 16 +- src/component/Pay/payMethod.vue | 8 +- src/component/mainPage/signUp/index.vue | 88 ++----- src/lang/cn.ts | 35 ++- src/lang/en.ts | 33 +++ src/router/index.ts | 6 + src/views/HomeMain.vue | 2 +- src/views/HomeRecommend.vue | 64 +---- src/views/HomeView/HomeView.vue | 44 ++-- src/views/LoginPage.vue | 2 +- src/views/Register.vue | 236 ++++++++++++++++++ 16 files changed, 505 insertions(+), 188 deletions(-) create mode 100644 src/views/Register.vue diff --git a/src/component/Account/frontPage.vue b/src/component/Account/frontPage.vue index f681627f..0c30944f 100644 --- a/src/component/Account/frontPage.vue +++ b/src/component/Account/frontPage.vue @@ -126,11 +126,16 @@ export default defineComponent({