shish 2 년 전
부모
커밋
5828727649
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app-ghs/controllers/OrderController.php

+ 1 - 0
app-ghs/controllers/OrderController.php

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