|
|
|
@ -231,7 +231,7 @@ Map<String, WidgetBuilder> routers = <String, WidgetBuilder>{
|
|
|
|
|
'/router/vip_balance': (context, {arguments}) => VipBalancePage(arguments: arguments), |
|
|
|
|
'/router/exchange_order_details': (context, {arguments}) => ExchangeOrderDetailPage(), |
|
|
|
|
'/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/write_off_success_page': (context, {arguments}) => WriteOffSuccessPage(), |
|
|
|
|
'/router/exchange_history_page': (context, {arguments}) => ExchangeHistoryPage(), |
|
|
|
|