This commit is contained in:
aozhiwei 2019-07-26 14:55:23 +08:00
commit daa67b607b

View File

@ -270,10 +270,6 @@ class ShopController{
phpcommon\sendError(ERR_USER_BASE + 1,'session失效');
return;
}
if ($_REQUEST['type'] == 3) {
$p = $this->getParameter(RAND_SHOP_GOLD);
$this->SubCoin($p['param_value'], $account_id, 1);
}
unset($user_db['shop_list']);
$shop_list = $this->randomShop();
$user_db['shop_list'] = $shop_list;