Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
book-app
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
book-app
Commits
900a5017
提交
900a5017
authored
3月 20, 2024
作者:
yueweilu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
返回刷新我的界面数据
上级
b77693f1
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
22 行增加
和
4 行删除
+22
-4
controller.dart
lib/pages/login/controller.dart
+1
-1
view.dart
lib/pages/user_discuss/view.dart
+7
-1
view.dart
lib/pages/user_notes/view.dart
+7
-1
view.dart
lib/pages/user_wrong/view.dart
+7
-1
没有找到文件。
lib/pages/login/controller.dart
浏览文件 @
900a5017
...
@@ -89,7 +89,7 @@ class LoginController extends GetxController {
...
@@ -89,7 +89,7 @@ class LoginController extends GetxController {
/// 测试账号
/// 测试账号
if
(
kDebugMode
)
{
if
(
kDebugMode
)
{
phoneInput
.
text
=
'18810760819'
;
phoneInput
.
text
=
'18810760819'
;
passwordInput
.
text
=
'1234567
8
'
;
passwordInput
.
text
=
'1234567
m
'
;
// phoneInput.text = '17311837355';
// phoneInput.text = '17311837355';
// passwordInput.text = '12345678';
// passwordInput.text = '12345678';
}
}
...
...
lib/pages/user_discuss/view.dart
浏览文件 @
900a5017
...
@@ -10,7 +10,12 @@ class UserDiscussPage extends StatefulWidget {
...
@@ -10,7 +10,12 @@ class UserDiscussPage extends StatefulWidget {
class
_UserDiscussPageState
extends
State
<
UserDiscussPage
>
{
class
_UserDiscussPageState
extends
State
<
UserDiscussPage
>
{
@override
@override
Widget
build
(
BuildContext
context
)
{
Widget
build
(
BuildContext
context
)
{
return
GetBuilder
<
UserDiscussController
>(
return
WillPopScope
(
onWillPop:
()
async
{
context
.
pop
(
true
);
return
false
;
},
child:
GetBuilder
<
UserDiscussController
>(
init:
UserDiscussController
(),
init:
UserDiscussController
(),
builder:
(
controller
)=>
Scaffold
(
builder:
(
controller
)=>
Scaffold
(
appBar:
AppBar
(
appBar:
AppBar
(
...
@@ -45,6 +50,7 @@ class _UserDiscussPageState extends State<UserDiscussPage> {
...
@@ -45,6 +50,7 @@ class _UserDiscussPageState extends State<UserDiscussPage> {
],
],
),
),
),
),
),
);
);
}
}
}
}
lib/pages/user_notes/view.dart
浏览文件 @
900a5017
...
@@ -10,7 +10,12 @@ class UserNotePage extends StatefulWidget {
...
@@ -10,7 +10,12 @@ class UserNotePage extends StatefulWidget {
class
_UserNotePageState
extends
State
<
UserNotePage
>
{
class
_UserNotePageState
extends
State
<
UserNotePage
>
{
@override
@override
Widget
build
(
BuildContext
context
)
{
Widget
build
(
BuildContext
context
)
{
return
GetBuilder
<
UserNoteController
>(
return
WillPopScope
(
onWillPop:
()
async
{
context
.
pop
(
true
);
return
false
;
},
child:
GetBuilder
<
UserNoteController
>(
init:
UserNoteController
(),
init:
UserNoteController
(),
builder:
(
controller
)=>
Scaffold
(
builder:
(
controller
)=>
Scaffold
(
appBar:
AppBar
(
appBar:
AppBar
(
...
@@ -50,6 +55,7 @@ class _UserNotePageState extends State<UserNotePage> {
...
@@ -50,6 +55,7 @@ class _UserNotePageState extends State<UserNotePage> {
],
],
),
),
),
),
),
);
);
}
}
}
}
lib/pages/user_wrong/view.dart
浏览文件 @
900a5017
...
@@ -10,7 +10,12 @@ class UserWrongPage extends StatefulWidget {
...
@@ -10,7 +10,12 @@ class UserWrongPage extends StatefulWidget {
class
_UserWrongPageState
extends
State
<
UserWrongPage
>
{
class
_UserWrongPageState
extends
State
<
UserWrongPage
>
{
@override
@override
Widget
build
(
BuildContext
context
)
{
Widget
build
(
BuildContext
context
)
{
return
GetBuilder
<
UserWrongController
>(
return
WillPopScope
(
onWillPop:
()
async
{
context
.
pop
(
true
);
return
false
;
},
child:
GetBuilder
<
UserWrongController
>(
init:
UserWrongController
(),
init:
UserWrongController
(),
builder:
(
controller
)=>
Scaffold
(
builder:
(
controller
)=>
Scaffold
(
appBar:
AppBar
(
appBar:
AppBar
(
...
@@ -45,6 +50,7 @@ class _UserWrongPageState extends State<UserWrongPage> {
...
@@ -45,6 +50,7 @@ class _UserWrongPageState extends State<UserWrongPage> {
],
],
),
),
),
),
),
);
);
}
}
}
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论