diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 2a4cac58..58cee966 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1658,7 +1658,7 @@ class ShopController extends BaseAuthedController $propertyChgService->addUserChg(); // 充值就尝试开启首充活动 if ($sysAdd != 1) { - if ($itemMeta['id'] == 10001) { + if ($itemMeta['id'] == V_ITEM_DIAMOND) { $this->beginFirstTupop(); } }