From 2e432fe9ec4b172beabf1ad9152bf2d5409ea907 Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Fri, 15 Jul 2022 17:45:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E9=80=89=E6=8B=A9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/main.dart | 1 - lib/settlement/settlement.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 69a1c025..ff373191 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -163,7 +163,6 @@ class MyApp extends StatelessWidget { child: ScreenUtilInit( designSize: Size(375, 812), builder: () => MaterialApp( - title: "", debugShowCheckedModeBanner: false, theme: ThemeData( primarySwatch: Colors.blue, diff --git a/lib/settlement/settlement.dart b/lib/settlement/settlement.dart index 00bff3e7..39b81a9a 100644 --- a/lib/settlement/settlement.dart +++ b/lib/settlement/settlement.dart @@ -956,7 +956,7 @@ class _Settlement extends State { selectedBtn, null, 0, - promotion != null ? pro.id : (productId ?? null), + pro.id??productId, productSkuId ?? "", actProductId ?? "", actProductSkuId ?? "", diff --git a/pubspec.yaml b/pubspec.yaml index 7b76b98b..9182de4e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: 一心回乡. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 2.0.33+21 +version: 2.0.34+22 environment: sdk: ">=2.7.0 <3.0.0"