From 183134e534566b0973c8157ee6498ca4b65794ac Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 13 Jul 2023 20:00:57 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(), ) ); }