From 3fe211bcc0b79e1cb911cddca8e60b84ae885dac Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 13 Dec 2021 13:58:22 +0800 Subject: [PATCH] 1 --- webapp/services/MissionService.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/webapp/services/MissionService.php b/webapp/services/MissionService.php index d417ca9..147994a 100644 --- a/webapp/services/MissionService.php +++ b/webapp/services/MissionService.php @@ -266,13 +266,19 @@ class MissionService extends BaseService { case mt\Task::SHOP_BUY_TIMES_COND: { //在X商店消费Y次 - $handled = false; + $missionDto['current'] = $this->getMissionV($missionMeta, + TN_DAILY_SHOP, + TN_WEEKLY_SHOP, + TN_SHOP); } break; case mt\Task::TOTAL_UPGRADE_TALENT_LV_COND: { //科研升级X次 - $handled = false; + $missionDto['current'] = $this->getMissionV($missionMeta, + TN_DAILY_RECHARGE_UPGRADE_TIMES, + TN_WEEKLY_RECHARGE_UPGRADE_TIMES, + TN_RECHARGE_UPGRADE_TIMES); } break; case mt\Task::TOTAL_GET_HERO_SKIN_COUNT_COND: