shish 2 лет назад
Родитель
Сommit
d5aa604476
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/CgRefundController.php

+ 1 - 1
app-hd/controllers/CgRefundController.php

@@ -65,7 +65,7 @@ class CgRefundController extends BaseController
         $ghsShopId = $ghs->shopId ?? 0;
         $ghsShop = ShopClass::getById($ghsShopId, true);
         if (isset($ghsShop->afterSale) && $ghsShop->afterSale == 0) {
-            util::fail('申请售后功能未开通');
+            util::fail('售后功能未开通');
         }
         if ($cg->status == PurchaseClass::STATUS_UN_PAY) {
             util::fail("待付款订单,不能申请售后");