@@ -861,6 +861,7 @@ class OrderController extends BaseController
$post['hasPay'] = 2;
$post['payWay'] = 0;
} else {
+ print_r($productList);die;
foreach ($productList as $currentKey => $currentProduct) {
//预订单用了0.06这个价格
$nowPrice = $currentProduct['price'];