This commit is contained in:
songliang 2023-07-13 20:00:57 +08:00
parent 26f578d366
commit 183134e534

View File

@ -1153,6 +1153,7 @@ class ShopController extends BaseAuthedController
'grid' => $grid, 'grid' => $grid,
'count' => $count, 'count' => $count,
'award' => $awardService->toDto(), 'award' => $awardService->toDto(),
'property_chg' => $propertyChgService->toDto(),
) )
); );
} }