...
This commit is contained in:
parent
71647e981f
commit
65bca5d375
@ -1668,12 +1668,6 @@ class ShopController extends BaseAuthedController
|
|||||||
if ($this->_isVirtualItem($itemMeta['id'])) {
|
if ($this->_isVirtualItem($itemMeta['id'])) {
|
||||||
$this->_addVirtualItem($itemMeta['id'], $count, null, $propertyChgService);
|
$this->_addVirtualItem($itemMeta['id'], $count, null, $propertyChgService);
|
||||||
$propertyChgService->addUserChg();
|
$propertyChgService->addUserChg();
|
||||||
// 充值就尝试开启首充活动
|
|
||||||
if ($sysAdd != 1) {
|
|
||||||
if ($itemMeta['id'] == V_ITEM_DIAMOND) {
|
|
||||||
$this->beginFirstTupop();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
Bag::addItem($itemMeta['id'], $count);
|
Bag::addItem($itemMeta['id'], $count);
|
||||||
$propertyChgService->addBagChg();
|
$propertyChgService->addBagChg();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user