...
This commit is contained in:
parent
71647e981f
commit
65bca5d375
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user