shish %!s(int64=2) %!d(string=hai) anos
pai
achega
d5aa604476
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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("待付款订单,不能申请售后");