This commit is contained in:
wangwei01 2019-07-26 14:07:04 +08:00
parent 896c45230c
commit d6a5cbaf17

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;