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();