diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 64c477b2..064bbe52 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -927,7 +927,7 @@ class ShopController extends BaseAuthedController $event = [ 'name' => LogService::SHOP_BUY_ITEM, 'val' => $costItems[0]['item_num'] - ]; + ]; LogService::consumeDiamond($event); $goodsDto = array( @@ -1153,6 +1153,7 @@ class ShopController extends BaseAuthedController 'grid' => $grid, 'count' => $count, 'award' => $awardService->toDto(), + 'property_chg' => $propertyChgService->toDto(), ) ); }