|
|
@ -97,6 +97,7 @@ class _Settlement extends State<Settlement> { |
|
|
|
leadingColor: Colors.white, |
|
|
|
leadingColor: Colors.white, |
|
|
|
title:S.of(context).dingdanjiesuan, |
|
|
|
title:S.of(context).dingdanjiesuan, |
|
|
|
titleColor: Colors.white, |
|
|
|
titleColor: Colors.white, |
|
|
|
|
|
|
|
brightness: Brightness.dark, |
|
|
|
titleSize: 18.sp, |
|
|
|
titleSize: 18.sp, |
|
|
|
), |
|
|
|
), |
|
|
|
body: Container( |
|
|
|
body: Container( |
|
|
@ -105,7 +106,9 @@ class _Settlement extends State<Settlement> { |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
child: Column( |
|
|
|
child: Column( |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
|
|
|
|
|
|
|
|
distributionMode(), |
|
|
|
distributionMode(), |
|
|
|
|
|
|
|
|
|
|
|
SizedBox(height: 14,), |
|
|
|
SizedBox(height: 14,), |
|
|
|
|
|
|
|
|
|
|
|
///订单商品 |
|
|
|
///订单商品 |
|
|
@ -118,8 +121,6 @@ class _Settlement extends State<Settlement> { |
|
|
|
|
|
|
|
|
|
|
|
payMethod(), |
|
|
|
payMethod(), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|