shish 4 yıl önce
ebeveyn
işleme
ca20b15857
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      console/controllers/InitController.php

+ 1 - 1
console/controllers/InitController.php

@@ -119,7 +119,7 @@ class InitController extends Controller
                         }
                     }
                     echo "===\n";
-                    echo "商品总和:{$goodsPrice} \n 运费:{$sendCost} \n人工包装费:{$labourCost} \n合计:{$total} \n优惠:{$discountAmount}\n 订单金额:{$orderPrice} \n 实付金额:{$actPrice}\n\n\n\n\n";
+                    echo "商品总和:{$goodsPrice} \n运费:{$sendCost} \n人工包装费:{$labourCost} \n合计:{$total} \n优惠:{$discountAmount} \n订单金额:{$orderPrice} \n实付金额:{$actPrice}\n\n\n\n\n";
                 }
             }
         }