diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 980d484d..fc51bd3d 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -866,11 +866,11 @@ class ShopController extends BaseAuthedController $goods_id = $row['goods_id']; if (!empty($address)) { - $pending = $this->checkPendingBuyGoodsNormal($address, $goods_id, $row['shop_id'], $id); - if ($pending) { - $this->_rspErr(1, 'pending'); - return; - } + // $pending = $this->checkPendingBuyGoodsNormal($address, $goods_id, $row['shop_id'], $id); + // if ($pending) { + // $this->_rspErr(1, 'pending'); + // return; + // } } $desired_token_type = $row['token_type'];