This commit is contained in:
songliang 2023-07-16 11:15:16 +08:00
parent 4ac40ba53c
commit 0da8495a93

View File

@ -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'];