shish пре 11 месеци
родитељ
комит
f1c921ef67
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app-hd/controllers/OrderController.php

+ 2 - 2
app-hd/controllers/OrderController.php

@@ -641,11 +641,11 @@ class OrderController extends BaseController
             $ext = ShopExtClass::getByCondition(['shopId' => $shopId], true);
             $zjGatheringItem = !empty($ext) ? $ext->zjGatheringItem : 0;
             if (empty($zjGatheringItem)) {
-                util::fail('请设置付款用的商品');
+                util::fail('请设置直接收款的商品');
             }
             $zjGatheringItemInfo = ProductClass::getById($zjGatheringItem, true);
             if (empty($zjGatheringItemInfo)) {
-                util::fail('付款用的商品没有设置');
+                util::fail('请设置直接收款的商品哈');
             }
             $productList = [['productId' => $zjGatheringItem, 'unitType' => 0, 'num' => 1, 'property' => '1', 'unitPrice' => $lsGoodsPrice]];
         }