fix(mobile): add missing orderNo parameter in router

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-09 22:34:28 -08:00
parent 30aa11c6c6
commit ba3103a7be
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ final appRouterProvider = Provider<GoRouter>((ref) {
return PlantingLocationPage(
quantity: params.quantity,
totalPrice: params.totalPrice,
orderNo: params.orderNo,
);
},
),