1
This commit is contained in:
parent
5f31bcd84d
commit
580a2d35d1
@ -129,7 +129,7 @@ class ShopController extends BaseAuthedController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$costItemId = $this->getCostItemIdByTokenType($tokenType);
|
$costItemId = $this->getCostItemIdByTokenType($tokenType);
|
||||||
$costItems = $this->makeCostItems($costItemId, $goodsNum * $need_price);
|
$costItems = $this->makeCostItems($costItemId, $goodsNum * $needPrice);
|
||||||
if (!in_array(
|
if (!in_array(
|
||||||
$tokenType,
|
$tokenType,
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user