Skip to content

Commit

Permalink
微信小程序入口:新注册用户第一次对产品进行立即购买操作失败的bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed May 8, 2020
1 parent 0e11f61 commit 78b818e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/cart/QuoteItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,9 @@ public function selectAllItem($checked)
if ($updateCount > 0) {
Yii::$service->cart->quote->computeCartInfo();
}

return true;
}

return false;
return true;
}

/**
Expand Down

0 comments on commit 78b818e

Please sign in to comment.