This commit is contained in:
aozhiwei 2019-07-25 19:57:52 +08:00
parent 7417e88927
commit e7e63791b1

View File

@ -272,7 +272,7 @@ class ShopController{
} }
if ($_REQUEST['type'] == 3) { if ($_REQUEST['type'] == 3) {
$p = $this->getParameter(RAND_SHOP_GOLD); $p = $this->getParameter(RAND_SHOP_GOLD);
$this->SubCoin($p['param_value'], $account_id); $this->SubCoin($p['param_value'], $account_id, 1);
} }
unset($user_db['shop_list']); unset($user_db['shop_list']);
$shop_list = $this->randomShop(); $shop_list = $this->randomShop();