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 315c154f
authored
2025-12-29 13:51:33 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
信息保护指引弹出框的内容,增加点击打开链接
1 parent
de967f1c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletions
lib/ui/pages/login_main_page.dart
lib/ui/pages/login_phone_page.dart
lib/ui/widgets/login/login_page_agreed_widget.dart
lib/ui/pages/login_main_page.dart
View file @
315c154
import
'package:appframe/bloc/login_main_cubit.dart'
;
import
'package:appframe/config/locator.dart'
;
import
'package:appframe/config/routes.dart'
;
import
'package:appframe/ui/widgets/login/login_page_agreed_widget.dart'
;
import
'package:appframe/ui/widgets/tip_overlay_widget.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter_bloc/flutter_bloc.dart'
;
import
'package:fluwx/fluwx.dart'
;
...
...
@@ -210,6 +212,13 @@ class LoginMainPage extends StatelessWidget {
TextSpan
(
text:
'《班小二数据据安全和隐私政策》'
,
style:
TextStyle
(
color:
Color
(
0xFF7691FA
),
fontSize:
14
),
recognizer:
TapGestureRecognizer
()
..
onTap
=
()
{
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/privacysettings.html'
,
'title'
:
'隐私保障'
},
);
},
),
TextSpan
(
text:
'与'
,
...
...
@@ -218,6 +227,13 @@ class LoginMainPage extends StatelessWidget {
TextSpan
(
text:
'《用户协议》'
,
style:
TextStyle
(
color:
Color
(
0xFF7691FA
),
fontSize:
14
),
recognizer:
TapGestureRecognizer
()
..
onTap
=
()
{
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/useragreement.html'
,
'title'
:
'用户协议'
},
);
},
),
TextSpan
(
text:
'。如您同意上述文件的全部内容,请点击“同意”以继续。'
,
...
...
lib/ui/pages/login_phone_page.dart
View file @
315c154
import
'package:appframe/bloc/login_phone_cubit.dart'
;
import
'package:appframe/config/routes.dart'
;
import
'package:appframe/ui/widgets/login/login_page_agreed_widget.dart'
;
import
'package:appframe/ui/widgets/tip_overlay_widget.dart'
;
import
'package:flutter/gestures.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter/services.dart'
;
import
'package:flutter_bloc/flutter_bloc.dart'
;
...
...
@@ -314,6 +316,13 @@ class LoginPhonePage extends StatelessWidget {
TextSpan
(
text:
'《班小二数据据安全和隐私政策》'
,
style:
TextStyle
(
color:
Color
(
0xFF7691FA
),
fontSize:
14
),
recognizer:
TapGestureRecognizer
()
..
onTap
=
()
{
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/privacysettings.html'
,
'title'
:
'隐私保障'
},
);
},
),
TextSpan
(
text:
'与'
,
...
...
@@ -322,6 +331,13 @@ class LoginPhonePage extends StatelessWidget {
TextSpan
(
text:
'《用户协议》'
,
style:
TextStyle
(
color:
Color
(
0xFF7691FA
),
fontSize:
14
),
recognizer:
TapGestureRecognizer
()
..
onTap
=
()
{
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/useragreement.html'
,
'title'
:
'用户协议'
},
);
},
),
TextSpan
(
text:
'。如您同意上述文件的全部内容,请点击“同意”以继续。'
,
...
...
lib/ui/widgets/login/login_page_agreed_widget.dart
View file @
315c154
...
...
@@ -21,7 +21,7 @@ class LoginPageAgreedWidget extends StatelessWidget {
..
onTap
=
()
{
router
.
push
(
'/link'
,
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/privacysettings.html'
,
'title'
:
'隐私
设置
'
},
extra:
{
'url'
:
'https://bxr.banxiaoer.net/apps/privacysettings.html'
,
'title'
:
'隐私
保障
'
},
);
},
),
...
...
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