diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index b37a4961..6dd5c87d 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -1,7 +1,5 @@ _decItem($items); - } - - public function _decItem($items) { foreach ($items as $item) { if ($this->_isVirtualItem($item['item_id'])) { @@ -244,7 +237,7 @@ class BaseAuthedController extends BaseController { } } - public function _hasEnoughItemsEx($items, &$lackItem) + public function _hasEnoughItems($items, &$lackItem) { $userInfo = $this->_getUserInfo(array( 'coin_num',