|
|
@@ -654,7 +654,7 @@ class _OrderInformationPageState extends State<OrderInformationPage> {
|
|
|
title: MyViews()
|
|
|
.myText('选择支付方式', MyColors.c333333, 20),
|
|
|
actions: [
|
|
|
- CupertinoActionSheetAction(
|
|
|
+ if(aliPay)CupertinoActionSheetAction(
|
|
|
child: Row(
|
|
|
children: [
|
|
|
SvgPicture.asset(
|
|
|
@@ -682,7 +682,7 @@ class _OrderInformationPageState extends State<OrderInformationPage> {
|
|
|
}
|
|
|
}),
|
|
|
),
|
|
|
- CupertinoActionSheetAction(
|
|
|
+ if(weChat) CupertinoActionSheetAction(
|
|
|
child: Row(
|
|
|
children: [
|
|
|
SvgPicture.asset(
|