...
This commit is contained in:
parent
0cb63de9f7
commit
4ac40ba53c
@ -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']);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user