Browse Source

活动选择修改

zyh
w-R 3 years ago
parent
commit
2e432fe9ec
  1. 1
      lib/main.dart
  2. 2
      lib/settlement/settlement.dart
  3. 2
      pubspec.yaml

1
lib/main.dart

@ -163,7 +163,6 @@ class MyApp extends StatelessWidget {
child: ScreenUtilInit( child: ScreenUtilInit(
designSize: Size(375, 812), designSize: Size(375, 812),
builder: () => MaterialApp( builder: () => MaterialApp(
title: "",
debugShowCheckedModeBanner: false, debugShowCheckedModeBanner: false,
theme: ThemeData( theme: ThemeData(
primarySwatch: Colors.blue, primarySwatch: Colors.blue,

2
lib/settlement/settlement.dart

@ -956,7 +956,7 @@ class _Settlement extends State<Settlement> {
selectedBtn, selectedBtn,
null, null,
0, 0,
promotion != null ? pro.id : (productId ?? null), pro.id??productId,
productSkuId ?? "", productSkuId ?? "",
actProductId ?? "", actProductId ?? "",
actProductSkuId ?? "", actProductSkuId ?? "",

2
pubspec.yaml

@ -3,7 +3,7 @@ description: 一心回乡.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev 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: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save