1
This commit is contained in:
parent
58c857c824
commit
8e3d26a9e3
@ -146,6 +146,13 @@ class ShopController extends BaseAuthedController {
|
||||
$goodsMeta['item_num']
|
||||
);
|
||||
}
|
||||
switch ($tokenType) {
|
||||
case mt\Shop::TOKEN_TYPE_DIAMOND:
|
||||
{
|
||||
myself()->_incV(TN_TOTAL_DIAMOND_CONSUME, 0, $goodsNum * $price);
|
||||
}
|
||||
break;
|
||||
}
|
||||
$propertyChgService->addUserChg();
|
||||
$this->_rspData(
|
||||
array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user