diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 20f9876..ff7c97f 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -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;