feat: add wild photographer report mock flow

This commit is contained in:
2026-07-08 12:06:13 +08:00
parent 87fba3d5d6
commit 8a65d3c104
14 changed files with 3542 additions and 0 deletions

View File

@ -50,6 +50,8 @@ enum HomeRouteHandler {
viewController.navigationController?.pushViewController(CooperationOrderListViewController(), animated: true)
case "location_report":
viewController.navigationController?.pushViewController(LocationReportViewController(), animated: true)
case "report_photographer":
viewController.navigationController?.pushViewController(WildPhotographerReportHomeViewController(), animated: true)
case "registration_invitation", "photographer_invite":
viewController.navigationController?.pushViewController(PhotographerInviteViewController(), animated: true)
case "invite_record":