Browse Source

更改订单结算

master
w-R 3 years ago
parent
commit
295bed39c5
  1. 2
      lib/main.dart
  2. 4
      pubspec.lock

2
lib/main.dart

@ -231,7 +231,7 @@ Map<String, WidgetBuilder> routers = <String, WidgetBuilder>{
'/router/vip_balance': (context, {arguments}) => VipBalancePage(arguments: arguments), '/router/vip_balance': (context, {arguments}) => VipBalancePage(arguments: arguments),
'/router/exchange_order_details': (context, {arguments}) => ExchangeOrderDetailPage(), '/router/exchange_order_details': (context, {arguments}) => ExchangeOrderDetailPage(),
'/router/location_map': (context, {arguments}) => LocationMap(arguments: arguments), '/router/location_map': (context, {arguments}) => LocationMap(arguments: arguments),
// '/router/settlement': (context, {arguments}) => Settlement(arguments: arguments), '/router/settlement': (context, {arguments}) => Settlement(arguments: arguments),
'/router/integral_detailed_page': (context, {arguments}) => IntegralDetailedPage(), '/router/integral_detailed_page': (context, {arguments}) => IntegralDetailedPage(),
'/router/write_off_success_page': (context, {arguments}) => WriteOffSuccessPage(), '/router/write_off_success_page': (context, {arguments}) => WriteOffSuccessPage(),
'/router/exchange_history_page': (context, {arguments}) => ExchangeHistoryPage(), '/router/exchange_history_page': (context, {arguments}) => ExchangeHistoryPage(),

4
pubspec.lock

@ -168,7 +168,7 @@ packages:
name: cli_util name: cli_util
url: "https://pub.flutter-io.cn" url: "https://pub.flutter-io.cn"
source: hosted source: hosted
version: "0.3.3" version: "0.3.4"
clock: clock:
dependency: transitive dependency: transitive
description: description:
@ -388,7 +388,7 @@ packages:
name: flutter_smart_dialog name: flutter_smart_dialog
url: "https://pub.flutter-io.cn" url: "https://pub.flutter-io.cn"
source: hosted source: hosted
version: "2.1.9" version: "2.3.1"
flutter_spinkit: flutter_spinkit:
dependency: "direct main" dependency: "direct main"
description: description:

Loading…
Cancel
Save