From 65bca5d375fee1e0a986a28b020a2ce65f2f7d8d Mon Sep 17 00:00:00 2001 From: songliang Date: Sun, 16 Jul 2023 14:35:02 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index a694a459..7c717980 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1668,12 +1668,6 @@ class ShopController extends BaseAuthedController if ($this->_isVirtualItem($itemMeta['id'])) { $this->_addVirtualItem($itemMeta['id'], $count, null, $propertyChgService); $propertyChgService->addUserChg(); - // 充值就尝试开启首充活动 - if ($sysAdd != 1) { - if ($itemMeta['id'] == V_ITEM_DIAMOND) { - $this->beginFirstTupop(); - } - } } else { Bag::addItem($itemMeta['id'], $count); $propertyChgService->addBagChg();