Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 34bf5d1b
authored
2026-04-24 08:48:08 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
调整iOS手机号码登录界面上“其他登录方式”的位置
1 parent
52ea7621
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
lib/ui/pages/login_phone_page.dart
lib/ui/pages/login_phone_page.dart
View file @
34bf5d1
...
@@ -20,6 +20,7 @@ class LoginPhonePage extends StatelessWidget {
...
@@ -20,6 +20,7 @@ class LoginPhonePage extends StatelessWidget {
var
loginPhoneCubit
=
ctx
.
read
<
LoginPhoneCubit
>();
var
loginPhoneCubit
=
ctx
.
read
<
LoginPhoneCubit
>();
var
iosBackHome
=
Platform
.
isIOS
var
iosBackHome
=
Platform
.
isIOS
?
[
?
[
SizedBox
(
height:
20
),
InkWell
(
InkWell
(
onTap:
()
{
onTap:
()
{
loginPhoneCubit
.
goLoginMain
();
loginPhoneCubit
.
goLoginMain
();
...
@@ -54,6 +55,7 @@ class LoginPhonePage extends StatelessWidget {
...
@@ -54,6 +55,7 @@ class LoginPhonePage extends StatelessWidget {
:
[];
:
[];
var
androidBackHome
=
Platform
.
isAndroid
var
androidBackHome
=
Platform
.
isAndroid
?
[
?
[
SizedBox
(
height:
140
),
Text
(
Text
(
'其他方式登录'
,
'其他方式登录'
,
style:
TextStyle
(
style:
TextStyle
(
...
@@ -110,7 +112,6 @@ class LoginPhonePage extends StatelessWidget {
...
@@ -110,7 +112,6 @@ class LoginPhonePage extends StatelessWidget {
),
),
SizedBox
(
height:
15
),
SizedBox
(
height:
15
),
_buildAgreement
(
ctx
,
loginPhoneCubit
,
state
.
agreed
),
_buildAgreement
(
ctx
,
loginPhoneCubit
,
state
.
agreed
),
SizedBox
(
height:
140
),
...
iosBackHome
,
...
iosBackHome
,
...
androidBackHome
,
...
androidBackHome
,
],
],
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment