diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 111c8b83..980d484d 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -187,7 +187,8 @@ class ShopController extends BaseAuthedController $address = $this->_getAddress(); if ($address) { - $goods['pending'] = $this->checkPendingBuyGoodsNormal($address, $goods['goods_id'], $goods['shop_id'], $goods['id']); + // $goods['pending'] = $this->checkPendingBuyGoodsNormal($address, $goods['goods_id'], $goods['shop_id'], $goods['id']); + $goods['pending'] = 0; } } @@ -816,7 +817,8 @@ class ShopController extends BaseAuthedController $goodsList[$i] = mt\Dailyselection::get($selection['grid_' . $i]); if ($goodsList[$i]) { $goodsList[$i]['count'] = $selection['count_' . $i]; - $goodsList[$i]['pending'] = $this->checkPendingBuyGoodsDS($address, $goodsList[$i]['goods_id'], $selection['idx'], $i); + // $goodsList[$i]['pending'] = $this->checkPendingBuyGoodsDS($address, $goodsList[$i]['goods_id'], $selection['idx'], $i); + $goodsList[$i]['pending'] = 0; } } @@ -948,7 +950,7 @@ class ShopController extends BaseAuthedController break; } } - + $price_array = splitStr1($row['price']); $discount_array = splitStr1($row['discount']);