Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_flutter
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林生雨
gm_flutter
Commits
c7eb48c8
Commit
c7eb48c8
authored
Jul 13, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
review code
parent
6e6f686e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
5 deletions
+0
-5
PlanModel.dart
lib/ClueModel/page/plan/PlanModel.dart
+0
-1
PlanPage.dart
lib/ClueModel/page/plan/PlanPage.dart
+0
-1
TopList.dart
lib/ClueModel/page/top/TopList.dart
+0
-2
TopPage.dart
lib/ClueModel/page/top/TopPage.dart
+0
-1
No files found.
lib/ClueModel/page/plan/PlanModel.dart
View file @
c7eb48c8
...
...
@@ -232,7 +232,6 @@ class PlanModel extends BaseModel {
backLive
.
dispost
();
feedsLive
.
dispost
();
showTab
.
dispost
();
print
(
"LSY PLAN DISPOSE"
);
}
void
backProgress
(
double
pro
,
int
index
)
{
...
...
lib/ClueModel/page/plan/PlanPage.dart
View file @
c7eb48c8
...
...
@@ -63,7 +63,6 @@ class PlanState extends BaseState<PlanPage> with TickerProviderStateMixin {
@override
void
initState
()
{
print
(
"LSY PLAN INIT "
);
_model
.
init
(
needCache:
true
);
super
.
initState
();
planBarView
=
...
...
lib/ClueModel/page/top/TopList.dart
View file @
c7eb48c8
...
...
@@ -40,7 +40,6 @@ class TopListState extends State<TopList> with AutomaticKeepAliveClientMixin {
_model
.
getData
(
true
);
};
SimpleEventBus
.
instance
().
resignEvent
(
"TopList"
,
refresh
);
print
(
"
${this}
INIT"
);
}
@override
...
...
@@ -48,7 +47,6 @@ class TopListState extends State<TopList> with AutomaticKeepAliveClientMixin {
refreshController
.
dispose
();
_model
.
dispose
();
SimpleEventBus
.
instance
().
unResignEvent
(
"TopList"
,
refresh
);
print
(
"
${this}
QUIT"
);
super
.
dispose
();
}
...
...
lib/ClueModel/page/top/TopPage.dart
View file @
c7eb48c8
...
...
@@ -31,7 +31,6 @@ class TopPage extends StatefulWidget {
String
title
;
TopPage
(
Map
<
String
,
dynamic
>
map
)
{
print
(
"LSY
${map.toString()}
"
);
this
.
rank_type
=
map
[
"rank_type"
];
this
.
id
=
map
[
"id"
];
this
.
title
=
map
[
"title"
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment