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:
parent
30aa11c6c6
commit
ba3103a7be
|
|
@ -206,6 +206,7 @@ final appRouterProvider = Provider<GoRouter>((ref) {
|
|||
return PlantingLocationPage(
|
||||
quantity: params.quantity,
|
||||
totalPrice: params.totalPrice,
|
||||
orderNo: params.orderNo,
|
||||
);
|
||||
},
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue