Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gmalpha_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
mobile
gmalpha_flutter
Commits
41df06b8
Commit
41df06b8
authored
Sep 26, 2019
by
杜欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
type check
parent
83cace59
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ActivityReportPage.dart
lib/ActivityReportModel/page/ActivityReportPage.dart
+1
-1
ActivityReportEntity.dart
...portModel/service/remote/entity/ActivityReportEntity.dart
+1
-1
No files found.
lib/ActivityReportModel/page/ActivityReportPage.dart
View file @
41df06b8
...
...
@@ -246,7 +246,7 @@ class TopCard extends StatelessWidget {
),
)),
AnimationNumber
(
targetNmber:
share
.
totalCost
,
targetNmber:
share
.
totalCost
.
toDouble
()
,
delay:
400
,
container:
_moneyContainer
),
Container
(
...
...
lib/ActivityReportModel/service/remote/entity/ActivityReportEntity.dart
View file @
41df06b8
...
...
@@ -80,7 +80,7 @@ class Report {
}
class
Share
{
double
totalCost
;
int
totalCost
;
int
beat
;
int
rank
;
...
...
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