|
|
@ -343,7 +343,7 @@ class _OrderDetailPage extends State<OrderDetailPage> { |
|
|
|
|
|
|
|
|
|
|
|
Widget paySelector() { |
|
|
|
Widget paySelector() { |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
margin: EdgeInsets.only(left: 16.w, right: 16.w, top: 14.h, bottom: 2.h), |
|
|
|
// margin: EdgeInsets.only(left: 16.w, right: 16.w, top: 14.h, bottom: 2.h), |
|
|
|
padding: EdgeInsets.all(20), |
|
|
|
padding: EdgeInsets.all(20), |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
@ -378,7 +378,7 @@ class _OrderDetailPage extends State<OrderDetailPage> { |
|
|
|
checkView(0), |
|
|
|
checkView(0), |
|
|
|
// Image.asset("assets/image/icon_alipay.png"), |
|
|
|
// Image.asset("assets/image/icon_alipay.png"), |
|
|
|
Text( |
|
|
|
Text( |
|
|
|
S.of(context).yue, |
|
|
|
S.of(context).pingtaiyue, |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 12.sp, |
|
|
|
fontSize: 12.sp, |
|
|
|
color: Color(0xff353535), |
|
|
|
color: Color(0xff353535), |
|
|
@ -394,6 +394,24 @@ class _OrderDetailPage extends State<OrderDetailPage> { |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
checkView(1), |
|
|
|
checkView(1), |
|
|
|
|
|
|
|
// Image.asset("assets/image/icon_alipay.png"), |
|
|
|
|
|
|
|
Text( |
|
|
|
|
|
|
|
S.of(context).dianpuyue, |
|
|
|
|
|
|
|
style: TextStyle( |
|
|
|
|
|
|
|
fontSize: 12.sp, |
|
|
|
|
|
|
|
color: Color(0xff353535), |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
SizedBox( |
|
|
|
|
|
|
|
height: 20.h, |
|
|
|
|
|
|
|
), |
|
|
|
|
|
|
|
Row( |
|
|
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween, |
|
|
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.center, |
|
|
|
|
|
|
|
children: [ |
|
|
|
|
|
|
|
checkView(2), |
|
|
|
IconText( |
|
|
|
IconText( |
|
|
|
S.of(context).weixinzhifu, |
|
|
|
S.of(context).weixinzhifu, |
|
|
|
leftImage: "assets/image/icon_we_chat.png", |
|
|
|
leftImage: "assets/image/icon_we_chat.png", |
|
|
|