From 0781fb1dd6a6363ea86834672e7ca8372e984eca Mon Sep 17 00:00:00 2001
From: Ethereal <3432649580@qq.com>
Date: Thu, 23 Oct 2025 11:23:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E7=95=8C?=
=?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.hbuilderx/launch.json | 9 ++++
manifest.json | 13 ++++-
pages/start/Registration/Registration.vue | 6 +--
pages/start/login/login.vue | 85 ++++++++++++++++++++++++-------
4 files changed, 89 insertions(+), 24 deletions(-)
create mode 100644 .hbuilderx/launch.json
diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json
new file mode 100644
index 0000000..15db785
--- /dev/null
+++ b/.hbuilderx/launch.json
@@ -0,0 +1,9 @@
+{
+ "version" : "1.0",
+ "configurations" : [
+ {
+ "playground" : "standard",
+ "type" : "uni-app:app-ios"
+ }
+ ]
+}
diff --git a/manifest.json b/manifest.json
index 9b2b32a..dd52cfc 100644
--- a/manifest.json
+++ b/manifest.json
@@ -16,7 +16,9 @@
"autoclose" : true,
"delay" : 0
},
- "modules" : {},
+ "modules" : {
+ "OAuth" : {}
+ },
/* 模块配置 */
"distribute" : {
/* 应用发布信息 */
@@ -42,7 +44,14 @@
},
"ios" : {},
/* ios打包配置 */
- "sdkConfigs" : {}
+ "sdkConfigs" : {
+ "oauth" : {
+ "apple" : {},
+ "google" : {
+ "clientid" : "135"
+ }
+ }
+ }
}
},
/* SDK配置 */
diff --git a/pages/start/Registration/Registration.vue b/pages/start/Registration/Registration.vue
index f81c670..8116282 100644
--- a/pages/start/Registration/Registration.vue
+++ b/pages/start/Registration/Registration.vue
@@ -11,7 +11,7 @@
-
+
欢迎来到 DeepChart
@@ -242,8 +242,8 @@ function goToLogin() {
font-weight: bold;
color: #333333;
margin-bottom: 60rpx;
- text-align: left;
- align-self: flex-start;
+ /* text-align: left; */
+ /* align-self: flex-start; */
}
.switch-container {
display: flex;
diff --git a/pages/start/login/login.vue b/pages/start/login/login.vue
index 667653f..c1ad80e 100644
--- a/pages/start/login/login.vue
+++ b/pages/start/login/login.vue
@@ -14,10 +14,10 @@
-
+
- 登录
+ 登录DeepChart
@@ -45,7 +45,11 @@
/>
-
+
{{ selectedCountry.code }}
▼
@@ -97,7 +101,7 @@