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