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