...
This commit is contained in:
parent
4ac40ba53c
commit
0da8495a93
@ -866,11 +866,11 @@ class ShopController extends BaseAuthedController
|
|||||||
|
|
||||||
$goods_id = $row['goods_id'];
|
$goods_id = $row['goods_id'];
|
||||||
if (!empty($address)) {
|
if (!empty($address)) {
|
||||||
$pending = $this->checkPendingBuyGoodsNormal($address, $goods_id, $row['shop_id'], $id);
|
// $pending = $this->checkPendingBuyGoodsNormal($address, $goods_id, $row['shop_id'], $id);
|
||||||
if ($pending) {
|
// if ($pending) {
|
||||||
$this->_rspErr(1, 'pending');
|
// $this->_rspErr(1, 'pending');
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
$desired_token_type = $row['token_type'];
|
$desired_token_type = $row['token_type'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user