1
This commit is contained in:
parent
896c45230c
commit
d6a5cbaf17
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user