Commit 41df06b8 authored by 杜欣's avatar 杜欣

type check

parent 83cace59
...@@ -246,7 +246,7 @@ class TopCard extends StatelessWidget { ...@@ -246,7 +246,7 @@ class TopCard extends StatelessWidget {
), ),
)), )),
AnimationNumber( AnimationNumber(
targetNmber: share.totalCost, targetNmber: share.totalCost.toDouble(),
delay: 400, delay: 400,
container: _moneyContainer), container: _moneyContainer),
Container( Container(
......
...@@ -80,7 +80,7 @@ class Report { ...@@ -80,7 +80,7 @@ class Report {
} }
class Share { class Share {
double totalCost; int totalCost;
int beat; int beat;
int rank; int rank;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment