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 0e1c5115
authored
2026-06-24 16:14:01 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
学习机去掉Apple账号绑定的显示
1 parent
0293f311
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
lib/ui/pages/setting_v2/account_page_v2.dart
lib/ui/pages/setting_v2/account_page_v2.dart
View file @
0e1c511
...
@@ -72,13 +72,13 @@ class AccountPageV2 extends StatelessWidget {
...
@@ -72,13 +72,13 @@ class AccountPageV2 extends StatelessWidget {
onTap:
()
=>
cubit
.
goBind
(),
onTap:
()
=>
cubit
.
goBind
(),
),
),
const
Divider
(
height:
1
,
thickness:
0.5
,
color:
Color
(
0xFFE5E5E5
)),
const
Divider
(
height:
1
,
thickness:
0.5
,
color:
Color
(
0xFFE5E5E5
)),
_buildItem
(
//
_buildItem(
label:
'Apple账号'
,
//
label: 'Apple账号',
value:
state
.
appleId
.
isNotEmpty
?
'已绑定'
:
'未绑定'
,
//
value: state.appleId.isNotEmpty ? '已绑定' : '未绑定',
showArrow:
true
,
//
showArrow: true,
onTap:
state
.
appleId
.
isEmpty
?
()
=>
cubit
.
appleBind
()
:
()
=>
cubit
.
goApple
(),
//
onTap: state.appleId.isEmpty ? () => cubit.appleBind() : () => cubit.goApple(),
),
//
),
const
Divider
(
height:
1
,
thickness:
0.5
,
color:
Color
(
0xFFE5E5E5
)),
//
const Divider(height: 1, thickness: 0.5, color: Color(0xFFE5E5E5)),
],
],
),
),
),
),
...
...
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