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 fd2a7435
authored
2025-12-12 16:42:33 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
还原测试的修改
1 parent
e7cbb1fd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
lib/ui/pages/web_page.dart
lib/ui/pages/web_page.dart
View file @
fd2a743
...
@@ -43,7 +43,12 @@ class WebPage extends StatelessWidget {
...
@@ -43,7 +43,12 @@ class WebPage extends StatelessWidget {
),
),
child:
BlocConsumer
<
WebCubit
,
WebState
>(
child:
BlocConsumer
<
WebCubit
,
WebState
>(
builder:
(
ctx
,
state
)
{
builder:
(
ctx
,
state
)
{
return
Scaffold
(
return
PopScope
(
canPop:
false
,
onPopInvokedWithResult:
(
didPop
,
result
)
{
ctx
.
read
<
WebCubit
>().
handleBack
();
},
child:
Scaffold
(
appBar:
_buildAppBar
(
ctx
,
state
),
appBar:
_buildAppBar
(
ctx
,
state
),
endDrawer:
_buildDrawer
(
ctx
,
state
),
endDrawer:
_buildDrawer
(
ctx
,
state
),
body:
Stack
(
body:
Stack
(
...
@@ -111,6 +116,7 @@ class WebPage extends StatelessWidget {
...
@@ -111,6 +116,7 @@ class WebPage extends StatelessWidget {
],
],
)
)
:
null
,
:
null
,
),
);
);
},
},
listener:
(
context
,
state
)
{
listener:
(
context
,
state
)
{
...
...
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