|
|
@@ -129,15 +129,15 @@ class _ReferrerFlowPageState extends State<ReferrerFlowPage> {
|
|
|
),
|
|
|
alignment: Alignment.center,
|
|
|
),
|
|
|
- Container(
|
|
|
- margin: EdgeInsets.only(top: 10),
|
|
|
- child: Center(
|
|
|
- child: Text(
|
|
|
- '总额:$totalAmount',
|
|
|
- style: TextStyle(color: Colors.white, fontSize: 20),
|
|
|
- ),
|
|
|
- ),
|
|
|
- ),
|
|
|
+ // Container(
|
|
|
+ // margin: EdgeInsets.only(top: 10),
|
|
|
+ // child: Center(
|
|
|
+ // child: Text(
|
|
|
+ // '总额:$totalAmount',
|
|
|
+ // style: TextStyle(color: Colors.white, fontSize: 20),
|
|
|
+ // ),
|
|
|
+ // ),
|
|
|
+ // ),
|
|
|
Container(
|
|
|
margin: EdgeInsets.only(top: 10),
|
|
|
child: Center(
|